[orbitcpp-list] Config Questions
Status: Beta
Brought to you by:
philipd
From: Adam Y. <ay...@fo...> - 2000-07-25 01:28:04
|
Where is the CVS for ORBit? I was only able to find the latest tar.gz. The AnonCVS link of the rhad site is dead. In order to synch up the Orbit and orbitcpp trees, In my orbit directory ./configure -prefix=/usr/local/devel make, make check and install then in orbittcpp ./configure -prefix=/usr/local/devel make, make check and install Am I on the right track. I got some build errors, but they could be from an out of date ORBit build. c++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/include -g -O0 -Wall -Wp,-MD,.deps/orbitcpp_tools.pp -c orbitcpp_tools.cc -fPIC -DPIC -o .libs/orbitcpp_tools.lo orbitcpp_tools.cc: In function `void _orbitcpp::save_meminfo(void *)': orbitcpp_tools.cc:77: `ORBit_MemHow' undeclared (first use this function) orbitcpp_tools.cc:77: (Each undeclared identifier is reported only once orbitcpp_tools.cc:77: for each function it appears in.) orbitcpp_tools.cc:77: parse error before `=' orbitcpp_tools.cc:78: `how' undeclared (first use this function) orbitcpp_tools.cc: At top level: orbitcpp_tools.cc:101: syntax error before `[' orbitcpp_tools.cc: In function `void _orbitcpp::point_to_memhow_none(void **)': orbitcpp_tools.cc:105: `orbit_memhow_none' undeclared (first use this function) make[1]: *** [orbitcpp_tools.lo] Error 1 make[1]: Leaving directory `/home/ayoung/devel/orbitcpp/orb' make: *** [all-recursive] Error 1 |