This site has been archived and made available for preservation purposes. No edits can be made.
-
Junior Member
How to compile in C++ 2010?
Read title
Last edited by Eneko; 11-25-2012 at 05:58 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
-
Junior Member
Okay, i make in Code::Blocks, with GCC 4.7.1 and with linker option "-static"
Build log: https://pastebin.com/BcvaJEms
-
Originally Posted by
Recycler
Compiler options:
-std=gnu++0x
Apply this.
-
Junior Member
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
Last edited by Eneko; 11-26-2012 at 07:57 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules