Bugs item #1663078, was opened at 2007-02-19 02:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1663078&group_id=132078
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tpserver-cpp Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jure Repinc (jrepin) Assigned to: Lee Begg (llnz) Summary: Can't compile tpserver-cpp because of guile errors Initial Comment: When trying to create an ebuild for Gentoo (I have guile 1.8.1) I get this error when compiling: Making all in guile make[4]: Entering directory `/var/tmp/portage/games-server/tpserver-cpp-0.4.0/work/tpserver-cpp-0.4.0/modules/tpcl/guile' /bin/sh ../../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -g -Wall -c tpguile.cpp mkdir .libs i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -g -Wall -c tpguile.cpp -fPIC -DPIC -o .libs/tpguile.o tpguile.cpp: In member function 'void TpGuile::setDesignPropertyValue(const PropertyValue&)': tpguile.cpp:138: error: 'scm_int2num' was not declared in this scope tpguile.cpp:139: error: 'scm_double2num' was not declared in this scope tpguile.cpp: In member function 'void TpGuile::setDesignComponentCount(unsigned int)': tpguile.cpp:148: error: 'scm_int2num' was not declared in this scope tpguile.cpp: In member function 'double TpGuile::evalCompProperty(std::string)': tpguile.cpp:188: error: 'scm_num2double' was not declared in this scope tpguile.cpp: In member function 'PropertyValue TpGuile::getPropertyValue(Property*, std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)': tpguile.cpp:223: error: 'scm_double2num' was not declared in this scope tpguile.cpp:235: error: 'SCM_CONSP' was not declared in this scope tpguile.cpp:237: error: 'SCM_STRINGP' was not declared in this scope tpguile.cpp:242: error: 'gh_scm2newstr' was not declared in this scope tpguile.cpp:243: error: 'scm_num2double' was not declared in this scope tpguile.cpp: In member function 'bool TpGuile::evalRequirementFtn(std::string, std::string&)': tpguile.cpp:307: error: 'SCM_CONSP' was not declared in this scope tpguile.cpp:308: error: 'SCM_STRINGP' was not declared in this scope tpguile.cpp:312: error: 'SCM_FALSEP' was not declared in this scope tpguile.cpp:313: error: 'gh_scm2newstr' was not declared in this scope make[4]: *** [tpguile.lo] Error 1 make[4]: Leaving directory `/var/tmp/portage/games-server/tpserver-cpp-0.4.0/work/tpserver-cpp-0.4.0/modules/tpcl/guile' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/games-server/tpserver-cpp-0.4.0/work/tpserver-cpp-0.4.0/modules/tpcl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/games-server/tpserver-cpp-0.4.0/work/tpserver-cpp-0.4.0/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/games-server/tpserver-cpp-0.4.0/work/tpserver-cpp-0.4.0' make: *** [all-recursive-am] Error 2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1663078&group_id=132078 _______________________________________________ tp-bugs mailing list [email protected] http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs
