Hi.

I'm trying to build PySide 0.4.1 on OS X for eventual packaging and 
distribution in an .app bundle.

I have the Qt libraries installed on the system and I'm trying to build PySide 
into a specified directory so I can gather up the libraries at the end. I've 
done this using

cmake -DCMAKE_INSTALL_PREFIX={install_dir} CMakeLists.txt

then `make` `make install`. This seems to work fine for the API Extractor and 
Generator Runner, but `make`ing the Shiboken Generator fails with 

dyld: Library not loaded: libgenrunner.0.6.dylib
  Referenced from: {install_dir}/bin/generatorrunner
  Reason: image not found

A post on this list from Renato Araujo Oliveira Filho on August 5 suggests 
exporting DYLD_LIBRARY_PATH. I'm not entirely sure what this means - I have an 
environment variable called DYLD_LIBRARY_PATH set to {install_dir} but that 
hasn't helped.

Any advice would be greatly appreciated, because I feel this project has a 
great deal of potential and I'd like to start writing some applications using 
it.

Thanks.

Nick Taylor.
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to