Search found 5 matches

by Kiithsjet
Fri Mar 25, 2016 11:16 pm
Forum: Compiler / Linking / IDE Related
Topic: mac/wxwidgets g++ compiling rage
Replies: 16
Views: 53810

Re: mac/wxwidgets g++ compiling rage

The command I used is: $ make clang++ -I/Users/myUser/widgetDir/wxWidgets-3.1.0/buildMac/lib/wx/include/osx_cocoa-unicode-static-3.1 -I/Users/myUser/widgetDir/wxWidgets-3.1.0/include -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -o myExec wxHello.cpp -L/Users/myUser/widgetDir/wxWi...
by Kiithsjet
Fri Mar 25, 2016 7:39 pm
Forum: Compiler / Linking / IDE Related
Topic: mac/wxwidgets g++ compiling rage
Replies: 16
Views: 53810

Re: mac/wxwidgets g++ compiling rage

Hi, All I get when building the sample is the following: g++ -mmacosx-version-min=10.5 -o minimal minimal_minimal.o -L/Users/calecampbell/Downloads/wxWidgets-svn/cales-build/lib -L/opt/local/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework...
by Kiithsjet
Thu Mar 24, 2016 3:57 am
Forum: Compiler / Linking / IDE Related
Topic: mac/wxwidgets g++ compiling rage
Replies: 16
Views: 53810

Re: mac/wxwidgets g++ compiling rage

All I get when building the sample is the following: g++ -mmacosx-version-min=10.5 -o minimal minimal_minimal.o -L/Users/calecampbell/Downloads/wxWidgets-svn/cales-build/lib -L/opt/local/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework Open...
by Kiithsjet
Tue Mar 22, 2016 8:38 am
Forum: Compiler / Linking / IDE Related
Topic: mac/wxwidgets g++ compiling rage
Replies: 16
Views: 53810

Re: mac/wxwidgets g++ compiling rage

I have successfully compiled the library. I have only used ../configure --disable-shared --enable-unicode --prefix="$(pwd)" configure options. Compiler version yields: Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 App...
by Kiithsjet
Mon Mar 14, 2016 3:16 am
Forum: Compiler / Linking / IDE Related
Topic: mac/wxwidgets g++ compiling rage
Replies: 16
Views: 53810

mac/wxwidgets g++ compiling rage

I'm becoming furious with wxWidgets. I cant figure out how to compile a simple helloworld program on mac os 10.9.5 and I cant find any documentation online that is of any use. I have configured and "installed" wxWidgets exactly as instructed on wxwidgets.org without any issues. When I try ...