Magnus Wrenninge

magnus.wrenninge

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

OSX - HDK 9.5.170 - link issues? Sept. 9, 2008, 1:01 p.m.

Ah, I thought that Houdini had installed that one for me. Must be something I played with last year then - I should be able to remove it. I believe I installed it back when apple only shipped with 2.3 or something like that. Though it doesn't quite explain why Victor would have the same issue…

Many thanks though!

-Magnus

OSX - HDK 9.5.170 - link issues? Sept. 3, 2008, 2:56 a.m.

I'm having link issues when using hcustom with 9.5.170 for OSX. It looks like it's not using the standard (/System/Library) version of the Python framework… Not sure how it's getting pulled in though. This is what I get:

> hcustom -e SOP_Star.C
g++ -DUT_DSO_TAGINFO='“3262197cbf1f48132db31ea8622394f26542daf3ce2e99fa6da8f77b5847f185379b21c0d07c73344332f8ed67a9744c4beee710fdd1e351420c2ce877f891bc439445a0ff924994a3268d4a1ea011fce60f92be9af1f3”' -DVERSION=\“9.5.170\” -DDLLEXPORT= -D_GNU_SOURCE -DMBSD -DMBSD_COCOA -DMBSD_INTEL -arch x86_64 -DAMD64 -fPIC -DSIZEOF_VOID_P=8 -DSESI_LITTLE_ENDIAN -DENABLE_THREADS -DUSE_PTHREADS -D_REENTRANT -D_FILE_OFFSET_BITS=64 -c -DGCC4 -DGCC3 -Wno-deprecated -I/Library/Frameworks/Houdini.framework/Versions/9.5.170/Resources/toolkit/include -I/Library/Frameworks/Houdini.framework/Versions/9.5.170/Resources/toolkit/include/htools -Wall -W -Wno-parentheses -Wno-sign-compare -Wno-reorder -Wno-uninitialized -Wunused -Wno-unused-parameter -O2 -DMAKING_DSO -o SOP_Star.o SOP_Star.C

g++ -bundle SOP_Star.o -arch x86_64 -framework OpenGL -framework Cocoa -rpath,@loader_path/Libraries -Wl,-rpath,/Library/Frameworks/Houdini.framework/Versions/9.5.170/Libraries -L/Library/Frameworks/Houdini.framework/Versions/9.5.170/Libraries -L/Library/Frameworks/Houdini.framework/Versions/9.5.170/Resources/Frameworks/Houdini.framework/Versions/9.5.170/Libraries -F/Library/Frameworks/Houdini.framework/Versions/9.5.170/Resources/Frameworks -framework Houdini -o /Users/magnus/Library/Preferences/houdini/9.5/dso/SOP_Star.dylib
ld: in /Library/Frameworks//Python.framework/Python, missing required architecture x86_64 in file
collect2: ld returned 1 exit status


It looks like x86_64 is missing from that .dylib, but I can't see a path in the link command that even points to that python lib…

lipo -info /Library/Frameworks/Python.framework/PythonArchitectures in the fat file: /Library/Frameworks/Python.framework/Python are: i386 ppc


Anyone?

-Magnus