[vlc-devel] netsync make error...

David Murray dim at andrew.cmu.edu
Fri May 28 03:26:38 CEST 2004


Howdy,

I'm working on an interface plugin mod for a group at CMU, and although I 
was able to compile the latest VLC source code from subversion 3 days ago, 
I did a fresh download from CVS and attempted to install today and got an 
error...I was using cygwin, so I switched to mingw/msys, and did a lot of 
figuring out whether it was an error on my end or not...I concluded not. 
When I read the 5/27 21:17:33 message from gbazin saying:

"Changed paths:
	M /trunk/modules/control/netsync.c

I realized it might be on your end with the latest subversion...take a look 
at the error:

gcc -Wsign-compare -Wall -mms-bitfields -finline-limit-30000 -pipe 
-L/usr/win32/lib -o libnetsync_plugin.dll libnetsync_plugin_a-netsync.o 
`top_builddir=../.. ../../vlc-config --libs plugin netsync`
libnetsync_plugin_a-netsync.o(.text+0x554): In function `Run':
C:/msys/1.0/home/David Murray/vlc-trunk/modules/control/netsync.c:151: 
undefined reference to `inet_addr at 4'
libnetsync_plugin_a-netsync.o(.text+0x58e):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:165: undefined reference to 
`htons at 4'
libnetsync_plugin_a-netsync.o(.text+0x59d):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:166: undefined reference to 
`inet_addr at 4'
libnetsync_plugin_a-netsync.o(.text+0x6cb):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:222: undefined reference to 
`select at 20'
libnetsync_plugin_a-netsync.o(.text+0x724):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:233: undefined reference to 
`recvfrom at 24'
libnetsync_plugin_a-netsync.o(.text+0x733):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:236: undefined reference to 
`htons at 4'
libnetsync_plugin_a-netsync.o(.text+0x968):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:247: undefined reference to 
`sendto at 24'
libnetsync_plugin_a-netsync.o(.text+0x979):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:252: undefined reference to 
`inet_ntoa at 4'
libnetsync_plugin_a-netsync.o(.text+0xb38):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:265: undefined reference to 
`sendto at 24'
libnetsync_plugin_a-netsync.o(.text+0xb70):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:276: undefined reference to 
`select at 20'
libnetsync_plugin_a-netsync.o(.text+0xbbc):C:/msys/1.0/home/David 
Murray/vlc-trunk/modules/control/netsync.c:287: undefined reference to 
`recv at 16'
make[4]: *** [libnetsync_plugin.dll] Error 1
make[4]: Leaving directory `/home/David Murray/vlc-trunk/modules/control'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory `/home/David Murray/vlc-trunk/modules/control'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/David Murray/vlc-trunk/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/David Murray/vlc-trunk'
make: *** [all] Error 2

Might this in fact be a result of this move? And could it be repaired 
anytime soon? :D

Thanks!
David Murray

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list