On Mon, 28 Nov 2016, Henrique Andrade wrote:
 Em 28 de novembro de 2016, Allin escreveu:
 On Sun, 27 Nov 2016, Henrique Andrade wrote:
>
> Em 17 de novembro de 2016, Allin escreveu:
>>
>> On Sun, 27 Nov 2016, Allin Cottrell wrote:
>>>
>>> gretl.desktop is supposed to be generated by the configure script. It
>>>
>>>> should be in the xdg subdirectory of your build directory. [...]
>>>>
>>>
>>> Come to think of it, the systematic way to debug a build would be this:
>>>
>>> make clean
>>> ./configure <your-options> > build.log
>>> make >> build.log
>>>
>>> Then post build.log (off-list, if you like).
>>>
>>
>> Please take a look at the attached file.
>>
>
> Well, that all looks good. Is there still a problem?
 Unfortunately, yes [:-(]. When I enter "sudo make install" I get this:
 <output>
 (...)
 gretl.desktop
 /Users/henrique/Documents/Desenvolvimento/build/share/applications
 make[1]: gretl.desktop: No such file or directory
 make[1]: *** [sh-install] Error 1
 make: *** [install] Error 2
 </output>
 If you think it could help us, I can send the complete output. 
Yes, if you could do
   make install > install.log
that might help.
Allin