Hi, trying to compile the recent cvs-source I got the following error (both, with bison and byacc), while compiling dice: mv -f .deps/IncludeStatement.Tpo .deps/IncludeStatement.Po g++ -DHAVE_CONFIG_H -I. -I.. -D__USER__="\"knoppix@`hostname`\"" -D__L4DIR__="\"`pwd`/../../..\"" -D__DICEINCDIR__="\"/home/drops/include\"" -Wall -I../src -Wunused -Wunused-parameter -Wall -W -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wmissing-format-attribute -Wpointer-arith -Wshadow -Wwrite-strings -g -O2 -MT Exception.o -MD -MP -MF .deps/Exception.Tpo -c -o Exception.o Exception.cpp mv -f .deps/Exception.Tpo .deps/Exception.Po g++ -DHAVE_CONFIG_H -I. -I.. -D__USER__="\"knoppix@`hostname`\"" -D__L4DIR__="\"`pwd`/../../..\"" -D__DICEINCDIR__="\"/home/drops/include\"" -Wall -I../src -Wunused -Wunused-parameter -Wall -W -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wmissing-format-attribute -Wpointer-arith -Wshadow -Wwrite-strings -g -O2 -MT Dependency.o -MD -MP -MF .deps/Dependency.Tpo -c -o Dependency.o Dependency.cpp mv -f .deps/Dependency.Tpo .deps/Dependency.Po g++ -Wunused -Wunused-parameter -Wall -W -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wmissing-format-attribute -Wpointer-arith -Wshadow -Wwrite-strings -g -O2 -export-dynamic -o dice main.o Compiler.o CParser.o File.o Object.o Visitor.o version.o CCParser.o CCXXParser.o CDCEParser.o CCORBAParser.o CPreProcess.o IncludeStatement.o Exception.o Dependency.o -L../src/be/l4/v2 -lv2 -L../src/be/l4/v2/amd64 -lv2amd64 -L../src/be/l4/v2/ia32 -lv2ia32 -L../src/be/l4/x0 -lx0 -L../src/be/l4/v4 -lv4 -L../src/be/l4/v4/ia32 -lv4ia32 -L../src/be/l4 -ll4 -L../src/be/sock -lsock -L../src/be/cdr -lcdr -L../src/be -lbe -L../src/parser/dce -ldce -L../src/parser/corba -lcorba -L../src/parser/inc -linc -L../src/parser/gcc-c -lgcc_c -L../src/parser/gcc-cxx -lgcc_cxx -L../src/fe -lfe -lstdc++ -ldl collect2: ld returned 1 exit status make[6]: *** [dice] Fehler 1 make[6]: Leaving directory `/home/knoppix/l4/l4/tool/dice/src' make[5]: *** [all-recursive] Fehler 1 make[5]: Leaving directory `/home/knoppix/l4/l4/tool/dice/src' make[4]: *** [all-recursive] Fehler 1 make[4]: Leaving directory `/home/knoppix/l4/l4/tool/dice' make[3]: *** [all] Fehler 2 make[3]: Leaving directory `/home/knoppix/l4/l4/tool/dice' make[2]: *** [all] Fehler 2 make[2]: Leaving directory `/home/knoppix/l4/l4/tool/dice' make[1]: *** [dice] Fehler 2 make[1]: Leaving directory `/home/knoppix/l4/l4/tool' make: *** [tool] Fehler 2 There was allready someone else having this problem in the mailing-list... Any suggestions? Greets, Vincent
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 thbach@students.uni-mainz.de wrote on 12.02.2007 04:35 this:
Hi,
trying to compile the recent cvs-source I got the following error (both, with bison and byacc), while compiling dice:
mv -f .deps/IncludeStatement.Tpo .deps/IncludeStatement.Po g++ -DHAVE_CONFIG_H -I. -I.. -D__USER__="\"knoppix@`hostname`\"" -D__L4DIR__="\"`pwd`/../../..\"" -D__DICEINCDIR__="\"/home/drops/include\"" -Wall -I../src -Wunused -Wunused-parameter -Wall -W -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wmissing-format-attribute -Wpointer-arith -Wshadow -Wwrite-strings -g -O2 -MT Exception.o -MD -MP -MF .deps/Exception.Tpo -c -o Exception.o Exception.cpp mv -f .deps/Exception.Tpo .deps/Exception.Po g++ -DHAVE_CONFIG_H -I. -I.. -D__USER__="\"knoppix@`hostname`\"" -D__L4DIR__="\"`pwd`/../../..\"" -D__DICEINCDIR__="\"/home/drops/include\"" -Wall -I../src -Wunused -Wunused-parameter -Wall -W -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wmissing-format-attribute -Wpointer-arith -Wshadow -Wwrite-strings -g -O2 -MT Dependency.o -MD -MP -MF .deps/Dependency.Tpo -c -o Dependency.o Dependency.cpp mv -f .deps/Dependency.Tpo .deps/Dependency.Po g++ -Wunused -Wunused-parameter -Wall -W -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wmissing-format-attribute -Wpointer-arith -Wshadow -Wwrite-strings -g -O2 -export-dynamic -o dice main.o Compiler.o CParser.o File.o Object.o Visitor.o version.o CCParser.o CCXXParser.o CDCEParser.o CCORBAParser.o CPreProcess.o IncludeStatement.o Exception.o Dependency.o -L../src/be/l4/v2 -lv2 -L../src/be/l4/v2/amd64 -lv2amd64 -L../src/be/l4/v2/ia32 -lv2ia32 -L../src/be/l4/x0 -lx0 -L../src/be/l4/v4 -lv4 -L../src/be/l4/v4/ia32 -lv4ia32 -L../src/be/l4 -ll4 -L../src/be/sock -lsock -L../src/be/cdr -lcdr -L../src/be -lbe -L../src/parser/dce -ldce -L../src/parser/corba -lcorba -L../src/parser/inc -linc -L../src/parser/gcc-c -lgcc_c -L../src/parser/gcc-cxx -lgcc_cxx -L../src/fe -lfe -lstdc++ -ldl collect2: ld returned 1 exit status make[6]: *** [dice] Fehler 1 make[6]: Leaving directory `/home/knoppix/l4/l4/tool/dice/src' make[5]: *** [all-recursive] Fehler 1 make[5]: Leaving directory `/home/knoppix/l4/l4/tool/dice/src' make[4]: *** [all-recursive] Fehler 1 make[4]: Leaving directory `/home/knoppix/l4/l4/tool/dice' make[3]: *** [all] Fehler 2 make[3]: Leaving directory `/home/knoppix/l4/l4/tool/dice' make[2]: *** [all] Fehler 2 make[2]: Leaving directory `/home/knoppix/l4/l4/tool/dice' make[1]: *** [dice] Fehler 2 make[1]: Leaving directory `/home/knoppix/l4/l4/tool' make: *** [tool] Fehler 2
There was allready someone else having this problem in the mailing-list...
Any suggestions? CVS sources are outdated. We migrated the repository to SVN. AFAIK, there is no public access to the SVN repo *yet*. Try the 3.1.1 version from http://www.inf.tu-dresden.de/index.php?node_id=1547 .
If that doesnt work either, please send another bug-report with the gcc versions you are using. HTH, Ron. - -- Mit freundlichen Gruessen / with regards ra3 @ inf.tu-dresden.de http://os.inf.tu-dresden.de/~ra3/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF0C5X2sAx3Dtx9+YRAhKqAKDvzKNdaDGljlH9DhvknMUcH8bdlACfRRjr GF3zBwSxdEBiLnufCvjM9bc= =LXcb -----END PGP SIGNATURE-----
Ronald Aigner schrieb:
CVS sources are outdated. We migrated the repository to SVN. AFAIK, there is no public access to the SVN repo *yet*. Try the 3.1.1 version from http://www.inf.tu-dresden.de/index.php?node_id=1547 .
Ok, I will do so. Maybe you can update the website... Greets.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 thbach@students.uni-mainz.de wrote on 12.02.2007 13:14 this:
Ronald Aigner schrieb:
CVS sources are outdated. We migrated the repository to SVN. AFAIK, there is no public access to the SVN repo *yet*. Try the 3.1.1 version from http://www.inf.tu-dresden.de/index.php?node_id=1547 .
Ok, I will do so.
Maybe you can update the website... What exactly is out of date?
Ron. - -- Mit freundlichen Gruessen / with regards ra3 @ inf.tu-dresden.de http://os.inf.tu-dresden.de/~ra3/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF0GwM2sAx3Dtx9+YRAmevAJ9Aar9QoE1VDbidwlV/HQZOYWTiCgCeMbT2 xljfED/WuZI3D/QA3oB/JC0= =D2hl -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 thbach@students.uni-mainz.de wrote on 12.02.2007 13:14 this:
Ronald Aigner schrieb:
CVS sources are outdated. We migrated the repository to SVN. AFAIK, there is no public access to the SVN repo *yet*. Try the 3.1.1 version from http://www.inf.tu-dresden.de/index.php?node_id=1547 .
Ok, I will do so.
Maybe you can update the website... Done. Thanks for the hint.
Ron. - -- Mit freundlichen Gruessen / with regards ra3 @ inf.tu-dresden.de http://os.inf.tu-dresden.de/~ra3/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF0JU52sAx3Dtx9+YRAhycAKCdcQd8f9mAdsSnEZKt5wWU631YzQCgwIcT SlOEe7LQvXceuU0zu9iQywk= =Bzg1 -----END PGP SIGNATURE-----
participants (2)
-
Ronald Aigner -
thbach@students.uni-mainz.de