Dave Dyer wrote:
The exact message from os 10.2.8 is
/Applications/Adobe InDesign
CS2/Plug-Ins/Jostens/placerid.bundle/Contents/MacOS/placerid undefined
reference to _fprintf$LDBL128 expected to be defined in
/usr/lib/libSystem.B.dylib
The symbol _fprintf$LDBL128 doesn't exist prior to 10.4.
It sounds very much like you're compiling your plugin targeted for 10.4,
but running it under 10.2.8.
This won't work. For a host of reasons.
For your plugin to run under 10.2.8, you must do at least the following:
1. Use the 10.2.8 SDK.
2. Use the GCC compiler appropriate for 10.2.8 (gcc 3.3, IIRC).
3. Set your target OS version to 10.2.