![]() ![]() |
Sep 7 2010, 05:49 AM
Post
#1
|
|
|
Group: Members Posts: 193 Joined: 21-November 05 Member No.: 8,574 |
Hello,
I tried to start "scite" but I get a error message although it had been working in past. Error message: scite: relocation error: scite: symbol _dl_catch_error, version GLIB_2.0 not defined in file ld-linux.so.2 with link time reference. I have no ideas how I can fix the problem. Thank climber SL-C3100 & pdaXii13 v2 |
|
|
|
Sep 7 2010, 12:19 PM
Post
#2
|
|
|
Group: Members Posts: 131 Joined: 27-June 05 From: Prague, Czech Republic, Europe Member No.: 7,468 |
scite: relocation error: scite: symbol _dl_catch_error, version GLIB_2.0 not defined in file ld-linux.so.2 with link time reference. I have no ideas how I can fix the problem. It is most probably caused by mixing binaries from more repositories. Update to newer version of glibc or glib or recompilation of scite against library versions you have should fix your problem. |
|
|
|
Sep 7 2010, 09:47 PM
Post
#3
|
|
|
Group: Members Posts: 193 Joined: 21-November 05 Member No.: 8,574 |
I have reinstalled the newer version of glib and glibc and scite again but without success. You mentioned the "... recompilation of sicte against library". Is there a way how can I do this?
Thanks climber |
|
|
|
Sep 7 2010, 10:10 PM
Post
#4
|
|
|
Group: Members Posts: 161 Joined: 23-June 05 Member No.: 7,429 |
If you want to set up a compile environment on your Z, you need to install the following (minimum)
awk sed bison binutils make gcc wget additionally patch diff autoconf I'm afraid learning to compile is a little more than I have time for right now to explaint, but basically, if you download the source code for scite, and extract it, there will be a file called ./configure. Execute it. If all goes well, type make. If that goes well, you can either follow the guides for creating an ipk file, or you can install the software directly by typing make install It's not too hard if everything (libraries) is in place. Most times, you'll find that you have to compile other dependencies first. Best of luck! I have reinstalled the newer version of glib and glibc and scite again but without success. You mentioned the "... recompilation of sicte against library". Is there a way how can I do this? Thanks climber |
|
|
|
Sep 8 2010, 05:58 AM
Post
#5
|
|
|
Group: Members Posts: 193 Joined: 21-November 05 Member No.: 8,574 |
I downloaded the sourcefile of scite. Reading the "Readme" file you have to go to the GTK folder and type in the command make. After a while I get the following error:
Widget.cxx: In member function `bool WBse::Sensitive()': Widget.cxx:31: error: `gtk_widget_get_sensitive`was not declared in this scope Widget.cxx:31: warning: unused variable 'gtk_widget_get_sensitive' make: *** [Widget.o] Error 1 Any ideas? Thanks climber |
|
|
|
Sep 10 2010, 10:21 AM
Post
#6
|
|
|
Group: Members Posts: 131 Joined: 27-June 05 From: Prague, Czech Republic, Europe Member No.: 7,468 |
Widget.cxx: In member function `bool WBse::Sensitive()': Widget.cxx:31: error: `gtk_widget_get_sensitive`was not declared in this scope Widget.cxx:31: warning: unused variable 'gtk_widget_get_sensitive' gtk_widget_get_sensitive is a function defined in the gtk header files. Your compiler thinks that it is variable for some reason (missing include?). |
|
|
|
Sep 13 2010, 11:43 PM
Post
#7
|
|
|
Group: Members Posts: 193 Joined: 21-November 05 Member No.: 8,574 |
Yes you're right. Installing an older version of Scite had worked fine!
Thanks to all! Climber |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 11:50 PM |