gdog159
Joined: 21st Jan 2009
Posts: 72
Re: Guide: How to Compile EOSERV
@cutlass: Give me a screeny
@Samuraix: im sorry bro but vista is sheit
15 years, 35 weeks ago
|
cutlass
Joined: 20th Mar 2009
Posts: 8
Re: Guide: How to Compile EOSERV
http://i271.photobucket.com/albums/jj149/captainofeo/Untitled-3.jpg
15 years, 35 weeks ago
|
Re: Guide: How to Compile EOSERV
i got it to work in Dev C++ but it has the same error as this way so it is something with vista I guess.
@cutlass you need to show more than that. Show the stuff I showed so he can determine your problem.
15 years, 35 weeks ago
|
Tivoilos
Joined: 9th Mar 2009
Posts: 120
Re: Guide: How to Compile EOSERV
||=== eoserv, Debug ===|
..srcdatabase.hpp|11|mysql.h: No such file or directory|
..srcdatabase.hpp|14|sqlite3.h: No such file or directory|
..srcdatabase.hpp|68|error: ISO C++ forbids declaration of `MYSQL' with no type|
..srcdatabase.hpp|68|error: expected `;' before '*' token|
..srcdatabase.hpp|71|error: ISO C++ forbids declaration of `sqlite3' with no type|
..srcdatabase.hpp|71|error: expected `;' before '*' token|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp||In member function `void Database::Connect(Database::Engine, std::string, std::string, std::string, std::string)':|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|73|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|73|error: `mysql_init' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|75|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|75|error: `mysql_error' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|75|warning: unused variable 'mysql_error'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|73|warning: unused variable 'mysql_init'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|77|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|77|error: `mysql_real_connect' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|77|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|79|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|79|error: `mysql_error' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|79|warning: unused variable 'mysql_error'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|77|warning: unused variable 'mysql_real_connect'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|81|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|81|error: `mysql_select_db' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|83|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|83|error: `mysql_error' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|83|warning: unused variable 'mysql_error'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|81|warning: unused variable 'mysql_select_db'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|90|error: 'union Database::handle' has no member named 'sqlite_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|90|error: `sqlite3_open' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|90|error: `SQLITE_OK' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|90|warning: unused variable 'sqlite3_open'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|90|warning: unused variable 'SQLITE_OK'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp||In member function `Database_Result Database::Query(const char*, ...)':|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|128|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|128|error: `mysql_real_escape_string' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|136|error: `sqlite3_mprintf' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|138|error: `sqlite3_free' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|128|warning: unused variable 'mysql_real_escape_string'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|136|warning: unused variable 'sqlite3_mprintf'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|138|warning: unused variable 'sqlite3_free'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|157|error: `MYSQL_RES' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|157|error: `mresult' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|158|error: `MYSQL_FIELD' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|158|error: `fields' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|161|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|161|error: `mysql_real_query' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|163|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|163|error: `mysql_error' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|163|warning: unused variable 'mysql_error'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|161|warning: unused variable 'mysql_real_query'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|166|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|166|error: `mysql_field_count' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|168|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|168|error: `mysql_store_result' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|172|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|172|error: `mysql_affected_rows' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|172|warning: unused variable 'mysql_affected_rows'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|177|error: 'union Database::handle' has no member named 'mysql_handle'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|177|error: `mysql_error' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|177|warning: unused variable 'mysql_error'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|168|warning: unused variable 'mysql_store_result'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|181|error: `mysql_fetch_fields' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|183|error: `MYSQL_ROW' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|183|error: expected `;' before "row"|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|183|error: `row' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|183|error: `mysql_fetch_row' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|189|error: `IS_NUM' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|189|warning: unused variable 'IS_NUM'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|183|warning: unused variable 'mysql_fetch_row'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|183|warning: unused variable 'MYSQL_ROW'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|216|error: `mysql_free_result' was not declared in this scope|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|157|warning: unused variable 'MYSQL_RES'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|158|warning: unused variable 'MYSQL_FIELD'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|166|warning: unused variable 'mysql_field_count'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|181|warning: unused variable 'mysql_fetch_fields'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|216|warning: unused variable 'mysql_free_result'|
C:Documents and SettingsAndrewDesktop runksrcdatabase.cpp|223|error: 'union Database::handle' has no member named 'sqlite_handle'|
||More errors follow but not being shown.|
||Edit the max errors limit in compiler options...|
||=== Build finished: 50 errors, 24 warnings ===|
Help please =[ I followed all your directions
15 years, 34 weeks ago
|
gdog159
Joined: 21st Jan 2009
Posts: 72
Re: Guide: How to Compile EOSERV
add me on msn ill help you
15 years, 34 weeks ago
|
Re: Guide: How to Compile EOSERV
Don't compile files via your desktop, be sure to link the files also.
15 years, 34 weeks ago
|
kodyt
Joined: 6th Apr 2009
Posts: 2271
Re: Guide: How to Compile EOSERV
FIXED
-------------- Build: Debug in eoserv ---------------
Linking console executable: ..eoserv-debug.exe
C:Program FilesCodeBlocksMinGWinld.exe: cannot find -lsqlite3
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 1 seconds)
1 errors, 0 warnings
Fixed ._. Lol my bad i get it now..
---
http://www.ctronic.ga
http://www.tsu.co/Deltro
https://www.reverbnation.com/deltro9
15 years, 34 weeks ago
|
Jeysen
Joined: 4th Apr 2009
Posts: 22
Re: Guide: How to Compile EOSERV
This is my short error...
"eoserv - Debug" uses an invalid compiler. Skipping...
Nothing to be done.
15 years, 34 weeks ago
|
gdog159
Joined: 21st Jan 2009
Posts: 72
Re: Guide: How to Compile EOSERV
did you even follow the guide... that error means that it didn't find a compiler to compile it with
(-_-)*
15 years, 33 weeks ago
|
Stephx
Joined: 21st Feb 2009
Posts: 299
Re: Guide: How to Compile EOSERV
lol or maybe he downloaded wrong codeblocks... it needs to have mingw
15 years, 33 weeks ago
|
gdog159
Joined: 21st Jan 2009
Posts: 72
Re: Guide: How to Compile EOSERV
well he should have followed the guide then he would have the right code block XD
15 years, 33 weeks ago
|
Stephx
Joined: 21st Feb 2009
Posts: 299
Re: Guide: How to Compile EOSERV
lmao this is stupid!!! first it tells you to downlaod Mysql and then it goes on to say Use Sqlite lmfao....
Edit: i was kidding about teh stupid part but you shoudl recheck ove rthat dotn make people download useless thigns that are over 50MB..... lol here all you need from Mysql is the Include folder : http://www.mediafire.com/download.php?om3xztwjyyu
15 years, 33 weeks ago
|
gdog159
Joined: 21st Jan 2009
Posts: 72
Re: Guide: How to Compile EOSERV
lol i did that so people .. if they wanted they could use mysql so shhhh
edit: it would be too confusing for these people giving them a file that they would be like ' wtf do i do with this'
im off with this posting bye
15 years, 33 weeks ago
|
Re: Guide: How to Compile EOSERV
what do i put in the config.ini file to make the debugger work
15 years, 33 weeks ago
|
gdog159
Joined: 21st Jan 2009
Posts: 72
Re: Guide: How to Compile EOSERV
you dont have to put anything in the config.ini to compile
15 years, 33 weeks ago
| | | | | | | | | | | | | | | |