Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-27-2009, 04:09 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Linux - libgtksourceview-1.0.so.0

I'm running Debian testing.

I get the following error when running the RC binary:
NPC Code:
error while loading shared libraries: libgtksourceview-1.0.so.0: cannot open shared object file: No such file or directory



However, libgtksourceview-1.0.so.0 is clearly in my /usr/lib/, and I also have the correct package.

This error seems to have arose after a system update.

Any help would be cool.
Reply With Quote
  #2  
Old 08-27-2009, 04:36 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Any chance your gtksourceview is 64bit, which the RC afaik is not?

Failing that, any chance that your existant libgtksourceview-1.0.so.0 is either symlink to a non-existant file, or linking to a non-existant library (find out using ldd on it)?
Reply With Quote
  #3  
Old 08-27-2009, 04:52 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Loriel View Post
Any chance your gtksourceview is 64bit, which the RC afaik is not?

Failing that, any chance that your existant libgtksourceview-1.0.so.0 is either symlink to a non-existant file, or linking to a non-existant library (find out using ldd on it)?
Yeah, I figured it out. The 32-bit libgtksourceview-1.0 and libgnomeprint-2-2 were sitting in /emul/ia32-linux/usr/lib, and I just symlinked them in /usr/lib32/ .

I have no idea why things decided to move around like that.
Reply With Quote
  #4  
Old 08-29-2009, 04:34 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
I am really annoyed by this because my distribution does not appear to provide cross-architecture binary packages except for a few special cases like gtk (without gtksourceview). I have been using an older, pre-syntax-highlighting version of the rc for a while, but I am not sure how to go about getting a current RC version to run since the compat binary just segfaults without comment.
Reply With Quote
  #5  
Old 08-29-2009, 08:27 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Loriel View Post
I am really annoyed by this because my distribution does not appear to provide cross-architecture binary packages except for a few special cases like gtk (without gtksourceview). I have been using an older, pre-syntax-highlighting version of the rc for a while, but I am not sure how to go about getting a current RC version to run since the compat binary just segfaults without comment.
You're on Gentoo correct?

Check http://www.portagefilelist.de/index....up=file#result

It should give you a list of all packages that supply a gtksourceview file.
Reply With Quote
  #6  
Old 03-29-2010, 09:43 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Please try this RC:
<deleted attachments, use the most recent one pelase>

Last edited by Admins; 03-29-2010 at 11:50 PM..
Reply With Quote
  #7  
Old 03-29-2010, 10:31 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
That looks pretty good :>
Reply With Quote
  #8  
Old 03-29-2010, 10:49 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Trying it out here, but it seems that the syntax highlighting is a bit off?



And in terminal:
HTML Code:
[darius@lambda:rc/rc]$ ./RC                                                     
connecting to ip 208.43.91.125
connecting to ip 208.43.167.233
Remote-Control connected.
connecting to ip 208.43.167.233
NPC-Control connected.
lang: text/x-graalscript - 10833040



Otherwise it seems to be working.
Attached Thumbnails
Click image for larger version

Name:	rc.png
Views:	1379
Size:	29.9 KB
ID:	50773  
Reply With Quote
  #9  
Old 03-29-2010, 10:53 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by WhiteDragon View Post
Trying it out here, but it seems that the syntax highlighting is a bit off?
It's like this with the Mac RC too. I think it's a problem with the new RC in general.
__________________
Reply With Quote
  #10  
Old 03-29-2010, 10:55 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by cbk1994 View Post
It's like this with the Mac RC too. I think it's a problem with the new RC in general.
But the important thing is that it is that the problem is cross-platform! Everyone gets to enjoy it!
Reply With Quote
  #11  
Old 03-29-2010, 11:49 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Added the updated language-specs files like in the Mac version:
Attached Files
File Type: zip RC_20100329.zip (478.9 KB, 967 views)
Reply With Quote
  #12  
Old 03-31-2010, 12:20 AM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
I made some syntax highlighting files since, as cbk and whitedragon said, they are broken.

It highlights intrinsic variables, functions, events, differently from user defined ones.

Just replace your graal.lang and graalcolors.xml zip. Works with linux and mac.

Do these work on the current windows rc? Someone can test.

Use them if you desire.
Attached Files
File Type: zip graal.lang+graalcolors.xml.zip (11.8 KB, 437 views)
__________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:13 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.