Hugh Macdonald - 2011-02-13

For reference, the linux compile that goes through fine is with:

g++ -o build/linux.x86_64/tx_nukeLensDistortion.os -c -O -c -DUSE_GLEW -fPIC -msse -fPIC -I/mount/nvizible_applications/centos.linux.x86_64/nuke/Nuke6.2v1/include build/linux.x86_64/tx_nukeLensDistortion.cpp
g++ -o build/linux.x86_64/release/tx_nukeLensDistortion.so -shared build/linux.x86_64/tx_nukeLensDistortion.os -L/mount/nvizible_applications/centos.linux.x86_64/nuke/Nuke6.2v1 -lDDImage -lGLEW

(The initial output that I posted was from my laptop, which is 6.2v2, and that output above is from 6.2v1, which is what we've got installed in the office. Trying to install for OSX under 6.2v1 shows the same error)