I can make echovnc linux run on fedora by symlinking
/lib/libcrypto.so.6 -> /lib/libcrypto.so.1.0.0a
but it taints the rpm database - get "echovnc-1.1-2.i386 has missing
requires of libcrypto.so.6"
every time an update is installed.
I tried downloading the source and compiling that but it won't compile
either.
./configure completes but make won't finish
Any suggestions?


JD

make[2]: Entering directory `/home/jd/Downloads/echovnc_1.1.2_src/echoware'
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT ACConnection.o -MD -MP
-MF ".deps/ACConnection.Tpo" -c -o ACConnection.o ACConnection.cpp; \
then mv -f ".deps/ACConnection.Tpo" ".deps/ACConnection.Po"; else rm -f
".deps/ACConnection.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT AES.o -MD -MP -MF
".deps/AES.Tpo" -c -o AES.o AES.cpp; \
then mv -f ".deps/AES.Tpo" ".deps/AES.Po"; else rm -f ".deps/AES.Tpo"; exit
1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT Blowfish.o -MD -MP -MF
".deps/Blowfish.Tpo" -c -o Blowfish.o Blowfish.cpp; \
then mv -f ".deps/Blowfish.Tpo" ".deps/Blowfish.Po"; else rm -f
".deps/Blowfish.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT ByteOrder.o -MD -MP -MF
".deps/ByteOrder.Tpo" -c -o ByteOrder.o ByteOrder.cpp; \
then mv -f ".deps/ByteOrder.Tpo" ".deps/ByteOrder.Po"; else rm -f
".deps/ByteOrder.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT ClientSocket.o -MD -MP
-MF ".deps/ClientSocket.Tpo" -c -o ClientSocket.o ClientSocket.cpp; \
then mv -f ".deps/ClientSocket.Tpo" ".deps/ClientSocket.Po"; else rm -f
".deps/ClientSocket.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT Commonf.o -MD -MP -MF
".deps/Commonf.Tpo" -c -o Commonf.o Commonf.cpp; \
then mv -f ".deps/Commonf.Tpo" ".deps/Commonf.Po"; else rm -f
".deps/Commonf.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT CritSection.o -MD -MP -MF
".deps/CritSection.Tpo" -c -o CritSection.o CritSection.cpp; \
then mv -f ".deps/CritSection.Tpo" ".deps/CritSection.Po"; else rm -f
".deps/CritSection.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT DataChannel.o -MD -MP -MF
".deps/DataChannel.Tpo" -c -o DataChannel.o DataChannel.cpp; \
then mv -f ".deps/DataChannel.Tpo" ".deps/DataChannel.Po"; else rm -f
".deps/DataChannel.Tpo"; exit 1; fi
DataChannel.cpp: In member function ‘bool
CDataChannel::ConnectEchoServer()’:
DataChannel.cpp:280: error: ‘atoi’ was not declared in this scope
DataChannel.cpp:287: error: ‘atoi’ was not declared in this scope
DataChannel.cpp: In member function ‘void
CDataChannel::OnLocalDataChannel(unsigned int, int, int, bool,
CLocalDataChannel*)’:
DataChannel.cpp:453: error: ‘atoi’ was not declared in this scope
DataChannel.cpp: In member function ‘void
CDataChannel::InternalManageData()’:
DataChannel.cpp:627: error: ‘sscanf’ was not declared in this scope
DataChannel.cpp: In member function ‘void
CDataChannel::SendControlMessage(int, int, unsigned char)’:
DataChannel.cpp:997: error: ‘sprintf’ was not declared in this scope
make[2]: *** [DataChannel.o] Error 1
make[2]: Leaving directory `/home/jd/Downloads/echovnc_1.1.2_src/echoware'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jd/Downloads/echovnc_1.1.2_src'
make: *** [all] Error 2

====================================================================================
so I tried just running make in the src directory... no go either:
[r...@tglaptop src]# make
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -g -O2 -pthread
-I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
-I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include
-I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include
-I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0
-I/usr/include/atkmm-1.6 -I/usr/include/gdkmm-2.4
-I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0    -g -O2 -MT
ConnectionData.o -MD -MP -MF ".deps/ConnectionData.Tpo" -c -o
ConnectionData.o ConnectionData.cpp; \
then mv -f ".deps/ConnectionData.Tpo" ".deps/ConnectionData.Po"; else rm -f
".deps/ConnectionData.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -g -O2 -pthread
-I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
-I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include
-I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include
-I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0
-I/usr/include/atkmm-1.6 -I/usr/include/gdkmm-2.4
-I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4
-I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0
-I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0    -g -O2 -MT
ConnectionItem.o -MD -MP -MF ".deps/ConnectionItem.Tpo" -c -o
ConnectionItem.o ConnectionItem.cpp; \
then mv -f ".deps/ConnectionItem.Tpo" ".deps/ConnectionItem.Po"; else rm -f
".deps/ConnectionItem.Tpo"; exit 1; fi
ConnectionItem.cpp: In member function ‘CConnectionItem::EN_LOGIN_RESULT
CConnectionItem::LoginToEchoServer()’:
ConnectionItem.cpp:251: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:255: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:261: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:279: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:281: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:283: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:285: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:290: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:294: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:297: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp:301: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp: In member function ‘void CConnectionItem::Disconnect()’:
ConnectionItem.cpp:324: warning: deprecated conversion from string constant
to ‘char*’
ConnectionItem.cpp: In member function ‘bool
CConnectionItem::EstablishEchoConnection(const char*, std::string&)’:
ConnectionItem.cpp:432: error: ‘strcpy’ was not declared in this scope
ConnectionItem.cpp: In member function ‘bool
CConnectionItem::EstablishServerMirrorConnection(const char*,
std::string&)’:
ConnectionItem.cpp:480: error: ‘strcpy’ was not declared in this scope
ConnectionItem.cpp: In member function ‘void
CConnectionItem::EndServerMirror()’:
ConnectionItem.cpp:515: error: ‘strcpy’ was not declared in this scope
make: *** [ConnectionItem.o] Error 1
[r...@tglaptop src]#
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Echovnc-users mailing list
Echovnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/echovnc-users

Reply via email to