thx for the patch, just commited it, check out rev 9140

Didier LINK wrote:
Hi and happy new year !!

Le samedi 06 janvier 2007 à 20:13 +0100, Nicolas Lécureuil a écrit :
On x86_64 , i obtain : + sh build_make.sh release '-DCMAKE_C_FLAGS=-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions' -DFFMPEG_INTERNAL=OFF '-DCMAKE_CXX_FLAGS=-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions' -DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=64
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
CMake Error: Error in cmake code at
/export/home/neoclust/BUILD/wengophone-2.1/owbuild/owbuild/OWDefaultCompilerFlags.cmake:12:
Unknown CMake command "ow_check_cxx_compiler_flag".


Same for me.


someone have an idea ?

The attached patch work for me. Like the header comment said "order
matters" !! ;)

Cheers.

Didier



------------------------------------------------------------------------

Index: wengophone-2.1/owbuild/owbuild/CMakeLists.txt
===================================================================
--- wengophone-2.1/owbuild/owbuild/CMakeLists.txt       (révision 9139)
+++ wengophone-2.1/owbuild/owbuild/CMakeLists.txt       (copie de travail)
@@ -1,5 +1,6 @@
 # Warning!!! order matters
+include(OWCheckCXXCompilerFlag)
 include(OWDefaultCompilerFlags)
 include(OWDefaultConfig)
@@ -22,7 +23,6 @@
 include(OWAddSources)
 include(OWAutoconf)
 include(OWChangeInstallName)
-include(OWCheckCXXCompilerFlag)
 include(OWCheckProject)
 include(OWCopyDir)
 include(OWCopyFile)


------------------------------------------------------------------------

_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


--
Tanguy Krotoff <[EMAIL PROTECTED]>
http://openwengo.org
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to