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
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
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
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 >
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
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
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@
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/../../../.