weixin_39987138 2020-11-20 21:02
浏览 0

FluidSynth 1.1.0 fails to build on WPG-System64 (MinGW-w64)

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

  • 写回答

9条回答 默认 最新

  • weixin_39987138 2020-11-20 21:02
    关注

    Original comment author: King InuYasha

    Oops, I meant under "/src/projects/fluidsynth-1.1.0" I ran the configure script.

    Original comment by: elementgreen

    评论

报告相同问题?