Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
CMake just told you the following: ** Summary: ... libsndfile:no (raw audio file rendering only) Like glib, libsndfile is just another dependency. glib is mandatory, while libsndfile is optional. To be able to render to any a

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Sorry maybe it just me but I do not understand what to do. ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
> when I tried to convert from midi to wav save it, it saved it but I can not > play it: You need to provide libsndfile during build to be able to render to any format you like. Otherwise only headerless RAW PCM files are supported. I've updated the wiki to make that clearer: https://github.com/

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Hi again, You were right the files were missing and I added it but now I tried fluidsynth through the CMD when I tried to convert from midi to wav save it, it saved it but I can not play it: "Windows Media Player cannot play the file. The Player might not support the file type or might not support

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Ceresa Jean-Jacques
Hello,   1) Your c:/Freesw tree seems still incomplete.   Missing libraries files (needed at link time). D:\Freesw\lib\glib-2.0.lib D:\Freesw\lib\intl.lib D:\Freesw\lib\gthread-2.0.lib   Missing shared library files (needed at execution time). D:\Freesw\bin\libglib-2.0-0.dll D:\Freesw\bi

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Hi I have done so, the files are attached. C:\Python27;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\user15\.dnx\bin;C:\Program Files\Microsoft

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
In order to help you further, please execute the following commands. They will generate a bunch of text files in the command line's current working directory. Please attach all of them to a mail. echo %PATH% > path.txt dir /s C:\freesw > dir_freesw.txt pkg-config --libs glib-2.0 gthread-2.0 > pkgc

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Hi again, I know you are probably tired of me, but this error occurred when I ran the "mingw32-make.exe" command from the CMD: C:\fluidsynth\build>cmake -G "MinGW Makefiles" .. -- The C compiler identification is GNU 5.1.0 -- Check for working C compiler: C:/TDM-GCC-64/bin/gcc.exe -- Check for wor

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Ceresa Jean-Jacques
Hello,   your c:\freesw tree seems incomplete.   >--   No package 'glib-2.0' found > --   No package 'gthread-2.0' found   These package are flluidsynth requiered dependancies. Cmake expect that theses packages are described by .pc files that must be in C:\Freesw\lib\pkgconfig folder   Fo

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
I have done so: C:\>where pkg-config the output was: C:\freesw\bin\pkg-config.exe this is where the 64-bit pkg-config I have download from the wiki: https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake#building-with-mingw-on-windows so I tried something else I downloaded the 32-bit versi

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
I can perfectly reproduce your problem when trying to execute the 32bit pkg-config on windows 10 64bit. Please double check whether it really executes the 64bit binary by executing `where pkg-config` from cmd. Tom ___ fluid-dev mailing list fluid-dev@n

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Layers Incorporation
Hi, I have 64-bit windows, I have checked if this the case and I use the correct binaries for my platform. ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Using fluidsynth from the CMD

2019-06-09 Thread Tom M.
It seems that you've downloaded the binaries for 32 bit windows, although you are running 64 bit windows. Or vice versa. In any case, you must use the correct binaries for your platform. Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists