MySQL Forums
Forum List  »  Router & Proxy

How to build MySQL Proxy with CMake on Windows
Posted by: Yoshinori Sano
Date: December 24, 2007 09:23PM

Hi, this is my first post in the forum.

I'm trying to build MySQL Proxy for Windows,
but I can't build it myself.

Actually, I tried the following steps:

1. Install CMake for Windows.
2. prompt> cd \...\mysql\mysql-proxy-0.6.0
3. prompt> cmake CMakeLists.txt
4. mysql-proxy.sln is generated.
5. Start Visual Studio 2005 with mysql-proxy.sln.
6. Build mysql-proxy solution.
7. Compilation Error occured like this:
'glib.h': No such file or directory
'unistd.h': No such file or directory

I know the dependency libraries (lua, libevent, and glib)
need to be installed before trying CMake, but I don't know
how to install these libraries and properly configure it.

Are there good documentations on how to build MySQL Proxy
with CMake on Windows, especially using Visual Studio 2005.

Any help could be appreciated.

Thanks in advance,

Options: ReplyQuote


Subject
Views
Written By
Posted
How to build MySQL Proxy with CMake on Windows
4299
December 24, 2007 09:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.