wilbert-vb;682416 Wrote: > Hello there, > > I got the read-only svn on FreeBSD 8.2-RELEASE > (FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 > [email protected]:/usr/obj/usr/src/sys/GENERIC i386) > with the following error: > > === > make -f contrib/makefile.freebsd > gcc -o bin/squeezeslave lib/libslimproto.a -lncurses -lpthread -lm > -L/usr/local/lib/portaudio2 -lportaudio -L/usr/local/lib -lFLAC -lmad > -lvorbisfile > /usr/lib/crt1.o(.text+0xa3): In function `_start1': > : undefined reference to `main' > *** Error code 1 > === > > Any suggestions?
Yes that makefile is very old. I've adapted the one I created for freebsd-sparc64 for i386 and attached it. It's not tested. You need to have ports pth, bash, gmake and lirc installed. gmake -f makefile.freebsd-i386.txt realclean gmake -f makefile.freebsd-i386.txt Please report success/failure here as I'll update the old intel makefile when you get it to build. +-------------------------------------------------------------------+ |Filename: makefile.freebsd-i386.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=12909| +-------------------------------------------------------------------+ -- ralphy Ralphy *1*-Touch, *4*-Classics, *2*-Booms, *12*-Squeezeslaves 'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=83362 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
