In another mail someone talked about Code::Blocks. Seeing that it's a cross-platform IDE, so I wanted to try it with FLTK.
Right, I installed Code::Blocks, unzip fltk-1.3.0-source.tar.gz and found this README.IDE containing this brief info (which is the only place where code::blocks is mentioned amongst all the files) -------------- Code::Blocks supports FLTK project natively. Please compile and install FLTK using the Makefile system. Once installed, new FLTK projects can be generated using the Code::Blocks IDE. -------------- Well, so I run: "c:\Program Files\CodeBlocks\MinGW\bin\mingw32-make.exe" and it said makefile:28: makeinclude: No such file or directory So I changed makeinclude.in to makeinclude and run the command again and it said -f was unexpected at this time. mingw32-make: *** [makeinclude] Error 255 So I tried to open Visual Studio solution inside Code::blocks..... well I'm asked a lot of questions by Code::blocks... but not being any advanced user of Code::blocks, I have no idea what answer are supposed to be more pertinent or not. So I was sort of "bumping around" inside it without knowing exactly what I'm supposed to do.... And finally I went back to FLTK website and tried some search with the key word "code::blocks". The results are .... well... sparse! :D Better say there's nothing about it So, is there somewhere we could find a better how-to on how to make FLTK work with Code::blocks in order to see how "natively" they are supposed to work together? Thanks _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
