Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

can't get rebol working on mac os x

 [1/7] from: tech:michals at: 4-Nov-2002 21:12


Hi, I have mac os 10.2.1 I'm trying to run rebol core 2.5 But this is what I get. [Mark-Michalss-Computer:/applications/rebolcore024] markmichals% ./rebol dyld: ./rebol Undefined symbols: _tgetent _tgetstr Trace/BPT trap I'm new to using command line but the man pages for dyld say to use otool to see which library is being used. It gives be this. [Mark-Michalss-Computer:/applications/rebolcore024] markmichals% otool -L rebol rebol: /System/Library/Frameworks/System.framework/Versions/B/System (compatibility version 1.0.0, current version 25.0.0) Does this mean rebol is not compatible or do I have some other problem? I'm not sure how to go about defining these symbols or what to set them to. Any ideas? Thanks for any help, Mark

 [2/7] from: rgaither:triad:rr at: 5-Nov-2002 9:17


Hi Mark,
> Hi, > I have mac os 10.2.1
<<quoted lines omitted: 6>>
> _tgetstr > Trace/BPT trap
Here is a solution from an earlier post, its in the faq at RT. Note - this worked great for me when using tcsh yet when I recently switched to bash for some script portability reasons it broke again. I haven't had time to figure out why yet. FYI, Rod.
> Note though there's this in the REBOL FAQ regarding Core for Apple > OSX...
<<quoted lines omitted: 8>>
> and, REBOL will run again. [Thanks Ron.] > ---8<---
Rod Gaither [rgaither--triad--rr--com] Oak Ridge, NC USA

 [3/7] from: greggirwin:mindspring at: 5-Nov-2002 9:35


Hi Mark, I didn't think OS X support was in place yet. I know they want to do it, but the port hasn't been done AFAIK. --Gregg

 [4/7] from: joel:neely:fedex at: 5-Nov-2002 11:50


Hi, Rod, Could it be: 1) difference between .cshrc and startup script in bash? 2) difference between SETENV and SET and var=value 3) EXPORT (Too rushed to experiment right now... sorry!) -jn- Rod Gaither wrote:
> Here is a solution from an earlier post, its in the faq at RT. > Note - this worked great for me when using tcsh yet when I recently
<<quoted lines omitted: 10>>
> > > > and, REBOL will run again. [Thanks Ron.]
-- ---------------------------------------------------------------------- Joel Neely joelDOTneelyATfedexDOTcom 901-263-4446

 [5/7] from: joel:neely:fedex at: 5-Nov-2002 11:40


Hi, Gregg, Gregg Irwin wrote:
> Hi Mark, > > I didn't think OS X support was in place yet. I know they want > to do it, but the port hasn't been done AFAIK. >
/Core runs fine on my box with Jaguar. It's just /View that's stuck in the "pending" state. -jn- -- ---------------------------------------------------------------------- Joel Neely joelDOTneelyATfedexDOTcom 901-263-4446

 [6/7] from: g:santilli:tiscalinet:it at: 5-Nov-2002 22:59


Hi Rod, On Tuesday, November 5, 2002, 3:17:03 PM, you wrote:
>> setenv DYLD_INSERT_LIBRARIES /usr/lib/libtermcap.dylib
I think that is: export DYLD_INSERT_LIBRARIES=/usr/lib/libtermcap.dylib in bash, so probably that's your problem... Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

 [7/7] from: rgaither:triad:rr at: 6-Nov-2002 8:40


Hi Gabriele, Joel,
> On Tuesday, November 5, 2002, 3:17:03 PM, you wrote: > >>> setenv DYLD_INSERT_LIBRARIES /usr/lib/libtermcap.dylib > > I think that is: > > export DYLD_INSERT_LIBRARIES=/usr/lib/libtermcap.dylib > > in bash, so probably that's your problem...
Unfortunately no, I checked my environment setup and verified the DYLD... variable is getting set so that isn't it. From that point on I knew it was going to take a little work so haven't dug into it. I can launch tcsh manually and REBOL still works there so I'm okay with it for now. I just put the note in my earlier response in case Mark was running bash and the fix didn't work for him. When I figure it out I'll be sure to let RT know so they can add any additional information to the FAQ. Thanks for trying though, Rod. Rod Gaither [rgaither--triad--rr--com] Oak Ridge, NC USA

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted