wxPDF 1.2.1 has been released now, with fixes for this, and other issues. Confirmed to build on pre-10.7 MacOS, and current systems. If you're using your own Makefile.am with it as CB does, it does need the Security framework added to the link libs, as per the CB forum post.
to be noted that upstream wxpdf has made some changes in v1.2 to support wx3.0 and pre-10.7 MacOS. Just testing those now. Oh-- I see this mentioned in the threaded comments above.
to be noted that upstream wxpdf has made some changes in v1.2 to support wx3.0 and pre-10.7 MacOS. Just testing those now.
He's using an offshoot version of 10.6. I have been updating the codeblocks build on macos via macports for some years now. we use wx3.0 on older systems (10.11 and older) that can’t use wx32, and wx32 on all systems 10.12+. https://github.com/macports/macports-ports/blob/ae0a50c058007c7d1d9ff4bbba57285031f5850c/devel/codeblocks-devel/Portfile#L108 With the recent update to wxPDFDoc, I did have to add the security framework to allow the newer wxPdfDocument to build on almost all macos versions: https://github.com/macports/macports-ports/blob/ae0a50c058007c7d1d9ff4bbba57285031f5850c/devel/codeblocks-devel/Portfile#L69...
He's using an offshoot version of 10.6. I have been updating the codeblocks build on macos via macports for some years now. we use wx3.0 on older systems (10.11 and older) that can’t use wx32, and wx32 on all systems 10.12+. https://github.com/macports/macports-ports/blob/ae0a50c058007c7d1d9ff4bbba57285031f5850c/devel/codeblocks-devel/Portfile#L108 With the recent update to wxPDFDoc, I did have to add the security framework to allow the newer wxPdfDocument to build on almost all macos versions: https://github.com/macports/macports-ports/blob/ae0a50c058007c7d1d9ff4bbba57285031f5850c/devel/codeblocks-devel/Portfile#L69...
I have been updating the codeblocks build on macos via macports for some years now. we use wx3.0 on older systems (10.11 and older) that can’t use wx32, and wx32 on all systems 10.12+. https://github.com/macports/macports-ports/blob/ae0a50c058007c7d1d9ff4bbba57285031f5850c/devel/codeblocks-devel/Portfile#L108 With the recent update to wxPDFDoc, I did have to add the security framework to allow the newer wxPdfDocument to build on almost all macos versions: https://github.com/macports/macports-ports/blob/ae0a50c058007c7d1d9ff4bbba57285031f5850c/devel/codeblocks-devel/Portfile#L69...
codeblocks SVN checkout fails: svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/spillz/codeblocks-python/trunk'
both the last release and the most current nightly work fine when installed by macports on all systems from 10.6 i386 to arm64 Sonoma.