• 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!

[ERROR][788] Compile error trunk rev 788

Keraxel

Ω Obfuscator Ω
Joined
Feb 2, 2008
Messages
941
Reaction score
5
Location
Republic of Poland
I've compile bug when I try to compile with projects from trunk\dev-cpp

Anybody can tell me how to solve it?
 
When i change
Code:
-lluasql-mysql
-lluasql-sqlite3
-lregex
to:
Code:
-lluasql_mysql
-lluasql_sqlite
-lboost_regex
I've got new bug:
 
When i change
Code:
-lluasql-mysql
-lluasql-sqlite3
-lregex
to:
Code:
-lluasql_mysql
-lluasql_sqlite
-lboost_regex
I've got new bug:

Delete:
-lluasql_mysql
-lluasql_sqlite
-lboost_regex
and:
Code:
-lluasql-mysql
-lluasql-sqlite3
-lregex
Press button below to load library from file.
In "DevC++ 1.5 TFS" is directory "libs" from this directory select files:
~liblua_sqlite.a
~liblua_mysql.a
~libregex or other name with "regex" in name from this direcotry or "boost" subdirectory. Then "Rebuild all".
If you still get errors msg me. MSN: [email protected]
I'll send you my libraries.
 
OMG, Thank you so much Gesior, I've used the latest 8 hours trying to compile TFS, finally it worked.. thank you so much
 
Back
Top Bottom