[Gambas-user] Compile error in gb.xml
Adrien Prokopowicz
adrien.prokopowicz at ...626...
Wed May 30 20:44:39 CEST 2012
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 ?
More information about the User
mailing list