LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 03-19-2007, 09:59 AM   #1
reksav
Member
 
Registered: Mar 2005
Posts: 34

Rep: Reputation: 15
torsmo make troubles...


well this is the output i get and im not sure why...

fedora 6 gnome 2.16

Code:
[root@localhost torsmo-0.18]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for X... (cached) libraries , headers 
checking for XOpenDisplay in -lX11... (cached) no
checking for XdbeQueryExtension in -lXext... (cached) no
checking for signal.h... (cached) yes
checking for unistd.h... (cached) yes
checking for X11/Xlib.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for linux/soundcard.h... (cached) yes
checking for dirent.h... (cached) yes
checking for sys/statfs.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for X11/extensions/Xdbe.h... (cached) yes
checking for help2man... no
checking for sysinfo... yes
checking for getloadavg... yes
checking for popen... (cached) yes
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
[root@localhost torsmo-0.18]# make
gcc  -g -O2 -Wall -W  -o torsmo   common.o fs.o linux.o mail.o mixer.o torsmo.o x11.o  
torsmo.o: In function `load_font':
/home/reksav/torsmo-0.18/torsmo.c:1738: undefined reference to `XFreeFont'
/home/reksav/torsmo-0.18/torsmo.c:1740: undefined reference to `XLoadQueryFont'
/home/reksav/torsmo-0.18/torsmo.c:1742: undefined reference to `XLoadQueryFont'
torsmo.o: In function `set_font':
/home/reksav/torsmo-0.18/torsmo.c:1758: undefined reference to `XSetFont'
torsmo.o: In function `draw_string':
/home/reksav/torsmo-0.18/torsmo.c:1347: undefined reference to `XDrawString'
torsmo.o: In function `get_string_width':
/home/reksav/torsmo-0.18/torsmo.c:1214: undefined reference to `XTextWidth'
torsmo.o: In function `clear_text':
/home/reksav/torsmo-0.18/torsmo.c:1527: undefined reference to `XClearArea'
torsmo.o: In function `clean_up':
/home/reksav/torsmo-0.18/torsmo.c:1787: undefined reference to `XDestroyWindow'
/home/reksav/torsmo-0.18/torsmo.c:1795: undefined reference to `XFreeGC'
/home/reksav/torsmo-0.18/torsmo.c:1792: undefined reference to `XFlush'
torsmo.o: In function `draw_line':
/home/reksav/torsmo-0.18/torsmo.c:1380: undefined reference to `XSetLineAttributes'
/home/reksav/torsmo-0.18/torsmo.c:1398: undefined reference to `XDrawLine'
torsmo.o: In function `set_foreground_color':
/home/reksav/torsmo-0.18/torsmo.c:1322: undefined reference to `XSetForeground'
torsmo.o: In function `draw_line':
/home/reksav/torsmo-0.18/torsmo.c:1413: undefined reference to `XSetLineAttributes'
/home/reksav/torsmo-0.18/torsmo.c:1415: undefined reference to `XDrawRectangle'
/home/reksav/torsmo-0.18/torsmo.c:1417: undefined reference to `XFillRectangle'
/home/reksav/torsmo-0.18/torsmo.c:1395: undefined reference to `XSetLineAttributes'
/home/reksav/torsmo-0.18/torsmo.c:1397: undefined reference to `XSetDashes'
torsmo.o: In function `draw_text':
/home/reksav/torsmo-0.18/torsmo.c:1460: undefined reference to `XSetLineAttributes'
/home/reksav/torsmo-0.18/torsmo.c:1462: undefined reference to `XSetDashes'
/home/reksav/torsmo-0.18/torsmo.c:1469: undefined reference to `XDrawRectangle'
/home/reksav/torsmo-0.18/torsmo.c:1465: undefined reference to `XSetLineAttributes'
torsmo.o: In function `set_foreground_color':
/home/reksav/torsmo-0.18/torsmo.c:1322: undefined reference to `XSetForeground'
/home/reksav/torsmo-0.18/torsmo.c:1322: undefined reference to `XSetForeground'
/home/reksav/torsmo-0.18/torsmo.c:1322: undefined reference to `XSetForeground'
torsmo.o: In function `main':
/home/reksav/torsmo-0.18/torsmo.c:2300: undefined reference to `XMoveWindow'
torsmo.o: In function `main_loop':
/home/reksav/torsmo-0.18/torsmo.c:1543: undefined reference to `XCreateRegion'
/home/reksav/torsmo-0.18/torsmo.c:1546: undefined reference to `XFlush'
/home/reksav/torsmo-0.18/torsmo.c:1550: undefined reference to `XPending'
/home/reksav/torsmo-0.18/torsmo.c:1620: undefined reference to `XPending'
/home/reksav/torsmo-0.18/torsmo.c:1622: undefined reference to `XNextEvent'
/home/reksav/torsmo-0.18/torsmo.c:1631: undefined reference to `XUnionRectWithRegion'
/home/reksav/torsmo-0.18/torsmo.c:1655: undefined reference to `XGetWindowAttributes'
/home/reksav/torsmo-0.18/torsmo.c:1690: undefined reference to `XEmptyRegion'
/home/reksav/torsmo-0.18/torsmo.c:1701: undefined reference to `XSetRegion'
/home/reksav/torsmo-0.18/torsmo.c:1707: undefined reference to `XDestroyRegion'
/home/reksav/torsmo-0.18/torsmo.c:1708: undefined reference to `XCreateRegion'
/home/reksav/torsmo-0.18/torsmo.c:1593: undefined reference to `XResizeWindow'
/home/reksav/torsmo-0.18/torsmo.c:1599: undefined reference to `XMoveWindow'
torsmo.o: In function `get_string_width':
/home/reksav/torsmo-0.18/torsmo.c:1214: undefined reference to `XTextWidth'
/home/reksav/torsmo-0.18/torsmo.c:1214: undefined reference to `XTextWidth'
x11.o: In function `create_gc':
/home/reksav/torsmo-0.18/x11.c:310: undefined reference to `XCreateGC'
x11.o: In function `get_x11_color':
/home/reksav/torsmo-0.18/x11.c:295: undefined reference to `XParseColor'
/home/reksav/torsmo-0.18/x11.c:300: undefined reference to `XAllocColor'
x11.o: In function `find_subwindow':
/home/reksav/torsmo-0.18/x11.c:268: undefined reference to `XQueryTree'
/home/reksav/torsmo-0.18/x11.c:273: undefined reference to `XGetWindowAttributes'
/home/reksav/torsmo-0.18/x11.c:284: undefined reference to `XFree'
x11.o: In function `update_workarea':
/home/reksav/torsmo-0.18/x11.c:60: undefined reference to `XInternAtom'
/home/reksav/torsmo-0.18/x11.c:60: undefined reference to `XGetWindowProperty'
/home/reksav/torsmo-0.18/x11.c:78: undefined reference to `XFree'
/home/reksav/torsmo-0.18/x11.c:65: undefined reference to `XFree'
/home/reksav/torsmo-0.18/x11.c:68: undefined reference to `XInternAtom'
/home/reksav/torsmo-0.18/x11.c:68: undefined reference to `XGetWindowProperty'
x11.o: In function `set_transparent_background':
/home/reksav/torsmo-0.18/x11.c:138: undefined reference to `XSetWindowBackgroundPixmap'
/home/reksav/torsmo-0.18/x11.c:140: undefined reference to `XQueryTree'
/home/reksav/torsmo-0.18/x11.c:141: undefined reference to `XFree'
/home/reksav/torsmo-0.18/x11.c:144: undefined reference to `XClearWindow'
x11.o: In function `init_window':
/home/reksav/torsmo-0.18/x11.c:211: undefined reference to `XGetWindowAttributes'
/home/reksav/torsmo-0.18/x11.c:243: undefined reference to `XFlush'
/home/reksav/torsmo-0.18/x11.c:253: undefined reference to `XSelectInput'
x11.o: In function `find_window_to_draw':
/home/reksav/torsmo-0.18/x11.c:93: undefined reference to `XQueryTree'
/home/reksav/torsmo-0.18/x11.c:95: undefined reference to `XInternAtom'
/home/reksav/torsmo-0.18/x11.c:95: undefined reference to `XGetWindowProperty'
/home/reksav/torsmo-0.18/x11.c:106: undefined reference to `XFree'
/home/reksav/torsmo-0.18/x11.c:110: undefined reference to `XFree'
/home/reksav/torsmo-0.18/x11.c:119: undefined reference to `XFree'
x11.o: In function `init_window':
/home/reksav/torsmo-0.18/x11.c:161: undefined reference to `XCreateWindow'
/home/reksav/torsmo-0.18/x11.c:171: undefined reference to `XSetClassHint'
/home/reksav/torsmo-0.18/x11.c:175: undefined reference to `XStoreName'
/home/reksav/torsmo-0.18/x11.c:177: undefined reference to `XClearWindow'
/home/reksav/torsmo-0.18/x11.c:179: undefined reference to `XMoveWindow'
/home/reksav/torsmo-0.18/x11.c:184: undefined reference to `XInternAtom'
/home/reksav/torsmo-0.18/x11.c:192: undefined reference to `XInternAtom'
/home/reksav/torsmo-0.18/x11.c:200: undefined reference to `XMapWindow'
/home/reksav/torsmo-0.18/x11.c:243: undefined reference to `XFlush'
/home/reksav/torsmo-0.18/x11.c:249: undefined reference to `XClearWindow'
/home/reksav/torsmo-0.18/x11.c:195: undefined reference to `XChangeProperty'
/home/reksav/torsmo-0.18/x11.c:187: undefined reference to `XChangeProperty'
x11.o: In function `find_window_to_draw':
/home/reksav/torsmo-0.18/x11.c:99: undefined reference to `XFree'
/home/reksav/torsmo-0.18/x11.c:100: undefined reference to `XFree'
x11.o: In function `init_X11':
/home/reksav/torsmo-0.18/x11.c:36: undefined reference to `XOpenDisplay'
/home/reksav/torsmo-0.18/x11.c:37: undefined reference to `XDisplayName'
collect2: ld returned 1 exit status
make: *** [torsmo] Error 1
[root@localhost torsmo-0.18]#
 
Old 03-19-2007, 10:56 AM   #2
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Torsmo is not maintained since 3 years.
Use conky.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
torsmo + make, and beginner setkos Linux - Software 2 03-26-2006 03:14 PM
Make troubles iansoundz Linux - General 1 12-04-2005 05:21 PM
Torsmo help! wuya Linux - Software 15 05-16-2005 11:59 AM
Troubles with the 'make' command DemonicPenguin Linux - Newbie 5 11-01-2004 06:32 AM
Need help with torsmo littlemidget Debian 0 09-12-2004 02:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration