[Gambas-user] Compile error in gb.xml

Benoît Minisini gambas at ...1...
Wed May 30 21:01:57 CEST 2012


Le 30/05/2012 20:57, Adrien Prokopowicz a écrit :
> Le mercredi 30 mai 2012 20:47:52 Benoît Minisini a écrit :
>> Le 30/05/2012 20:44, Adrien Prokopowicz a écrit :
>>> Le mercredi 30 mai 2012 19:35:11 Ru Vuott a écrit :
>>>>> Did you call ./reconf and ./configure before ?
>>>>>
>>>>> If this doesn't work, try to call make clean, or to remove
>>>>> the .deps directory
>>>>> in gb.xml/src/html.
>>>>>
>>>>> Regards,
>>>>> Adrien.
>>>>
>>>> Hello,
>>>>
>>>> I had the same problem-error:
>>>>
>>>> mv -f .deps/gb_xml_html_la-utils.Tpo .deps/gb_xml_html_la-utils.Plo
>>>> make[5]: *** No rule to make target `document.cpp', needed by
>>>> `gb_xml_html_la-document.lo'.  Stop. make[5]: Leaving directory
>>>> `/home/vuott/trunk/gb.xml/src/html'
>>>> make[4]: *** [all-recursive] Error 1
>>>> make[4]: Leaving directory `/home/vuott/trunk/gb.xml/src'
>>>> make[3]: *** [all-recursive] Error 1
>>>> make[3]: Leaving directory `/home/vuott/trunk/gb.xml'
>>>> make[2]: *** [all] Error 2
>>>> make[2]: Leaving directory `/home/vuott/trunk/gb.xml'
>>>> make[1]: *** [all-recursive] Error 1
>>>> make[1]: Leaving directory `/home/vuott/trunk'
>>>> make: *** [all] Error 2
>>>>
>>>>
>>>>
>>>> So, I tried to call "make clean"; then I re-launched update from
>>>> ./reconf-all, but I have had the error again. You suggested ".deps
>>>> directory" in gb.xml/src/html must be removed. Question: is ".deps
>>>> directory" a folder with files ? There I open /html folder, but I saw
>>>> only
>>>> files (CDocument.ccp, etc, etc).
>>>>
>>>> Thanks  :-(
>>>>
>>>> -------------------------------------------------------------------------
>>>> --- -- Live Security Virtual Conference
>>>> Exclusive live event will cover all the ways today's security and
>>>> threat landscape has changed and how IT managers can respond. Discussions
>>>> will include endpoint security, mobile security and the latest in malware
>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>> _______________________________________________
>>>> Gambas-user mailing list
>>>> Gambas-user at lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>> The .deps folder is hidden. You must enable "show hidden files" in your
>>> file manager to see it. Or simply run rm -r gb.xml/src/html/.deps in a
>>> terminal from the gambas source directory.
>>>
>>> The problem is that I had to rename a few source files, and libtool seems
>>> not to like this ...
>>> Benoît ?
>>
>> As soon as you use 'svn move', you should not have any problem. Of
>> course before recompiling you must issue a a './reconf&&  ./configure -C'.
>
> I use 'svn add' and then 'svn delete', but it's the same thing, isn't it ?
> Calling reconf and configure doesn't changes anything, the dependencies files
> are not updated (until I remove the .deps directory).

They are removed when you do a "make clean". I thought it was not 
needed, but maybe it depends on what is renamed exactly.

-- 
Benoît Minisini




More information about the User mailing list