From: Doug M. <mc...@ia...> - 2007-06-26 20:04:54
|
On Jun 26, 2007, at 2:02 PM, Patrick Hartling wrote: > Doug McCorkle wrote: >> Hello, >> When I try to run gmtl-config with 0.5.2 I get this error: >> >> objects:/Volumes/data/VE_Suite_Deps/vrjuggler-2.0-svn/build-darwin >> mccdo$ /opt/local/bin/gmtl-config >> Traceback (most recent call last): >> File "/opt/local/bin/gmtl-config", line 67, in ? >> elif options.cxxflags or options.libs: >> AttributeError: Values instance has no attribute 'libs' >> >> Any thoughts on the problem? > > 1. Remove the usage of options.libs since GMTL doesn't have > libraries. OK. > 2. Avoid using gmtl-config if you can. I was just trying to use 0.5.1 with vrj 2.0.3 which I know is not the "official" way to do things but wanted to upgrade my overall environment. Doug |