Jump to content

installing sim


aze
 Share

Recommended Posts

Hi all!

Im having the folowing error when I try to install sim (icq client) from sourceforge.net:

 

$ make

make  all-recursive

make[1]: Entering directory `/home/leandro/sim-0.8.3'

Making all in pict

make[2]: Entering directory `/home/leandro/sim-0.8.3/pict'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/home/leandro/sim-0.8.3/pict'

Making all in po

make[2]: Entering directory `/home/leandro/sim-0.8.3/po'

rm -f bg.gmo; /usr/bin/msgfmt -o bg.gmo ./bg.po

test ! -f bg.gmo || touch bg.gmo

rm -f cs.gmo; /usr/bin/msgfmt -o cs.gmo ./cs.po

test ! -f cs.gmo || touch cs.gmo

rm -f de.gmo; /usr/bin/msgfmt -o de.gmo ./de.po

test ! -f de.gmo || touch de.gmo

rm -f es.gmo; /usr/bin/msgfmt -o es.gmo ./es.po

test ! -f es.gmo || touch es.gmo

rm -f fr.gmo; /usr/bin/msgfmt -o fr.gmo ./fr.po

test ! -f fr.gmo || touch fr.gmo

rm -f he.gmo; /usr/bin/msgfmt -o he.gmo ./he.po

test ! -f he.gmo || touch he.gmo

rm -f it.gmo; /usr/bin/msgfmt -o it.gmo ./it.po

test ! -f it.gmo || touch it.gmo

rm -f nl.gmo; /usr/bin/msgfmt -o nl.gmo ./nl.po

test ! -f nl.gmo || touch nl.gmo

rm -f pl.gmo; /usr/bin/msgfmt -o pl.gmo ./pl.po

test ! -f pl.gmo || touch pl.gmo

rm -f ru.gmo; /usr/bin/msgfmt -o ru.gmo ./ru.po

test ! -f ru.gmo || touch ru.gmo

rm -f sk.gmo; /usr/bin/msgfmt -o sk.gmo ./sk.po

test ! -f sk.gmo || touch sk.gmo

rm -f tr.gmo; /usr/bin/msgfmt -o tr.gmo ./tr.po

test ! -f tr.gmo || touch tr.gmo

rm -f uk.gmo; /usr/bin/msgfmt -o uk.gmo ./uk.po

test ! -f uk.gmo || touch uk.gmo

rm -f zh_TW.gmo; /usr/bin/msgfmt -o zh_TW.gmo ./zh_TW.po

test ! -f zh_TW.gmo || touch zh_TW.gmo

make[2]: Leaving directory `/home/leandro/sim-0.8.3/po'

Making all in sim

make[2]: Entering directory `/home/leandro/sim-0.8.3/sim'

Making all in libicq

make[3]: Entering directory `/home/leandro/sim-0.8.3/sim/libicq'

source='icqhttp.cpp' object='icqhttp.o' libtool=no 

depfile='.deps/icqhttp.Po' tmpdepfile='.deps/icqhttp.TPo' 

depmode=gcc3 /bin/sh ../../admin/depcomp 

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include -I/usr/lib/qt3/include -I/usr/X11R6/include  -I..  -DPIC -fPIC -DQT_THREAD_SUPPORT  -DPIC -fPIC -DQT_THREAD_SUPPORT  -D_REENTRANT  -O2 -fno-exceptions -fno-check-new  -c -o icqhttp.o `test -f 'icqhttp.cpp' || echo './'`icqhttp.cpp

source='proxy.cpp' object='proxy.o' libtool=no 

depfile='.deps/proxy.Po' tmpdepfile='.deps/proxy.TPo' 

depmode=gcc3 /bin/sh ../../admin/depcomp 

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include -I/usr/lib/qt3/include -I/usr/X11R6/include  -I..  -DPIC -fPIC -DQT_THREAD_SUPPORT  -DPIC -fPIC -DQT_THREAD_SUPPORT  -D_REENTRANT  -O2 -fno-exceptions -fno-check-new  -c -o proxy.o `test -f 'proxy.cpp' || echo './'`proxy.cpp

source='icqssl.cpp' object='icqssl.o' libtool=no 

depfile='.deps/icqssl.Po' tmpdepfile='.deps/icqssl.TPo' 

depmode=gcc3 /bin/sh ../../admin/depcomp 

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include -I/usr/lib/qt3/include -I/usr/X11R6/include  -I..  -DPIC -fPIC -DQT_THREAD_SUPPORT  -DPIC -fPIC -DQT_THREAD_SUPPORT  -D_REENTRANT  -O2 -fno-exceptions -fno-check-new  -c -o icqssl.o `test -f 'icqssl.cpp' || echo './'`icqssl.cpp

icqssl.cpp: In member function `void SSLClient::initSSL()':

icqssl.cpp:157: warning: statement is a reference, not call, to function `ssl_info_callback(SSL*, int, int)'

source='direct.cpp' object='direct.o' libtool=no 

depfile='.deps/direct.Po' tmpdepfile='.deps/direct.TPo' 

depmode=gcc3 /bin/sh ../../admin/depcomp 

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3/include -I/usr/lib/qt3/include -I/usr/X11R6/include  -I..  -DPIC -fPIC -DQT_THREAD_SUPPORT  -DPIC -fPIC -DQT_THREAD_SUPPORT  -D_REENTRANT  -O2 -fno-exceptions -fno-check-new  -c -o direct.o `test -f 'direct.cpp' || echo './'`direct.cpp

/bin/sh ../../admin/ylwrap `test -f 'genrtf.ll' || echo './'`genrtf.ll .c genrtf.cc -- /bin/sh /home/leandro/sim-0.8.3/admin/missing --run flex -o.c

/home/leandro/sim-0.8.3/admin/missing: line 117: flex: command not found

WARNING: `flex' is missing on your system.  You should only need it if

        you modified a `.l' file.  You may need the `Flex' package

        in order for those modifications to take effect.  You can get

        `Flex' from any GNU archive site.

make[3]: *** [genrtf.cc] Error 1

make[3]: Leaving directory `/home/leandro/sim-0.8.3/sim/libicq'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/home/leandro/sim-0.8.3/sim'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/leandro/sim-0.8.3'

make: *** [all] Error 2

Link to comment
Share on other sites

WARNING: `flex' is missing on your system.  You should only need it if

        you modified a `.l' file.  You may need the `Flex' package

        in order for those modifications to take effect.  You can get

        `Flex' from any GNU archive site.

 

Um, open a consile window, su to root, and type urpmi flex and see what happens.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...