Le mercredi 30 mai 2012 16:50:35 Ron a écrit :
> Gambas trunk doesn't compile anymore on two machines now.
> 
> This is the end:
> 
> make[4]: Entering directory `/home/ron/install/gambas/trunk/gb.libxml'
> make[4]: Leaving directory `/home/ron/install/gambas/trunk/gb.libxml'
> make[3]: Leaving directory `/home/ron/install/gambas/trunk/gb.libxml'
> make[2]: Leaving directory `/home/ron/install/gambas/trunk/gb.libxml'
> Making all in gb.xml
> make[2]: Entering directory `/home/ron/install/gambas/trunk/gb.xml'
> make  all-recursive
> make[3]: Entering directory `/home/ron/install/gambas/trunk/gb.xml'
> Making all in src
> make[4]: Entering directory `/home/ron/install/gambas/trunk/gb.xml/src'
> Making all in html
> make[5]: Entering directory `/home/ron/install/gambas/trunk/gb.xml/src/html'
> /bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I../..    -pipe -Wall -fno-exceptions -Wno-unused-value
> -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer
> -fexceptions -std=c++0x -MT gb_xml_html_la-gbi.lo -MD -MP -MF
> .deps/gb_xml_html_la-gbi.Tpo -c -o gb_xml_html_la-gbi.lo `test -f
> '../gbi.cpp' || echo './'`../gbi.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -pipe -Wall
> -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g
> -ggdb -Os -fno-omit-frame-pointer -fexceptions -std=c++0x -MT
> gb_xml_html_la-gbi.lo -MD -MP -MF .deps/gb_xml_html_la-gbi.Tpo -c
> ../gbi.cpp  -fPIC -DPIC -o .libs/gb_xml_html_la-gbi.o
> mv -f .deps/gb_xml_html_la-gbi.Tpo .deps/gb_xml_html_la-gbi.Plo
> /bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H
> -I. -I../..    -pipe -Wall -fno-exceptions -Wno-unused-value
> -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer
> -fexceptions -std=c++0x -MT gb_xml_html_la-utils.lo -MD -MP -MF
> .deps/gb_xml_html_la-utils.Tpo -c -o gb_xml_html_la-utils.lo `test -f
> '../utils.cpp' || echo './'`../utils.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -pipe -Wall
> -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g
> -ggdb -Os -fno-omit-frame-pointer -fexceptions -std=c++0x -MT
> gb_xml_html_la-utils.lo -MD -MP -MF .deps/gb_xml_html_la-utils.Tpo -c
> ../utils.cpp  -fPIC -DPIC -o .libs/gb_xml_html_la-utils.o
> 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/ron/install/gambas/trunk/gb.xml/src/html'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/home/ron/install/gambas/trunk/gb.xml/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/ron/install/gambas/trunk/gb.xml'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/ron/install/gambas/trunk/gb.xml'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ron/install/gambas/trunk'
> make: *** [all] Error 2
> 
> svn info
> Path: .
> URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk
> Repository Root: https://gambas.svn.sourceforge.net/svnroot/gambas
> Repository UUID: 96304659-1d19-0410-acd0-aead272a8bd5
> Revision: 4793
> Node Kind: directory
> Schedule: normal
> Last Changed Author: lordheavy
> Last Changed Rev: 4793
> Last Changed Date: 2012-05-30 16:11:38 +0200 (Wed, 30 May 2012)
> 
> Regards,
> Ron_2nd.
> 
> ----------------------------------------------------------------------------
> -- 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@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

Hi Ron,

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.

------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to