Log in

View Full Version : How to compile in C++ 2010?



Eneko
11-25-2012, 01:34 PM
Read title :)

foxtacles
11-25-2012, 06:00 PM
Do you have >=GCC 4.7.1? You need to add some configuration to the project:

Compiler options:
-std=gnu++0x

Linker options:
-static

Eneko
11-26-2012, 06:43 PM
Okay, i make in Code::Blocks, with GCC 4.7.1 and with linker option "-static"

Build log: https://pastebin.com/BcvaJEms

foxtacles
11-26-2012, 07:08 PM
Compiler options:
-std=gnu++0x

Apply this.

Eneko
11-26-2012, 07:31 PM
Sry, i new in Code::Blocks, where is to add that?
And i use your "vaultscript" source, and the makefile comes "CFLAGS = -std=gnu++0x"

Thanks

Edit: This is options? https://i.imagebanana.com/img/bvwblg74/asd.png