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

[REBOL] can't get rebol working on mac os x

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