Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-23-2006, 03:16 AM
|
#1
|
Member
Registered: Feb 2006
Location: Mars
Posts: 124
Rep:
|
error making qtella
hi
am trying to install qtella .
and am getting the error when make
MessengerThread.cpp: In function ‘int ext_yahoo_connect(char*, int)’:
MessengerThread.cpp:342: error: ‘errno’ was not declared in this scope
MessengerThread.cpp:342: error: ‘ECONNREFUSED’ was not declared in this scope
MessengerThread.cpp:342: error: ‘ETIMEDOUT’ was not declared in this scope
MessengerThread.cpp:343: error: ‘ENETUNREACH’ was not declared in this scope
MessengerThread.cpp: In function ‘int ext_yahoo_connect_async(int, char*, int, void (*)(int, int, void*), void*)’:
MessengerThread.cpp:365: error: ‘errno’ was not declared in this scope
MessengerThread.cpp:381: error: ‘errno’ was not declared in this scope
MessengerThread.cpp:381: error: ‘EINPROGRESS’ was not declared in this scope
make[2]: *** [MessengerThread.o] Error 1
make[2]: Leaving directory `/home/raven/qtella-0.7.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/raven/qtella-0.7.0'
make: *** [all] Error 2
it's my first time see this kind of errors .
tried to google but nothing new .
any suggestions ?
thanx in advanced
|
|
|
04-23-2006, 03:28 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
sounds like a missing library or something, but it also looks like you've only shown the last few lines, which is just "fall out" from an earlier error...
|
|
|
04-23-2006, 08:44 AM
|
#3
|
Member
Registered: Feb 2006
Location: Mars
Posts: 124
Original Poster
Rep:
|
here we go ..
make[2]: Entering directory `/home/raven/qtella-0.7.0/src'
if g++ -DHAVE_CONFIG_H -fexceptions -DUSEKDE -DPIXMAPDIR=\"/usr/local/share/qtella/pixmaps\" -DLANG_DIR=\"/usr/local/share/qtella/language\" -I. -I. -I.. -DQT_THREAD_SUPPORT -I../include -I../libyahoo -I../ui -I/usr/lib/qt-3.3/include -I/usr/include/kde -I/usr/include/vorbis -g -O2 -MT MessengerThread.o -MD -MP -MF ".deps/MessengerThread.Tpo" -c -o MessengerThread.o MessengerThread.cpp; \
then mv -f ".deps/MessengerThread.Tpo" ".deps/MessengerThread.Po"; else rm -f ".deps/MessengerThread.Tpo"; exit 1; fi
MessengerThread.cpp: In function ‘int ext_yahoo_connect(char*, int)’:
MessengerThread.cpp:342: error: ‘errno’ was not declared in this scope
MessengerThread.cpp:342: error: ‘ECONNREFUSED’ was not declared in this scope
MessengerThread.cpp:342: error: ‘ETIMEDOUT’ was not declared in this scope
MessengerThread.cpp:343: error: ‘ENETUNREACH’ was not declared in this scope
MessengerThread.cpp: In function ‘int ext_yahoo_connect_async(int, char*, int, void (*)(int, int, void*), void*)’:
MessengerThread.cpp:365: error: ‘errno’ was not declared in this scope
MessengerThread.cpp:381: error: ‘errno’ was not declared in this scope
MessengerThread.cpp:381: error: ‘EINPROGRESS’ was not declared in this scope
make[2]: *** [MessengerThread.o] Error 1
make[2]: Leaving directory `/home/raven/qtella-0.7.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/raven/qtella-0.7.0'
make: *** [all] Error 2
|
|
|
All times are GMT -5. The time now is 07:40 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|