You are not logged in.

#1 2005-08-26 17:45:24

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Problem building scigraphica

Can someone explaing this error to me?  I am very confused today.

gcc -shared  sg_application.lo sg.lo sg_config.lo sg_dataset.lo sg_features.lo sg_file.lo sg_file_dialog.lo sg_layer_control.lo sg_locale.lo sg_plugin_array.lo sg_plugin.lo sg_plugin_dataset.lo sg_plugin_file.lo sg_plugin_formula.lo sg_plugin_function.lo sg_plugin_iterator.lo sg_plugin_layer.lo sg_plugin_loader.lo sg_plugin_menu.lo sg_plugin_style.lo sg_python.lo sg_python_worksheet.lo sg_python_expr.lo -Wl,--whole-archive algorithms/.libs/libsgalgorithms.al widgets/.libs/libsgwidgets.al dialogs/.libs/libsgdialogs.al -Wl,--no-whole-archive  -L/usr/lib -lgtkextra-x11-2.1 /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libxml2.so -lm -L/usr/lib/python2.4//config -lpython2.4 -lpthread -ldl -lutil -lz  -Wl,-soname -Wl,libscigraphica-2.0-2.1.so.1 -o .libs/libscigraphica-2.0-2.1.so.1.0.0
/usr/bin/ld: cannot find -lgtkextra-x11-2.1
collect2: ld returned 1 exit status
make[3]: *** [libscigraphica-2.0.la] Error 1

Offline

#2 2005-08-26 21:49:02

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problem building scigraphica

Did you do pacman -S gtk2+extra ?

Offline

#3 2005-08-26 22:14:58

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Problem building scigraphica

yeah, got both of them just in case :S

Offline

#4 2005-08-26 23:46:10

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problem building scigraphica

The problem is that gtk2+extra installs libgtkextra-x11-2.0.so
but libscigraphica wants libgtkextra-x11-2.1.so

Possible solution: gtk+extra-2.1.1 is out.  Mayby it needs it.

Offline

#5 2005-08-27 08:02:49

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Problem building scigraphica

Yeah, I just thought of that this AM - was very out of sorts yesterday, bad brain day...

Offline

#6 2005-08-27 08:24:56

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Problem building scigraphica

shoot me now:

#  06/24/2005 New version 2.1.1 features some fixes in gtksheet (for themes) and a silly fix in gtkextra-2.0.pc that prevented scigraphica from linking.
# 06/23/2005 New version 2.1.0 features some improvements and bugfixes

Bugfix released the day after but never picked up in official Arch pkg - now that is SLACK!  So, even tho it was gtk2+extra 2.1.0 it still had the 2.0 lib, rather than the 2.1 lib, which I guess is the issue - seems to be building just fine now smile

Offline

#7 2005-08-27 09:07:25

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Problem building scigraphica

All sorted, thanks for the use of a functioning brain, snowman smile

Offline

#8 2005-08-29 00:02:02

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problem building scigraphica

8)
BTW, I had it  (version 0.8 ) in my repo a while ago.

Offline

#9 2005-08-29 10:58:28

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Problem building scigraphica

Ahhh, I never thought to check smile

Offline

Board footer

Powered by FluxBB