User forums > Help
I try to use other compilers than mingw32
IwanBob:
Hi folks,
I am not sure if this is the correct forum to post my question. And probably its kind of RTFM.
Until now I have used the mingw32 compiler to develop wxWidgtes applications.
Before beeing introduced to C::B I used the OpenWatcom compiler. I changed to C::B because the Open Watcom does not come with a good IDE. Now I would like to use the Open Watcom again with the C::B IDE but some how I am not able to get to work.
I read some posts about this issue here in the forum but somehow this did not really help me.
I guess its my skills that are the problem and I guess other users have the same problem, so I wonder if it is possible if you could publish a Step by Step instruction how to configure C::B to use the open Watcom?
I am thinking of some kind of instuction in wich is exactly shown wich include paths to set, wich custom variables to set and where to copy wich files to make it work.
Especially information about configuring the Compilers for wxWidgets would be very usefull.
I could find a lot of config informations about the GCC but for other compilers I did not find (or maybe understand) information.
Thanks in advance, and keep the good work going on C::B
IwanBob
Michael:
Hello,
AFAIK there is not a step-by-step OpenWatcom compilar installation. Anyway, did you try to look at the C::B wiki?
Useful would be information on which C::B version are you using and which are the problems that you have?
Personally, I have played a bit with OpenWatcom, but I did like it too much. I prefer to use GCC and may be another compiler (it is always good to compile with 2 or more compilers) :).
Michael
IwanBob:
oops I forgot to tell you guys about the version.
I am using C::B Version 1.0 RC2
I think I already read the C::B Wiki but to make sure that this issue is not a typical RTFM I will go and study the Wiki again ;-)
Sure the gcc is fine and works good. I just like to use some alternate ways to develop.
Michael:
I would advice you to switch to the latest nightly build as first.
I have found this topic in the forum. May be it can be of some help.
You can try to search in the forum for other useful posts.
I too, I like to try different compilers and alternative way to develop :D.
Anyway, I have found a website about Quick&dirty C++ language conformance tests. You can look at here. OpenWatcom seems not to be too conformant :(.
Michael
IwanBob:
Thanks Michael,
it seems that OpenWatcom works after changing to nightly build. At least it does with a console application without any Problems. I have not tried if I can compile wxWidgets yet, but I will try soon.
After installing the newest nightly and used gcc I got a warning and an error message:
-------------- Build: default in ShutMeDown ---------------
Precompiling header: wx_pch.h
cc1plus.exe: warning: wx_pch.h.gch: created and used with differing settings of `-maccumulate-outgoing-args'
wx_pch.h:1: fatal error: can't create precompiled header wx_pch.h.gch\default_wx_pch.h.gch: No such file or directory
compilation terminated.
Process terminated with status 1 (0 minutes, 7 seconds)
1 errors, 1 warnings
Any hint for that? (I admit I have not searched the forum yet :oops: , its getting late, but I promise I will do tomorrow)
regards
Ruediger
Navigation
[0] Message Index
[#] Next page
Go to full version