hotopf.blogg.se

Can i compile dll on mac for windows
Can i compile dll on mac for windows













can i compile dll on mac for windows

Make: *** Error 2ĬMakeLists.txt cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) I686-w64-mingw32-g++: error: unrecognized command line option ‘-install_name’ I686-w64-mingw32-g++: error: rpath/libExampleAIModule.dylib: No such file or directory I686-w64-mingw32-g++ -std=c++11 -O3 -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -o libExampleAIModule.dylib -install_name CMakeFiles/ExampleAIModule.dir/Source/ CMakeFiles/ExampleAIModule.dir/Source/ -L/.wine/drive_c/Starcraft/BWAPI/ExampleAIModule/./lib usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/ExampleAIModule.dir/link.txt -verbose=1 Make got errors: Linking CXX shared library libExampleAIModule.dylib The folder structure: BWAPI/ExampleAIModule/CMakeLists.txt I want to know how to fix my CMakeLists.txt? The ExampleAIModule is actually a VS2017 project, I write a CMakeLists.txt, ran cmake CMakeLists.txt & make VERBOSE=1 got some errors. And I try to compile the ExampleAIModule in it with CMake and MinGW on Mac OSX. I installed the bwapi via wine on Mac OSX.















Can i compile dll on mac for windows