Author | Message | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Re: Guide: How to Compile EOSERV
| You might also have to add some directories within the project under additional include directories, or the compiler won't check those directories and you'll get errors saying the file or directory wasn't found. Also to check if the compiler actually can locate the include file, right click on the include statement and select "open document XXXXX"
|
Re: Guide: How to Compile EOSERV
| how to get the sqlite3.h ?
|
Re: Guide: How to Compile EOSERV
| I've found nice website here.
|
Re: Guide: How to Compile EOSERV
| i looked for "sqlite.h download" only.
|
Re: Guide: How to Compile EOSERV
| I keep on getting error after error after I try different things to compile this. I read your tutorial over and over again and yet there always seems to be errors. Here is the most recent errors I got.
|
Re: Guide: How to Compile EOSERV
| I knew somebody that had troubples compiling, It was because he didn't have anything about sqlite on his pc, so I told him to comment everything about sqlite, not sure if that was the best thing to do, but he was able to compile the source after that. -- Listin guys and gals... it's not hard to compile it, just make sure you did all the steps and you should get it. This guide should be enough to get you where you going. If you have an error, just read it. If it shows that you have errors dealing with SQLite, then make sure you have all the
files for it, its not hard to figure out what the error is about if you read the logs that show them. Warnings can help you figure out your problem, and the Code::Block or Bloodshed Dev-C++, or any other good compiler will tell you what is wrong.
|
Re: Guide: How to Compile EOSERV
| please, help!
|
Re: Guide: How to Compile EOSERV
| I had 66 pretty much working.. I got the file from another snapshot and included it, and I linked everything and added additioanl include directories. The only error I got was that ld.exe (?) or -lsqlite was not found.. I didn't have time to look into it, but it's probably not something so complicated, and by now snapshot 66 is probably outdated anyway.
|
Re: Guide: How to Compile EOSERV
| mhm k.
|
Re: Guide: How to Compile EOSERV
| MOTHER FUCKER IM GETTIN PISSED.... This shit always makes me mad. I can't fucking finish step 5.
"5.Open the trunk folder then open project then double click on mingw.cbp (this will open the project in Cobe::blocks)"
I opened the damn trunk folder and clicked on the source file, but I don't have anything named mingq.cbp and codeblocks isn't reading it worth shit.
|
Re: Guide: How to Compile EOSERV
| For all those people getting errors, you must select custom when installing mysql, and choose to install the development stuff, and this gives u all the correct files.
|
Re: Guide: How to Compile EOSERV
| actually you dont need to install custom just install complete that way people who dotn know what "development sutff" means wont be confused
|
Re: Guide: How to Compile EOSERV
| Well i say custom, because i like to make it C:Mysql So i say custom =p.
|
Re: Guide: How to Compile EOSERV
| -------------- Build: Debug in eoserv ---------------
Compiling: ..srcdatabase.cpp
In file included from C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:2:
../src/database.hpp:14:21: sqlite3.h: No such file or directory
In file included from C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:2:
../src/database.hpp:71: error: ISO C++ forbids declaration of `sqlite3' with no type
../src/database.hpp:71: error: expected `;' before '*' token
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp: In member function `void Database::Connect(Database::Engine, std::string, std::string, std::string, std::string)':
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:90: error: 'union Database::handle' has no member named 'sqlite_handle'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:90: error: `sqlite3_open' was not declared in this scope
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:90: error: `SQLITE_OK' was not declared in this scope
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:90: warning: unused variable 'sqlite3_open'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:90: warning: unused variable 'SQLITE_OK'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp: In member function `Database_Result Database::Query(const char*, ...)':
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:133: error: `sqlite3_mprintf' was not declared in this scope
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:135: error: `sqlite3_free' was not declared in this scope
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:133: warning: unused variable 'sqlite3_mprintf'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:135: warning: unused variable 'sqlite3_free'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:220: error: 'union Database::handle' has no member named 'sqlite_handle'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:220: error: `sqlite3_exec' was not declared in this scope
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:220: error: `SQLITE_OK' was not declared in this scope
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:222: error: 'union Database::handle' has no member named 'sqlite_handle'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:222: error: `sqlite3_errmsg' was not declared in this scope
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:222: warning: unused variable 'sqlite3_errmsg'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:220: warning: unused variable 'sqlite3_exec'
C:Documents and SettingsChristianDesktopEoproxyEOserveoserv runksrcdatabase.cpp:220: warning: unused variable 'SQLITE_OK'
Process terminated with status 1 (0 minutes, 3 seconds)
13 errors, 7 warnings
can any1 tell me what i did wrong?
i followed all the instructions
| |