gena09 / sphinxsearch

Automatically exported from code.google.com/p/sphinxsearch
0 stars 0 forks source link

SphinxSE does not compile on Windows #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. follow installation guide in documentation

What is the expected output?
SphinxSE in MySql engines

What do you see instead?
No SphinxSe in MySql engines

What version of the product are you using? On what operating system?
0.0.0-rc2

Please provide any additional information below.
In file mysqlse/CMakeLists.txt change (last) line

ADD_LIBRARY(sphinx ha_sphinx.cc)

to (2 lines)

INCLUDE("${PROJECT_SOURCE_DIR}/storage/mysql_storage_engine.cmake")
MYSQL_STORAGE_ENGINE(SPHINX)

Original issue reported on code.google.com by matej.skubic@gmail.com on 28 Sep 2009 at 1:23

Attachments: