id summary reporter owner description type status priority milestone component version resolution keywords cc arch compiler difficulty kernel operatingsystem parents patch protocol sounddrv topic 274 Plugins fail to Compile stephanj ph3-der-loewe " GCC Version: {{{ $ gcc --version gcc.exe (GCC) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. }}} Compiler Output: {{{ make[1]: Leaving directory `/d/dev/roaraudio-current/roard' make[1]: Entering directory `/d/dev/roaraudio-current/doc' while read fn fc tn tc; do ln -s ../man$tc/$tn.$tc man$fc/$fn.$fc 2> /dev/null; done < symlinks.src; true make[1]: Leaving directory `/d/dev/roaraudio-current/doc' set -e; for i in plugins/roard plugins/universal; do cd $i; make all; cd ../. .; done; make[1]: Entering directory `/d/dev/roaraudio-current/plugins/roard' /mingw/bin/gcc.exe -g -Wall -Wextra -O2 -I../../include -I../.. -c -o echo .o echo.c /mingw/bin/gcc.exe -g -Wall -Wextra -O2 -shared -L../../lib -o echo.dll echo.o -lroar -lwsock32 -lwsock32 -lws2_32 -lws2_32 echo.o: In function `_reg_proto': d:\dev\roaraudio-current\plugins\roard/echo.c:62: undefined reference to `plugin s_reg_proto' echo.o: In function `check_client': d:\dev\roaraudio-current\plugins\roard/echo.c:51: undefined reference to `client s_add_output' d:\dev\roaraudio-current\plugins\roard/echo.c:47: undefined reference to `client s_delete' collect2: ld returned 1 exit status make[1]: *** [echo.dll] Error 1 rm echo.o make[1]: Leaving directory `/d/dev/roaraudio-current/plugins/roard' make: *** [all] Error 2 }}}" defect closed medium RoarAudio Main Package 1.0beta4 fixed gcc/mingw Windows 0 Porting