I managed to get Lazarus to run successfully (Carbon/Leopard) and it does create applications (incl. bundles).
Now I'm trying to get Indy to work (10.2.0.3), which compiles great, but the rebuild of Lazarus fails (error while linking).
ld: warning ignoring -dylib_file option, file not found: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ligGL.dylib
ld: cycle in dylib re-exports with /usr/X11R6/lib//libGL.dylib
Error: Error while linking When building the IDE, I know we need to add the proper -k parameters. For projects we need to apply the dylib "fix".
For projects:
-dylib_file '/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib'For the IDE build:
-k'-framework' -k'carbon' -k'-framework' -k'OpenGL'Neither (including leavng it out all together) works ...
Does anybody have a suggestion?
