User forums > Nightly builds
The 08 December 2024 build (13596) is out.
stahta01:
--- Quote from: Xaviou on December 28, 2024, 01:58:34 pm ---Hi.
--- Quote from: Xaviou on December 08, 2024, 06:40:55 pm ---OS X version of this rev can no be built due to the fact that I can't yet upgrade my system or my version of the build tools, and some functions needed by wxPdfDocument are missing.
--- End quote ---
I think I've found a solution for this problem : after the configure call, I just had to add "-framework Security" to the source_exporter makefile (in the WX_LIBS line, where there are others "-framework xxxx" instructions, and it worked.
But I still don't know how to automatically add this command during the configure process :-\
Regards
Xav'
--- End quote ---
My guess is add this code to makefile.am in the same folder as the makefile you edited
--- Code: ---if DARWIN
AM_LDFLAGS = -framework Security
endif
--- End code ---
Xaviou:
Hi.
--- Quote from: stahta01 on December 30, 2024, 06:54:57 am ---My guess is add this code to makefile.am in the same folder as the makefile you edited
--- Code: ---if DARWIN
AM_LDFLAGS = -framework Security
endif
--- End code ---
--- End quote ---
I've finally tested this, but it didn't work : this line appeared "as is" in the final makefile but nothing was added to the link command.
For information : the line in witch the other "-framework xxxxxx" are present is provided by wx-config (with the "--libs" arguments) but I didn't find any way to make it add the "Security" option.
Regards
Xav'
stahta01:
To Xaviou
See https://forums.codeblocks.org/index.php/topic,25932.msg176633.html#msg176633
Xaviou:
Hi
--- Quote from: stahta01 on January 10, 2025, 04:23:45 am ---To Xaviou
See https://forums.codeblocks.org/index.php/topic,25932.msg176633.html#msg176633
--- End quote ---
I've tested the last suggestion made by kencu, and it worked fine.
I think it can be added to the official sources.
Regards
Xav'
Navigation
[0] Message Index
[*] Previous page
Go to full version