Compile problems with telnet.cpp...
Hemi Taka <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <07639F5FF44AD411896900508BC81AA0319179@NEPTUNE> |
I am trying to load vls on Solaris 5.8 . I have downloaded the available tar file.CVS checked and socket.cpp, stream.cpp, telnet.cpp & network.cpp latest versions downloaded as well. configure is fine. make gives this result (gnu make 3.79.1) bash-2.03$ make Compiling src/server/telnet.cpp... c++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DDEBUG -g -pg -o obj/server/telnet.o -c src/server/telnet.cpp src/server/telnet.cpp: In method `void C_TelnetSession::ExecLogin()': src/server/telnet.cpp:582: implicit declaration of function `int Authenticate(...)' src/server/telnet.cpp:582: warning: cannot pass objects of type `C_String' through `...' src/server/telnet.cpp:582: warning: cannot pass objects of type `C_String' through `...' make: *** [obj/server/telnet.o] Error 1 There is no resulting telnet.o file. Any ideas appreciated. Thanks -- This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact <[email protected]>