Author Topic: Ressource compiler setting for Linux fedora core  (Read 3470 times)

joeman

  • Guest
Ressource compiler setting for Linux fedora core
« on: May 31, 2006, 10:51:40 am »
Hello
My project compiles ok until the RC ressource file has to be compiled.
When looking at the command line, it starts with -i, with no info about the compiler to use.
This obviously results in a error, due to the $rescomp variable which is not properly set.

Anybody here compiles ressource file (rc) in the following environment ?
- wx 2.6.3
- codeblocks 1.0 rev 2420
- fedora core 5

Where can I specify the rc compiler to use ?
Thanks to all ..
J
« Last Edit: May 31, 2006, 10:55:04 am by joeman »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Ressource compiler setting for Linux fedora core
« Reply #1 on: May 31, 2006, 11:09:00 am »
Uhm, resources are compiled only in windows platforms...
Be patient!
This bug will be fixed soon...

joeman

  • Guest
Re: Ressource compiler setting for Linux fedora core
« Reply #2 on: May 31, 2006, 11:19:37 am »
hmm
My application was indeed compiled using vc++ and wx, I'm trying to compile it on linux.
So I have to remove the rc file from my project ?
I'll try this. Thnaks
J