jnss wrote: 
> Hi,
> 
> I am in a process of building a Squeezeslave ASIO by following the
> wiki.
> I have managed to solve some problems, however I can't get through this
> one.
> Here are the last few lines I get in Cygwin Terminal:
> 
> lib/libslimproto.a(slimproto.o):slimproto.c:(.text+0x7c5): undefined
> reference to `_poll'
> lib/libslimproto.a(slimproto.o):slimproto.c:(.text+0xa55): undefined
> reference to `_poll'
> collect2: ld returned 1 exit status
> makefile.mingw32-asio-display:132: recipe for target
> `bin/squeezeslave-asio.exe' failed
> make: *** [bin/squeezeslave-asio.exe] Error 1
> 
> Any help is much appreciated.
That makefile has been depreciated for a while now.

The current windows squeezeslave binary supports ASIO, Direct Sound,
WASAPI and WDMKS.

However, I just successfully built an asio only version using the
deprecated/makefile.mingw32-asio-display makefile.

I believe -mno-cygwin has been removed from the gcc4 binary recently. 
I'm still running a cygwin version listed on the wiki.

Try changing the default compiler to v3 using

/usr/bin/set-gcc-default-3.sh

and rebuilding everything. 

make -f deprecated/makefile.mingw32-asio-display realclean 
make -f deprecated/makefile.mingw32-asio-display

I can put the asio only binary on googlecode if you'd like.


------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=93607

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to