--
You received this message because you are subscribed to the Google Groups "reaction-diffusion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reaction-diffus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/CAKnjVK1418ZuxuypuPY9i7fdcx7iGQB%3D3uqX5m26hBoTk1u5Aw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/CAAcZTPQZ2G%3DQKehpCKTXjJMqnjwTzOBWvkmxBbj8MfUY4xdz1g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/CAKnjVK2KcdHw%2BVRZAmBDWv7N0c1PwM42SeC_ub9Sa9jAo5AqsA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/CAAcZTPQuq2rYJ8sdc2bRvntoh-SaQF%2BFJK-7aZA62UPevpbuTg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/CAKnjVK3edSYWq3fM9%3DYbNBJReQ4kFznzKfPYrjpivGXO1BrMOw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "reaction-diffusion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reaction-diffus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/18e617ca-9c68-42d7-8f97-251df1f96d28%40googlegroups.com.
Linking CXX executable Ready.app/Contents/MacOS/Ready
clang: error: no such file or directory: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a'
--
You received this message because you are subscribed to the Google Groups "reaction-diffusion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reaction-diffus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/100afaae-6dce-4153-b5f2-9b17b541bee4%40googlegroups.com.
> Looks like the Travis CI build is now failing on Mac with a missing libclang:> Linking CXX executable Ready.app/Contents/MacOS/Ready> clang: error: no such file or directory:> '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a'> Any ideas about that one, Andew?
I had to add that library via a set command on line 561 in CMakeLists.txtto avoid an undefined symbol "___isPlatformVersionAtLeast" when linking.The default path cmake was using had a different version of libclang_rt.osx.athat didn't have that symbol. Not sure if this is a cmake or Apple bug.Probably a cmake issue because I didn't see that error when building Gollyon the same system using the same version of wxMac (but not using cmake).Anyway, try commenting out that set command and see what Travis does.If it works then leave that command commented out and I'll temporarilyenable it if/when I need to rebuild Ready.Andrew
--
You received this message because you are subscribed to the Google Groups "reaction-diffusion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reaction-diffus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/f05200f00da0c885b6f84%40%5B192.168.0.2%5D.
> Andrew I'm not clear why it was needed on your machine - the builds on
> Travis use CMake too. Must be something about the configuration?
Two possibilities:
Which version of wxWidgets is Travis using? (I use wxMac 3.1.3.)
Which version of Xcode? (I have Xcode 11.2.1 installed.)
My guess is that the Xcode installer has failed to update the
lib file in the 2nd path. Wouldn't be the 1st time Apple screwed up.
I could probably copy the file from the 1st location into the 2nd
but I'm reluctant to mess with system stuff.
Anyway, can you leave that line in but commented out? That way
I can temporarily enable it if/when necessary. I'll remove it
if I ever discover it's no longer needed.
Andrew
--
You received this message because you are subscribed to the Google Groups "reaction-diffusion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reaction-diffus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/f05200f00da0ca930684c%40%5B192.168.0.2%5D.
--
You received this message because you are subscribed to the Google Groups "reaction-diffusion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reaction-diffus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/f5d4b949-9194-45a8-b7a0-d30b2e595e06%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "reaction-diffusion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reaction-diffus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/1ea197ee-efee-430b-898b-b0b19a3e20f8%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reaction-diffusion/CAKnjVK0L_eBCgv0UD%2BPuKfnjOOvse82FYa3i45cqTh1JhWKN8w%40mail.gmail.com.