Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
rev 3961 does NOT build on linux
afb:
--- Quote from: MortenMacFly on May 14, 2007, 02:03:24 pm ---
--- Quote from: afb on May 14, 2007, 01:59:19 pm ---You would get the same problems in MSYS, no ?
--- End quote ---
...how to do? You mean compile the thing inside the MSYS console? Never tried that (sounds interesting though).
--- End quote ---
That is what I meant, yes. Sounded more like a Makefile/header problem, than a platform issue. (because I ran into the problem on Mac OS X, not Linux) Not sure if Code::Blocks supports MinGW/MSYS with configure yet (but it should). If it doesn't, you could also test with a virtual Linux without leaving Windows ? Also has the added bonus of testing wxGTK...
MortenMacFly:
--- Quote from: afb on May 14, 2007, 02:13:29 pm ---That is what I meant, yes. Sounded more like a Makefile/header problem, than a platform issue.
--- End quote ---
Alright! Will try that - I have indeed MSYS installed and configure *should* work - will report back.
--- Quote from: afb on May 14, 2007, 02:13:29 pm ---If it doesn't, you could also test with a virtual Linux without leaving Windows ?
--- End quote ---
This would require me to have more processor power and HDD disk space. I had andLinux running but I had to remove it for the large software packages I require for work. :-( I should have burned it to CD though...
With regards, Morten.
killerbot:
makefile.am fixed, that XRCID : still looking into it. Note that the header you write to include was already included.
....
MortenMacFly:
--- Quote from: MortenMacFly on May 14, 2007, 02:18:34 pm ---
--- Quote from: afb on May 14, 2007, 02:13:29 pm ---That is what I meant, yes. Sounded more like a Makefile/header problem, than a platform issue.
--- End quote ---
Alright! Will try that - I have indeed MSYS installed and configure *should* work - will report back.
--- End quote ---
Looks bad - compilation (setup) already fails at bootstrap phase with:
--- Code: ---./bootstrap: libtoolize: command not found
--- End code ---
Looks like a job for google... ;-)
With regards, Morten.
Edit: Ok - this one was easy... I had mounted the wrong compiler path under MinGW (the one without extra tools like autotools etc...). But Now I receive:
--- Code: ---./bootstrap: /mingw/bin/aclocal: No such file or directory
--- End code ---
...although it's there. I'm not sure if bootstrap will work with MinGW... Did anyone try?
killerbot:
both fixed, builds again on non pch systems
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version