• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Dev-Cpp not working under Windows 8.1 anymore?

Danger II

tibiara.com
Joined
Nov 21, 2012
Messages
1,709
Solutions
13
Reaction score
642
Location
Germany
Hey guys,
had a great dev-cpp compiler, givin me alot of errors now..
Can someone look over it and tell me which package I need?
Thanks..

Code:
../definitions.h:127:26: ext/hash_map: No such file or directory
../definitions.h:128:26: ext/hash_set: No such file or directory
../account.cpp:22:21: algorithm: No such file or directory
../account.cpp:23:22: functional: No such file or directory
../account.cpp:24:20: iostream: No such file or directory
In file included from ../account.cpp:28:
../account.h:25:16: list: No such file or directory
../account.h:26:18: string: No such file or directory
In file included from ../account.cpp:28:
../account.h:36: error: `uint32_t' does not name a type

../account.h:38: error: `time_t' does not name a type
../account.h:39: error: `int32_t' does not name a type
../account.h:40: error: `int32_t' does not name a type
../account.h:41: error: `uint16_t' does not name a type

../account.h:42: error: `uint16_t' does not name a type
../account.h:44: error: using-declaration for non-member at class scope
../account.h:44: error: expected `;' before "password"
../account.h:46: error: using-declaration for non-member at class scope
../account.h:46: error: expected `;' before '<' token
../account.cpp: In constructor `Account::Account()':

../account.cpp:32: error: `accnumber' was not declared in this scope
../account.cpp:33: error: `premEnd' was not declared in this scope
../account.cpp: In destructor `Account::~Account()':

../account.cpp:38: error: `charList' was not declared in this scope
../account.cpp: At global scope:
../account.cpp:41: error: `uint16_t' does not name a type
../account.cpp:54: error: `uint16_t' does not name a type
make.exe: *** [obj/account.o] Error 1

Execution terminated

Thats just account.cpp..
The whole sources has been edited and worked befor I've updated from 7 to 8 (now 8.1) not sure if they worked on windows 8, didnt compile a while
rep++ for help
 
fixed.. :p thanks ;)
I've should take a look over that first lol...

EDIT:

Code:
C:/Dev-Cpp/include/mysql/mysql_com.h:183: error: `SOCKET' does not name a type

C:/Dev-Cpp/include/mysql/mysql_com.h:358: error: `SOCKET' was not declared in this scope
C:/Dev-Cpp/include/mysql/mysql_com.h:358: error: expected primary-expression before "const"
C:/Dev-Cpp/include/mysql/mysql_com.h:358: error: expected primary-expression before "unsigned"
C:/Dev-Cpp/include/mysql/mysql_com.h:359: error: expected primary-expression before "unsigned"
C:/Dev-Cpp/include/mysql/mysql_com.h:359: error: initializer expression list treated as compound expression
 
Last edited:
I just figured out my Dev-Cpp works perfectly on my Windows 7 Computer same folders/source/etc give me errors on Windows 8 any idea how to fix that? givin me error bout gcc.exe and g++.exe
 

Similar threads

Back
Top