Re: [orbitcpp-list] errors when running autogen.sh
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2000-04-13 19:17:15
|
Mark Gunn wrote: > > Hello all, > > I am trying to build everything from cvs, but I get > the following errors when running autogen.sh. (Note I > was able to build everything from *.tar.gz file. From > the looks of the error messages, I'm assuming I need > to specify some values, but I'm not sure what or > where. > > Is there something else I need to do before I run > autogen.sh? > > Any help would be greatly appreciated. > Thanks, > Mark > Hey Mark, I think the problem might be an ORBit version mismatch. You need ORBit 0.5.1 to be able to run orbitcpp from CVS. I don't believe the AM_PATH_ORBIT macro existed in previous versions of ORBit. If you've already got 0.5.1 installed then it might be picking up the wrong version of ORBit.m4. Have a hunt around your system to see if there's more than one (try /usr/share/aclocal/ and usr/local/share/aclocal/) Hope this helps, Phil. |