Hello Eric,
Thank you – I was able to get the compile options I expected in the make
command when I passed in the Toolchain.cmake file as you had specified in your
email.
I’m having a few more problems getting the command I want.
I’m looking at Code composer studio and here’s the linker comman
I tried to configure a FLTK build with this:
"make .. -G "Visual Studio 16 2019" -A x64 -T "ClangCl"
-DCMAKE_INSTALL_PREFIX=../install
-DCMAKE_CXX_COMPILER=C:/llvm-project/install/bin/clang-cl.exe
-DCMAKE_C_COMPILER=C:/llvm-project/install/bin/clang-cl.exe
-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX
I had an issue last week, where the isysroot setting was messed up, after I
had done an xcode update.
Even though I am using Mojave (10.14), instead of Catalina (10.15), xcode
has apparently upped the version number from 10.14 to 10.15.
/Applications/Xcode.app/Contents/Developer/Platforms/
MacOS
Hello,
Tryign to compile a project that built correctly since now. I guess something
changed on my system, and now I’m getting this error:
Scanning dependencies of target Mercurve
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f
src/libs/CMakeFiles/Mercurve.dir/build.make
src/libs/
Fixed using OBJECT libraries. Thank you to anyone here who answered on
StackOverflow.
On Fri, Nov 8, 2019 at 12:02 PM David Aldrich
wrote:
> Hi, I have a linker problem with a Windows C++ project that uses a static
> library. I have described the problem on StackOverflow here:
>
>
> https://stac
Hi, I have a linker problem with a Windows C++ project that uses a static
library. I have described the problem on StackOverflow here:
https://stackoverflow.com/questions/58765494/windows-c-static-library-fails-to-access-external-method-during-initialization
I think the problem could be resolved