Andreas Schneider a écrit :
Jai Rangi wrote:
Hello I am trying to build openwengo from sources on FC5. I am getting
this error,

Hum... this is not the right list to ask these kind of questions. I am ccing the wengophone-devel list instead ([email protected]), please continue the discussion there.

Hi,

cmake -DCMAKE_BUILD_TYPE=Debug ../wengophone-2.1-RC1
Subversion svn command line not found, it is recommended to install it
CMake Error: A separate build directory is required, please create one
and run cmake from this directory
-- Configuring done

I have subversion installed. Could not find much clue on this. Can some
please point me to good source of documentation on how can I compile on
FC5.

You can safely ignore the Subversion error, it's a warning in fact, and it only works when building from a Subversion checkout, not from a downloaded tarball (it relies on the presence of .svn dirs)

You should read the output more carefully!

CMake Error: A separate build directory is required, please create one
and run cmake from this directory

cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..

Andreas: we do require a separate build dir, but I think Jan is doing it right: he ran cmake with a dir passed as the second argument, so I believe he is using a separate build dir.

Jan: what is your CMake version? To build the WengoPhone you need at least CMake 2.4.4. If your version is too old, you can grab a static binary from http://www.cmake.org.

Aurélien
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to