[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] libevhtp build procedure



Hi

 

Can anybody describe the steps to build libevhtp project? I copied the source files, built the pattern matching module (onigurima), added LIBEVENT_LIBRARY path (pointing to libevent.lib) and ran cmake on main folder. But its showing following error

 

<D:\AllLibs\libevhtp-master>cmake .

Build Type: Release

Std CFLAGS:  /DWIN32 /D_WINDOWS /W3 /Zm1000 -DNO_STRNDUP -DNO_SYS_UN

Dbg CFLAGS: /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1

Rel CFLAGS: /MD /O2 /Ob2 /D NDEBUG

CMake Error at D:/Tools/cmake-2.8.10.2-win32-x86/share/cmake-2.8/Modules/FindPackageHandle

StandardArgs.cmake:97 (message):

  Could NOT find LibEvent (missing: LIBEVENT_LIBRARY)

Call Stack (most recent call first):

  D: /Tools/cmake-2.8.10.2-win32-x86/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.

cmake:291 (_FPHSA_FAILURE_MESSAGE)

  CMakeModules/FindLibEvent.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)

  CMakeLists.txt:85 (find_package)

 

 

-- Configuring incomplete, errors occurred!

 

Thanks

Prem