Re: [fluid-dev] pkgconfig not found

2017-11-21 Thread David Back
rom: Tom M. To: David Back Cc: FluidSynth Mailing List Sent: Tuesday, 21 November 2017, 12:10 Subject: Re: [fluid-dev] pkgconfig not found > I never did think it used c++ as a linker Ok seems like I mixed that up because we were talking about a linkage problem. Anyway, it should be no pro

Re: [fluid-dev] pkgconfig not found

2017-11-21 Thread Marcus Weseloh
2017-11-21 10:13 GMT+01:00 David Back : > > I am NOT trying to compile fluidsynth for use only on Windows - I expect > the > > version I compile to run on ANY Mac or Linux > > system under Wine, or Windows system direct You are not compiling FluidSynth for multiple platforms but only for Windows

Re: [fluid-dev] pkgconfig not found

2017-11-21 Thread Tom M.
gt; appropriate sound drivers for each system. > > David > > > From: Tom M. > To: David Back ; FluidSynth Mailing List > > Sent: Monday, 20 November 2017, 14:30 > > Subject: Re: [fluid-dev] pkgconfig not found > > Regarding the

Re: [fluid-dev] pkgconfig not found

2017-11-21 Thread David Back
; FluidSynth Mailing List Sent: Monday, 20 November 2017, 14:30 Subject: Re: [fluid-dev] pkgconfig not found Regarding the build log, I dont see why you think it uses c++ as linker. It correctly calls gcc.exe, line 15. Still strange that it doesnt find libintl although it should be in

Re: [fluid-dev] pkgconfig not found

2017-11-21 Thread David Back
the appropriate sound drivers for each system. David From: Tom M. To: David Back ; FluidSynth Mailing List Sent: Monday, 20 November 2017, 14:30 Subject: Re: [fluid-dev] pkgconfig not found Regarding the build log, I dont see why you think it uses c++ as linker. It correctly

Re: [fluid-dev] pkgconfig not found

2017-11-20 Thread Tom M.
og > David > From: Tom M. > To: David Back > Cc: fluid-dev@nongnu.org > Sent: Sunday, 19 November 2017, 15:57 > Subject: Re: [fluid-dev] pkgconfig not found > > It uses c++ as linker? No matter 1.1.6, 1.1.7 or master? Shouldnt happen. I > think it's time

Re: [fluid-dev] pkgconfig not found

2017-11-20 Thread David Back
ill run on ANY system as supplied, without any recompiling or other changes. Good luck with the build.log David From: Tom M. To: David Back Cc: fluid-dev@nongnu.org Sent: Sunday, 19 November 2017, 15:57 Subject: Re: [fluid-dev] pkgconfig not found It uses c++ as linker? No matter 1.

Re: [fluid-dev] pkgconfig not found

2017-11-19 Thread Tom M.
nt todo. I suspect it would be best for me to write > my own makefile and I can then put what I want into it. This willavoid me > trying to understand the mess (which usually does work) that cmake creates. > Best WishesDavid. > > From: Tom M. > To: David Back &g

Re: [fluid-dev] pkgconfig not found

2017-11-19 Thread David Back
M. To: David Back Cc: FluidSynth Mailing List Sent: Saturday, 18 November 2017, 12:35 Subject: Re: [fluid-dev] pkgconfig not found Ok, good to hear. You should however use 1.1.8 for your testings, as the older versions are unsupported. For those linker errors I currently cant provide a

Re: [fluid-dev] pkgconfig not found

2017-11-18 Thread Tom M.
drivers available so it SHOULD work on allsystems (under Wine) with minimum > latency. > The project is an organ, you can download it from my website > https:\\midimusic.github.io (its calledeplayOrgan, link on home page) and try > it out yourself. > David > > > > From: Tom

Re: [fluid-dev] pkgconfig not found

2017-11-17 Thread David Back
ing List Sent: Friday, 17 November 2017, 16:52 Subject: Re: [fluid-dev] pkgconfig not found Ok, your environment looks good so far. The only thing that strikes me is that your %PATH% contains C:\MinGW32 but according to `dir` it should be c:\mingw32. I know dirs are case insensitive on wi

Re: [fluid-dev] pkgconfig not found

2017-11-17 Thread Tom M.
Ok, your environment looks good so far. The only thing that strikes me is that your %PATH% contains C:\MinGW32 but according to `dir` it should be c:\mingw32. I know dirs are case insensitive on win, but I vaguely remeber to once have used unix software on windows that enforced case sensitivity.

Re: [fluid-dev] pkgconfig not found

2017-11-16 Thread Tom M.
if I commentout the lines where it is looking for the glib and gthread > packages cmake runs to completionand a makefile is made which works but fails > because an .h file which is associated withthe glib and gthread is missing. > Happy faultfinding > David > > > > F

Re: [fluid-dev] pkgconfig not found

2017-11-16 Thread Tom M.
> I did find these and downloaded them only to find the version had to be > >=2.6.5. The versions I found were much lower and were rejected. Did you had a recent look at our wiki page? https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake#building-on-windows Tom 2017-11-15 20:56 G

[fluid-dev] pkgconfig not found

2017-11-15 Thread David Back
Hi fluidsynthers I am trying to use cmake to configure/compile fluidsynth on win32. I am usingmingw32. The problem is that pkgconfig was not found. I downloaded the .exe filean copied it to my mingw32/bin folder. The next problem was glib-2.0 and gthread-2.0  were not found. I didfind these and