rinkevichjm

Results 18 comments of rinkevichjm

I need to figure out how to make a pull request. I'm using Xcode 5 and the apple clang. On OS X wx uses clang directly while ruby uses gcc...

pull changes from https://github.com/rinkevichjm/rwx.git On Wed, May 27, 2015 at 11:52 PM, James Rinkevich [email protected] wrote: > I need to figure out how to make a pull request. I'm using...

The changes now pass those tests some sort of issue with pkg_config of gtk files. Were you having problems with that? this should fix those too.

the correct test for clang with libc++ is have_macro("_LIBCPP_VERSION","ciso646") # The C++ specification specifically says that #include has no effect. On Thu, May 28, 2015 at 8:56 PM, James Rinkevich...

I have MAC OS X Yosemite so clang is built with libc++. I wish I knew what the build set up for that is. I look around as it may...

Looking ing the mac ports port file for clang 3.6 suggests that setting the option --cxx_stdlib=libc++ will cause clang to be built with Libc++ as the default library, so you...

But you need to be able to test with clang as is being built on OS X or FreeBSD. Where if --stdlib is not set libc++ is used. No? Sent...

test have_macro "HAVE_TR1_TYPE_TRAITS","wx/setup.h" # if this exists you don't have libc++ On Thu, Jun 4, 2015 at 8:34 PM, Hans Mackowiak [email protected] wrote: > No i mean i can build...

checking for HAVE_TR1_TYPE_TRAITS in WX's setup.h is because WX's configure writes wx/setup.h, via auto configure test using the correct compiler setup. probably should flag an issue for wxwidgets team to...

checking for HAVE_TYPE_TRAITS in wx/setup.h will tell you if c++11 is set Sent from my iPhone > On Jun 5, 2015, at 4:09 AM, Hans Mackowiak [email protected] wrote: > >...