aunderwo - 2008-05-19

Hi,

Has anybody had any success with compiling hawkeye on MacOsX Leopard. I eventually got qt3 to compile and amos to recognise it .  A hawkeye binary was compiled but had error messages

1) dyld: Library not loaded: libqt.3.dylib
Referenced from: /usr/local/bin/hawkeye
Reason: image not found
Trace/BPT trap

I could solve this by
export DYLD_LIBRARY_PATH=/usr/local/lib:$QTDIR/lib

however then error 2 occurred

2) dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /usr/local/lib/libJPEG.dylib

Trace/BPT trap

I couldn't get around this error.

Has anybody found a method to get this to work?

Thanks

Anthony