From: Patrick H. <pa...@13...> - 2007-09-04 20:22:57
|
Kevin Godby wrote: > On 9/4/07, Patrick Hartling <pa...@13...> wrote: >> Kevin Godby wrote: >>> Okay, another stupid question. >>> >>> Do the generated flagpoll files actually get installed somewhere >>> (using "scons install")? I see that they're generated and placed in >>> build.linux/instlinks/, but I don't see where they've been installed.= >> The instlinks directory should have the same structure as the final >> installation tree. If you see the fpc file in >> build.linux/instlinks/lib/flagpoll, then setting the installation pref= ix and >> installing CppDOM puts the file into <prefix>/lib/flagpoll. >=20 > Explicitly specifying a prefix path caused it to install properly. Tha= nks! >=20 > I'm in the process of installing all of the dependencies for VR > Juggler. So far I think each of gmtl, xml-cppdom, and flagpoll are > each installed using different methods: >=20 > python setup.py install # flagpoll > scons var_arch=3Dia32 install prefix=3D/usr/local # xml-cppdom > scons install # gmtl >=20 > It'd be handy if the compile/install method could be standardized a bit= =2E Yes, that would be nice, but someone needs to take the time to do it. If = you are interested in helping, we always welcome patches. As it stands, GMTL and CppDOM both suffer from being in a continuous "experimental" state where build ideas are tried out but never polished o= r refined. Frankly, I am quite unhappy with the state of the GMTL and CppDO= M builds, and you can read more about my discontentment in the archives for= this list. I am afraid that I have no time at all for trying to figure ou= t how to improve the builds for these packages. -Patrick --=20 Patrick L. Hartling VP Engineering, Infiscape Corp. http://www.infiscape.com/ |