User forums > Help
Same Problem, Different Machines
ZekeDragon:
I'm not exactly sure where to post this, but the people here at the C::B forums have been exceptionally helpful with everything I've had, so that's why I'm asking it here, so I apologise if this isn't the place. Maybe someone here has encountered the same issue that I am.
I've been attempting to compile the libraries for FLTK and Fox for the last couple of days in Code::Blocks/MinGW (which neither of them have any documentation on building with), and both of them have encountered relatively similar issues. For both, I opened up the .dsw for MSVC out of simplicities sake, which I believe works in C::B. Either way, I started it up, and it said it couldn't find local header files. I defined in C::B the folders where the header files were, and it continued compiling happily, until it reaches an odd point where it encounters a variable that had not been defined (both times, in FLTK and in Fox). For FLTK, the variable 'rint' was not defined, and in Fox, the variable big_gif was the same situation. I have a feeling it doesn't really have anything to do with the variables themselves, and instead it's something I'm not doing before starting the compile.
Michael:
Hello,
Which C::B version? GCC version?
If I remember correctly this libraries are available as DevPackage, which can be used in Code::Blocks.
Anyway, still if I remember correctly (:D), the importing .dsw functionality is not completed. Are there no version of the libraries for MinGW?
Best wishes,
Michael
[EDIT]: I just downloaded FTLK-1.1.7 and there is a README.win32. Did you follow the instructions depicted there?
ZekeDragon:
Okay, well anyway, since I somehow just posted that, I'll finish this off :)
I do have the most recent version of Code::Blocks (I updated it about 30 minutes ago, with the same problems). I also have FLTK ver 1.1.7, and Fox ver 1.6.0. The GCC Core it's running on is 3.4.2, and probably the same as the MinGW version, since I can't find the number.
Yeah.
Michael:
--- Quote from: ZekeDragon on March 09, 2006, 09:46:33 pm ---The GCC Core it's running on is 3.4.2, and probably the same as the MinGW version, since I can't find the number.
--- End quote ---
Thanks. The GCC version is enough :). I would advice you to switch to GCC 3.4.5 and to update the win32api and binutils files. If you like you can install Ceniza's GCC 4.1.0, but you should have your MinGW gome directory under C:\MinGW.
Best wishes,
Michael
ZekeDragon:
I've upgraded it all. Seems to still have the same error message, it's missing the variable declarations of rint and big_gif in FLTK and Fox respectively. I'm going to rip everything apart, take out Code::Blocks, MinGW, Cygwin, FLTK, Fox, and even Qt since I felt like it, and reinstall it all and see if I can compile then. I'll give you what I get.
Thanks.
Navigation
[0] Message Index
[#] Next page
Go to full version