LinuxQuestions.org
Visit Jeremy's Blog.
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 09-30-2005, 11:14 AM   #1
kludge
LQ Newbie
 
Registered: Sep 2005
Posts: 4

Rep: Reputation: 0
gstm 0.2 make errors


Hello,

I am running RH WS 4 and I am trying to install the following application GSTM 0.2.

When I run make I get the following errors not allowing to move to the next step and run make install.

make all-recursive
make[1]: Entering directory `/installers/gstm-0.2'
Making all in src
make[2]: Entering directory `/installers/gstm-0.2/src'
gcc -g -O2 -o gstm main.o support.o interface.o callbacks.o conffile.o fniface.o fnssht.o -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
interface.o(.text+0x7b4): In function `create_maindialog':
/installers/gstm-0.2/src/interface.c:174: undefined reference to `gtk_label_set_single_line_mode'
interface.o(.text+0x1437): In function `create_aboutdialog':
/installers/gstm-0.2/src/interface.c:351: undefined reference to `gtk_about_dialog_new'
interface.o(.text+0x1446):/installers/gstm-0.2/src/interface.c:352: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x144e):/installers/gstm-0.2/src/interface.c:352: undefined reference to `gtk_about_dialog_set_version'
interface.o(.text+0x1467):/installers/gstm-0.2/src/interface.c:353: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x146f):/installers/gstm-0.2/src/interface.c:353: undefined reference to `gtk_about_dialog_set_name'
interface.o(.text+0x1488):/installers/gstm-0.2/src/interface.c:354: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x1490):/installers/gstm-0.2/src/interface.c:354: undefined reference to `gtk_about_dialog_set_copyright'
interface.o(.text+0x14a9):/installers/gstm-0.2/src/interface.c:355: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x14b1):/installers/gstm-0.2/src/interface.c:355: undefined reference to `gtk_about_dialog_set_comments'
interface.o(.text+0x14ca):/installers/gstm-0.2/src/interface.c:356: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x14d2):/installers/gstm-0.2/src/interface.c:356: undefined reference to `gtk_about_dialog_set_license'
interface.o(.text+0x14df):/installers/gstm-0.2/src/interface.c:357: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x14e7):/installers/gstm-0.2/src/interface.c:357: undefined reference to `gtk_about_dialog_set_website'
interface.o(.text+0x14f3):/installers/gstm-0.2/src/interface.c:358: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x14fb):/installers/gstm-0.2/src/interface.c:358: undefined reference to `gtk_about_dialog_set_authors'
interface.o(.text+0x1504):/installers/gstm-0.2/src/interface.c:359: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x150c):/installers/gstm-0.2/src/interface.c:359: undefined reference to `gtk_about_dialog_set_translator_credits'
interface.o(.text+0x1521):/installers/gstm-0.2/src/interface.c:361: undefined reference to `GTK_ABOUT_DIALOG'
interface.o(.text+0x1529):/installers/gstm-0.2/src/interface.c:361: undefined reference to `gtk_about_dialog_set_logo'
interface.o(.text+0x1c0d): In function `create_newdialog':
/installers/gstm-0.2/src/interface.c:484: undefined reference to `gtk_label_set_single_line_mode'
interface.o(.text+0x22a9): In function `create_propertiesdialog':
/installers/gstm-0.2/src/interface.c:614: undefined reference to `gtk_label_set_single_line_mode'
interface.o(.text+0x235e):/installers/gstm-0.2/src/interface.c:622: undefined reference to `gtk_label_set_single_line_mode'
interface.o(.text+0x2416):/installers/gstm-0.2/src/interface.c:630: undefined reference to `gtk_label_set_single_line_mode'
interface.o(.text+0x24ce):/installers/gstm-0.2/src/interface.c:638: undefined reference to `gtk_label_set_single_line_mode'
interface.o(.text+0x2963):/installers/gstm-0.2/src/interface.c:708: more undefined references to `gtk_label_set_single_line_mode' follow
callbacks.o(.text+0x40f): In function `on_btn_redir_add_clicked':
/installers/gstm-0.2/src/callbacks.c:187: undefined reference to `gtk_combo_box_get_active_text'
collect2: ld returned 1 exit status
make[2]: *** [gstm] Error 1
make[2]: Leaving directory `/installers/gstm-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/installers/gstm-0.2'
make: *** [all] Error 2


Any advice would be greatly appreciated thanks.

Last edited by kludge; 09-30-2005 at 12:45 PM.
 
Old 09-30-2005, 07:07 PM   #2
kludge
LQ Newbie
 
Registered: Sep 2005
Posts: 4

Original Poster
Rep: Reputation: 0
Can anyone help me =(
 
  


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
gstm 0.2 make errors kludge Linux - Software 2 10-06-2005 10:24 AM

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

All times are GMT -5. The time now is 06:26 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