Originally created by: King InuYasha
Fluidsynth fails to build on WPG-System64, which is a full blown compilation enviornment for Win64 based on MinGW-w64.
Using WPG-System64 1.99p, I had to do two things before getting as far as I did.
In C:\msys (where you HAVE to have the System64 extracted to)
mkdir local
cd local
mklink -D lib ..\system64\lib
mklink -D bin ..\system64\bin
mklink -D include ..\system64\include
Then, in /src/projects/fluidsynth-1.1.0/bin64:
./configure --prefix=/src/projects/fluidsynth-1.1.0/bin64 && make && make install
The result was a failure to compile, so, I re-ran make to pinpoint the error to attach to this ticket.
The build log is attached.
Reported by: *anonymous
Original Ticket: fluidsynth/tickets/57
该提问来源于开源项目:FluidSynth/fluidsynth