GitLab CI Runners on Google Cloud - The Easy Way
2 minute read.
I learnt Terraform today.
2 minute read.
I learnt Terraform today.
1. Install mingw-clang like this: http://blog.johannesmp.com/2015/09/01/installing-clang-on-windows-pt3/
4. Start QtCreator and add a new compiler with “Compiler path” “C:msys64mingw32binclang.exe”
5. Add a new Kit in QtCreator: Select just …
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.
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 …
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.
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 …