From: Kevin G. <go...@gm...> - 2007-09-04 19:54:35
|
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 prefix and > installing CppDOM puts the file into <prefix>/lib/flagpoll. Explicitly specifying a prefix path caused it to install properly. Thanks! 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: python setup.py install # flagpoll scons var_arch=ia32 install prefix=/usr/local # xml-cppdom scons install # gmtl It'd be handy if the compile/install method could be standardized a bit. --Kevin |