Open sidec opened 3 years ago
I succesfully linked the build by adding to CMakeList.txt
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} "-Wl,-allow-multiple-definition")
as suggested there https://stackoverflow.com/questions/11267877/mingw-multiple-definition-of-unwind-resume and external works in Pd 0.51-4 official binary distribution. I am not sure where it should go in cmake files, I just put it in CMakeList.txt, so I don't make ugly pr, but it seems like enought to make it linking.
I also added PreLoad.cmake
file with
set(CMAKE_GENERATOR "Unix Makefiles" CACHE INTERNAL "" FORCE
to prevent cmake from using Visual Studio toolchain on msys2.
Awesome external and definitelly worth of being more easily available through Deken.
There is a problem preventing build from success. Here is the relevant
make
log:cmake
configuration seems ok, here are details:Linking to Miller S. Puckette's "vanilla" distribution of Pd from http://msp.ucsd.edu/software.html. While trying to link with
gcc
build of Pd from sources in github, I encounter another error:Any idea how to progress? Also is there any chance to publish Deken package? Thanks