Thank you for the tip about older SDKs. That will come in handy in the future.
Since I am building TrueCrypt without the GUI, it only uses the wxWidgets helper functions.
So I think that is why it worked without any API complaints.
Thank you for all the help, and for this great Forum resource!
Search found 6 matches
- Fri Jun 26, 2015 4:15 pm
- Forum: Platform Related Issues
- Topic: Build on Mac OSX Yosemite 10.10 with Xcode only
- Replies: 6
- Views: 3068
- Thu Jun 25, 2015 8:05 pm
- Forum: Platform Related Issues
- Topic: Build on Mac OSX Yosemite 10.10 with Xcode only
- Replies: 6
- Views: 3068
[SOLVED] Re: Build on Mac OSX Yosemite 10.10 with Xcode only
SOLVED: ...sort of... With further experimentation, I have still been unable to build wxWidgets 2.8.12 under Mac OSX Yosemite 10.10.3. As I mentioned, wxWidgets 2.8 is the version required by TrueCrypt. With something so sensitive as disk encryption, I did not want to stray from the required version...
- Thu Jun 25, 2015 12:14 am
- Forum: Platform Related Issues
- Topic: Build on Mac OSX Yosemite 10.10 with Xcode only
- Replies: 6
- Views: 3068
Re: Build on Mac OSX Yosemite 10.10 with Xcode only
Sorry I did not answer your main question. I am using command line configure/make. Long live GNU command line tools! 

- Thu Jun 25, 2015 12:09 am
- Forum: Platform Related Issues
- Topic: Build on Mac OSX Yosemite 10.10 with Xcode only
- Replies: 6
- Views: 3068
Re: Build on Mac OSX Yosemite 10.10 with Xcode only
Thank you so much for the reply. I have now successfully compiled 3.0.2 by using --with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/ But still no joy trying to compile wxMac-2.8.12. I need the 2.8 for TrueCrypt. That is the kind of th...
- Wed Jun 24, 2015 11:41 pm
- Forum: Platform Related Issues
- Topic: QDGetPictureBounds undefined when compiling wxMac 2.8.10 on OS X Yosemite
- Replies: 4
- Views: 1768
Re: QDGetPictureBounds undefined when compiling wxMac 2.8.10 on OS X Yosemite
Hi Lothar. Have you had any luck? I am also trying to build wcMac-2.8.12 on Yosemite 10.10.3 using latest Xcode. I have also tried giving configure this: --with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk But still same error: /Users/...
- Wed Jun 24, 2015 11:08 pm
- Forum: Platform Related Issues
- Topic: Build on Mac OSX Yosemite 10.10 with Xcode only
- Replies: 6
- Views: 3068
Build on Mac OSX Yosemite 10.10 with Xcode only
Has anyone built wxWidgets on Mac OSX Yosemite with Xcode only ? (i.e. no mac ports) In the past I have successfully built and used wxWidgets 2.8.x on older versions of OSX with Xcode and Mac Ports tools. But I am having trouble building on Mac OSX 10.10.3 Yosemite. In this case I am using only Xcod...