Showing only posts tagged compiling. Show all posts.

Quick Tip #1

In C++, compiling with MinGW-gcc:

When including headers from within a namespace, gcc output goes wild.

Don’t.

This post was imported from tumblr.

Posted on in tumblr. updated archived Tags: compiling, c++.

Progress on WebOS PDK Installation

Okay, yesterday I got the PDK installed properly and actually managed to get the device connected. Sadly, the simple sample wouldn’t compile for device though.

Today I found out that I got the newest Version of this codesourcery toolchain, but an older one was recommended by the Palm PDK …

Fixed my MinGW + Allegro Problems

In the end it wasn’t even the sjlj/dw2 problem after all. I thing I had a buggy snapshot of MinGW or so, or failed when using mingw-get-inst ;P

Whatever it was, my compiler is working and I’m happy.

This post was imported from tumblr.

Problems and more Problems

So Allegro 4.3 doesn’t work. Apparently it has something to do with me having updated MinGW to 4.6.2 and having to recompile all my libraries and therefor all their dependencies and in the end noticing I wouldn’t be able to compile the MiniDirectX SDK needed …