View Single Post
Old 01-07-2010, 02:54 PM   #15
ZacWolf
Member
ZacWolf began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Nov 2009
Device: stanza on iTouch, nook
OK, I followed the instructions at (installing all the apps it mentions):
http://code.google.com/p/sigil/wiki/BuildingFromSource

And when I run:
cmake -G "Visual Studio 9 2008" sigil

I'm getting:
I:\_DEV\src\Sigil>cmake -G "Visual Studio 9 2008" sigil
-- Check for working C compiler: cl
-- Check for working C compiler: cl -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: cl
-- Check for working CXX compiler: cl -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
CMake Error at I:/_DEV/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:771 (MESSAGE):
It appears you're trying to use Visual Studio with Qt built by mingw
Call Stack (most recent call first):
src/Sigil/CMakeLists.txt:31 (find_package)


-- Configuring incomplete, errors occurred!

Any advice?
THANKS for the help!
-Zac Morris
ZacWolf is offline   Reply With Quote