ericlyon / pd-lyonpotpourri

Pd version of LyonPotpourri 3.0.
Other
19 stars 5 forks source link

bashfest~ fails when linking #16

Closed Lucarda closed 3 years ago

Lucarda commented 3 years ago

These errors (only tested building for Windowsamd64):

++++ info: linking objects in bashfest~.dll for lib lyonpotpourri
cc -static-libgcc -shared -Wl,--enable-auto-import "C:/pd-sources/64/bin/pd.dll"    -o bashfest~.dll bashfest~.o bashfest_dsp.o bashfest_helper.o ellipse.o     liblyonpotpourri.dll
G:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: bashfest_dsp.o:bashfest_dsp.c:(.text+0x702c): undefined reference to `lpp_oscil'
G:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: bashfest_dsp.o:bashfest_dsp.c:(.text+0x70a7): undefined reference to `lpp_oscil'
G:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: bashfest_dsp.o:bashfest_dsp.c:(.text+0x70f8): undefined reference to `lpp_oscil'
G:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: bashfest_dsp.o:bashfest_dsp.c:(.text+0x81aa): undefined reference to `lpp_oscil'
G:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: bashfest_dsp.o:bashfest_dsp.c:(.text+0x8206): undefined reference to `lpp_oscil'
G:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: bashfest_dsp.o:bashfest_dsp.c:(.text+0x82c1): more undefined references to `lpp_oscil' follow
collect2.exe: error: ld returned 1 exit status
make: *** [pd-lib-builder/Makefile.pdlibbuilder:881: bashfest~.dll] Error 1
ericlyon commented 3 years ago

OK I can understand that. Please stand by...

ericlyon commented 3 years ago

Please try again. (It's weird that I didn't have a problem with this bug...)

Lucarda commented 3 years ago

That worked. :)