Hi Sean Thanks for the info on OS intel. Glad that at least it''s only broken on Scintilla, not generally. If you could upload a gem w/o Scintilla that would be great. Perhaps some library or framework that''s needed on 10.4 that 10.3 doesn''t need. I don''t know. cheers alex
> Perhaps some library or framework that''s needed on 10.4 that 10.3 > doesn''t need. I don''t know.I forgot you are running 10.3, maybe you are right and the problem is with the OS version not the cpu architecture. I uploaded the OS X intel gem Sean
Sean Long wrote:>> Perhaps some library or framework that''s needed on 10.4 that 10.3 >> doesn''t need. I don''t know. >> > I forgot you are running 10.3, maybe you are right and the problem is > with the OS version not the cpu architecture. >Thanks very much for the gem. Just one more thought - are you able to build and run the sample included with wxscintilla? It doesn''t run properly on OS X b/c it''s not stuffed into an .app so it doesn''t detach from the Finder or the console correctly, but we should be able to rule out the undefined symbol coming from wxscintilla itself. alex
I just did a build on 0.0.37 on OS X 10.4 PPC with scintilla and got the same error I am getting on Intel. Looks more and more like a 10.3 vs 10.4 problem. Sean
> Thanks very much for the gem. Just one more thought - are you able to > build and run the sample included with wxscintilla?> It doesn''t run properly on OS X b/c it''s not stuffed into an .app so it > doesn''t detach from the Finder or the console correctly, but we should > be able to rule out the undefined symbol coming from wxscintilla itself.Yes I can build the included sample. I wonder if it is an incompatibility with options passed to the compiler during the wxscintilla build with those used to build wxRuby. Maybe there is a problem caused by the compiler on OS X 10.4 the default compiler is gcc version 4.0.1 not sure what it is on 10.3. Maybe tonight I can look at it some more. Sean
Sean Long wrote:> I wonder if it is an incompatibility with options passed to the > compiler during the wxscintilla build with those used to build wxRuby. >That sounds plausible.> Maybe there is a problem caused by the compiler on OS X 10.4 the > default compiler is gcc version 4.0.1 not sure what it is on 10.3. >SCIPIUS:~ alex$ g++ --version g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666) alex