Welcome, Guest. Please login or register.

Author Topic: Need help compiling Reaction examples with GCC  (Read 2065 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kiasanth

  • Newbie
  • *
  • Join Date: Sep 2003
  • Posts: 7
    • Show all replies
    • http://kiasanth.digitalrice.com/
Re: Need help compiling Reaction examples with GCC
« on: September 10, 2003, 12:34:40 PM »
Assuming you've used fd2Pragma to make new includes you have to also use a different link library for reactionlib.a as the one that is supplied with the NDK only works on Storm C. you can get a replacement for reaction.lib at http://translate.google.com/translate?sourceid=navclient-menuext&hl=en&u=http%3A%2F%2Fwww%2Eguru%2Dmeditation%2Enet%2Fmain%2Ephp3%3Fnewsid%3D115 I've included the google translator in the URL so you know what it's talking about. I'm not sure but you may have to convert that lib as well using hunk2aout which is on aminet if you don't have it with your GCC distro.

-edit-

http://www.guru-meditation.net/main.php3?newsid=115       that's the address without translation
 

Offline kiasanth

  • Newbie
  • *
  • Join Date: Sep 2003
  • Posts: 7
    • Show all replies
    • http://kiasanth.digitalrice.com/
Re: Need help compiling Reaction examples with GCC
« Reply #1 on: September 10, 2003, 12:41:23 PM »
Wow, I only just realised it was you Fibbles. and it's too late as I know you already converted to stormC ages ago. meanwhile, if it still matters you also have to declare IntuitionBase and open and close it (Well, That's what I did and it compiled)