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

2019-06-10 Thread Layers Incorporation
Hi, I tried to do so yet it still got the same problem. ___ 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-10 Thread Ceresa Jean-Jacques
Hi,   As mentioned by Tom it is the sndfile.pc that is wrong. It must be corrected as this: Libs: -L${libdir} -llibsndfile-1 Library name should be original name from Mega-Nerd: D:\Freesw\lib\libsndfile-1.lib   Shared library name should be original name from Mega-Nerd: D:\Freesw\lib\lib

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

2019-06-10 Thread Layers Incorporation
I have done so but still no luck, therefore the files are attached -LC:/freesw/lib -lsndfile-1 Volume in drive C has no label. Volume Serial Number is 48F2-161F Directory of C:\freesw 06/10/2019 10:15 AM . 06/10/2019 10:15 AM .. 06/10/2019 10:27 AM b

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

2019-06-10 Thread Tom M.
Make sure that C:\freesw\lib actually contains libsndfile-1.lib and if it does, try to rename it to sndfile-1.lib instead. Rename the libsndfile-1.def to sndfile-1.def as well. And C:\freesw\bin should contain a libsndfile-1.dll If that still doesn't work, pls. give me another dir /s C:\freesw >

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

2019-06-10 Thread Layers Incorporation
My mistake, I did not notice it, but after I changed it, it still not working: C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lsndfile-1 collect2.exe: error: ld returned 1 exit status src\CMakeFiles\libfluidsynth.dir\build.make:151: re

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

2019-06-10 Thread Layers Incorporation
I have searched in the file there is no lsndfile, I attach the file for your convenience sndfile.pc Description: Binary data ___ 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-10 Thread Tom M.
Oh, I see. This seems to be a bug in the pkgconfig file shipped with sndfile. Try the following: Open C:\freesw\lib\pkgconfig\sndfile.pc with a text editor, search for -lsndfile and replace it by -lsndfile-1 Tom ___ fluid-dev mailing list fluid-dev@

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

2019-06-10 Thread Layers Incorporation
Hi, So I download the setup form the website: http://www.mega-nerd.com/libsndfile/ and locate the files in the freesw folder but when I ran the command: "mingw32-make.exe" it wrote: [ 96%] Linking C shared library libfluidsynth-2.dll C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../.