john q public wrote: > Just finished hooking up gdb to it and so far so good. The built-in > editor looks decent and I've migrated the source > I was trying to clean up to CDT/eclipse. It's building properly now > and CDT has given me a lead to follow on the > cause of the segfaults. Probably have more to say about it later but > so far I'm fairly impressed and it looks like > its worth getting to know well. Seems there's enough to work with that > it could serve as a sort of cross platform VC++ > > John hmm, Code::Blocks, using WxWidgets is a C++ cross platform ide. no gui building tool in it though. For building a gui WxGlade is the most common used for it, though that requires both WxWidgets and WxGTK libs. [ WxPython, WxPerl [ cpan package so adding this is easy with perl ] and WxJava language bindings available also. ]
All of WxWidgets is under a modified LGPL, Code::Blocks is GPL V3. so all open source. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
