[Tioga-users] Tioga problem with _Init_Font_Dictionary
Vincent Fourmond
fourmond at gmail.com
Tue Feb 19 10:41:24 EST 2008
Hello,
On Feb 19, 2008 3:48 PM, Bill Paxton <paxton at kitp.ucsb.edu> wrote:
> I just this moment noticed that this message had been sent to me rather than
> the Tioga-Users.
(which you should have forwarded to, then ;-)...)
> From: Jarimatti Valkonen <jarimatti at iki.fi>
> Date: February 17, 2008 2:39:47 AM PST
> To: paxton at kitp.ucsb.edu
> Subject: Tioga problem with _Init_Font_Dictionary
>
>
> Hi!
>
> Thanks a lot for Tioga, it really looks nice. And I'd much rather make
> pictures in Tioga than in MetaPost. However, I'm unable to run it on my
> computer (Intel MacBook, Mac OS 10.4.11). I've installed it from Rubygems
> and as far as I can tell the installation went fine. But when I'm trying to
> run tioga or ctioga I get the following error message:
>
> --SNIP--
> jarimatti at hal [~]
> (1) % tioga
> dyld: NSLinkModule() error
> dyld: Symbol not found: _Init_Font_Dictionary
> Referenced from:
> /Users/jarimatti/Source/Ruby/gems/gems/tioga-1.7/lib/Tioga/FigureMaker.bundle
> Expected in: flat namespace
Ooops... We will need debugging information. Could you run
~ gdb --args =ruby =tioga
You should get a prompt there. Send us the output of the command bt
in that prompt (along with the rest).
Could you try replacing
# define INTERN __private_extern__
by
# define INTERN __attribute__ ((visibility ("hidden")))
in the split/namespace.h file and recompile ? (I'm afraid I don't
really know how to do it with Rubygems -- I could provide you with a
modified .gem file if you prefer).
Cheers,
Vincent, who thought that these problems had definitely gone...
More information about the Tioga-users
mailing list