Re: [Wengophone-devel] cmake generator "NMake Makefiles" vs "Visual Studio 8 2005" for Visual Studio 2005

2008-03-06 Thread Darshaka Pathirana
On 05.03.2008 14:21, Tarrisse Laurent wrote: > You can create a "Makefile Projet" in Visual Studio with Makefile > generated by "cmake .. -G "NMake Makefiles" to build openwengo in the IDE Thank you! Thats good to know! But my real question is: Does anybody (with VS2005) actually use the -G "Vis

[Wengophone-devel] cmake generator "NMake Makefiles" vs "Visual Studio 8 2005" for Visual Studio 2005

2008-03-05 Thread Tarrisse Laurent
Hi ! You can create a "Makefile Projet" in Visual Studio with Makefile generated by "cmake .. -G "NMake Makefiles" to build openwengo in the IDE Laurent___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mail

[Wengophone-devel] cmake generator "NMake Makefiles" vs "Visual Studio 8 2005" for Visual Studio 2005

2008-03-04 Thread Darshaka Pathirana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! It seems that there are not so many developers out there (at least on this list) who use Visual Studio 2005. And after failing to build a Release-Version (I was able to build a Debug-Version) and after too many inconsistent documentation I am bac

[Wengophone-devel] cmake error

2008-02-04 Thread Mac OS
Hi, all . I'm beginer in openwengo project , I want to build wengo on MacOS X 10.5 and I got cmake error on my first time build. CMake Error: This project requires some variables to be set, and cmake can not find them. Please set the following variables: GLIB2_INCLUDE_DIR GLIB2_LIBRARY GLIBCONFIG

[Wengophone-devel] cmake error

2008-01-08 Thread Chris Botor
I have run cmake -DCMAKE_BUILD_TYPE=Debug -G "MinGW Makefiles" .. in my build directory, I've got this message CMake Error: This project requires some variables to be set, and cmake can not find them. Please set the following variables: BOOST_PROGRAM_OPTIONS_LIBRARY how do I correct this error?

[Wengophone-devel] CMake documentation

2007-10-08 Thread Aurélien Gâteau
This is a bit off-topic, but I just wanted to let you know I wrote a little script to generate a cross-referenced HTML version of the CMake documentation, and optionally integrate it in Qt Assistant. If you want to give it a try, it's here: http://qt-apps.org/content/show.php/CMake2assistant?con

Re: [Wengophone-devel] cmake build error

2007-09-26 Thread Mangesh Kulkarni
Mangesh Kulkarni wrote: > CMake Error: Please install the Boost libraries and development packages > -- Configuring done > > Though the boost libraries are there in /usr/local/bin, still Im getting > this error. > Please suggest me what could be the reason for this error. > Try setting BOOST_

Re: [Wengophone-devel] cmake build error

2007-09-26 Thread Dave Neary
Hi Mangesh, Mangesh Kulkarni wrote: > CMake Error: Please install the Boost libraries and development packages > -- Configuring done > > Though the boost libraries are there in /usr/local/bin, still Im getting > this error. > Please suggest me what could be the reason for this error. Try settin

[Wengophone-devel] cmake build error

2007-09-26 Thread Mangesh Kulkarni
Hello, I'm trying to build wengophone-2.1. I have installed most of the libraries required to install the wengophone. Now when I do cmake -DCMAKE_BUILD_TYPE=Debug .. in wengophone-2.1/build directory I get following error. -- OS: Linux-2.6.16.21-0.25-smp -- Processor: i686 -- Compiler: /

Re: [Wengophone-devel] cmake fails building wengophone 2.1 on windows

2007-09-20 Thread Andreas Schneider
Johan Öhrn wrote: > Here's the directory listing: > Thanks. I've fixed it in wengophone-2.2 branch. If you compile wengophone please compile 2.2 we need testing in this branch. Thanks, -- andreas ___ Wengophone-devel mailing list Wengophone-d

Re: [Wengophone-devel] cmake fails building wengophone 2.1 on windows

2007-09-20 Thread Johan �hrn
Here's the directory listing: D:\L\INCLUDE\boost\boost_1_34_1\lib>ls -lR .: total 1011144 -rwx--+ 1 Johan None49152 Aug 4 11:06 boost_date_time-vc80-mt-1_34_1.dll -rwx--+ 1 Johan None27230 Aug 4 11:06 boost_date_time-vc80-mt-1_34_1.lib -rwx--+ 1 Johan None86016 Aug 4

Re: [Wengophone-devel] cmake fails building wengophone 2.1 on windows

2007-09-20 Thread Andreas Schneider
Johan Öhrn wrote: > Hi, Hello, > > I have set the following environment variables: > @set BOOSTINCLUDEDIR=D:\L\INCLUDE\boost\boost_1_34_1 > @set BOOSTLIBDIR=D:\L\INCLUDE\boost\boost_1_34_1\lib > @set BOOST_ROOT=D:\L\INCLUDE\boost\boost_1_34_1 please post a directory list of the libraries. I ne

Re: [Wengophone-devel] cmake fails building wengophone 2.1 on windows

2007-09-20 Thread Johan �hrn
ENV{BOOSTINCLUDEDIR} C:/boost/lib $ENV{BOOST_ROOT}/lib $ENV{BOOSTLIBDIR} D:/L/INCLUDE/boost/boost_1_34_1 ) What must I do so that cmake find boost? Thanks! / Johan From: Andreas Schneider <[EMAIL PROTECTED]> To: Wengophone Devel list Subject: Re: [Wengophone-devel] cm

Re: [Wengophone-devel] cmake fails building wengophone 2.1 on windows

2007-09-20 Thread Andreas Schneider
Johan Öhrn wrote: > Hi, Hello, > > I'm following the build instructions trying to build wengophone for > windows. I want to fix ticket #1766! > > I have checked out the following source: > https://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-2.1 > > > > At first I got th

[Wengophone-devel] cmake fails building wengophone 2.1 on windows

2007-09-20 Thread Johan �hrn
Hi, I'm following the build instructions trying to build wengophone for windows. I want to fix ticket #1766! I have checked out the following source: https://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-2.1 At first I got these kind of errors: CMake Error: Error in cmak

Re: [Wengophone-devel] CMake Build Process

2007-05-05 Thread Mathieu Stute
On Saturday 05 May 2007 03:28, Dan Sandberg wrote: > I found this page: > > http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/OWBuildWengoPhone > > Which describes the process but I still had problems following its > instructions: > > "Go to the build directory using a shell terminal and run: >

[Wengophone-devel] CMake Build Process

2007-05-04 Thread Dan Sandberg
I found this page: http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/OWBuildWengoPhone Which describes the process but I still had problems following its instructions: "Go to the build directory using a shell terminal and run: cmake .. make" Don't work. There is no Makefile generated by '

[Wengophone-devel] CMake Build Process

2007-05-04 Thread Dan Sandberg
I tried building 2.1RC2 on Linux using CMake for the first time and have a quick question: I ran ( from $WENGO/build ): ./build_make.sh --build final It ended with: -- Generating done -- Build files have been written to: /home/dsandber/telbot/software/wengo-2.1rc2make: *** No targets specified a

[Wengophone-devel] CMake doc beautifier

2007-04-06 Thread Aurélien Gâteau
Just for information: in case you are spending too much time wandering through CMake documentation, I created a little script which you might find handy: it creates an hyperlinked version of CMake doc. You can find it here: https://dev.openwengo.org/svn/openwengo/playground/beautifycmakedoc Ru

Re: [Wengophone-devel] CMake Problem

2007-03-03 Thread Dave Neary
Hi, build_nmake.bat will build the makefiles - you then need to run nmake to build the wengophone - I didn't see any errors during the cmake invocation, so you should give it a go. Cheers, Dave. George Lee wrote: > Hi Dave > > It looks like wengophone.exe did not build. I thought build_nmake.

Re: [Wengophone-devel] CMake Problem

2007-03-03 Thread George Lee
Hi Dave It looks like wengophone.exe did not build. I thought build_nmake.bat will build it. Am I missing and command options? Any subsequent commands that I need to build it? Do I need to use scon instead? I wuold like to have the list of commands using CMake to build wengophone installer using

Re: [Wengophone-devel] CMake Problem

2007-03-03 Thread Dave Neary
Hi George, George Lee wrote: > This is my first time to build wengophone using VC.NET > 2003. I have the following output when using cmake on the VC command > prompt. Please help. What's your problem, exactly? Cheers, Dave. -- Dave Neary OpenWengo Community Development Manager

[Wengophone-devel] CMake Problem

2007-03-02 Thread George Lee
Hi, This is my first time to build wengophone using VC.NET 2003. I have the following output when using cmake on the VC command prompt. Please help. C:\Wengo-dev\trunk\build>build_nmake.bat C:\Wengo-dev\trunk\build>cmake .. -G "NMake Makefiles" -- Check for CL compiler version -- Check for CL c

RE: [Wengophone-devel] CMake build fails for me on windows XP

2007-02-08 Thread Lukas Oberhuber
k me a long time to realize that the \cmake\Modules directory is the > wengophone\cmake\Modules. > > > -Lukas > > -Original Message- > From: Tanguy Krotoff [mailto:[EMAIL PROTECTED] > Sent: 08 February 2007 14:11 > To: Lukas Oberhuber > Cc: wengophone-devel@lists

Re: [Wengophone-devel] CMake build fails for me on windows XP

2007-02-08 Thread Tanguy Krotoff
g Cmake 2.4 It took me a long time to realize that the \cmake\Modules directory is the wengophone\cmake\Modules. -Lukas -Original Message- From: Tanguy Krotoff [mailto:[EMAIL PROTECTED] Sent: 08 February 2007 14:11 To: Lukas Oberhuber Cc: wengophone-devel@lists.openwengo.com Subj

RE: [Wengophone-devel] CMake build fails for me on windows XP

2007-02-08 Thread Lukas Oberhuber
ectory is the wengophone\cmake\Modules. -Lukas -Original Message- From: Tanguy Krotoff [mailto:[EMAIL PROTECTED] Sent: 08 February 2007 14:11 To: Lukas Oberhuber Cc: wengophone-devel@lists.openwengo.com Subject: Re: [Wengophone-devel] CMake build fails for me on windows XP Lukas Oberhuber wrote:

Re: [Wengophone-devel] CMake build fails for me on windows XP

2007-02-08 Thread Tanguy Krotoff
Lukas Oberhuber wrote: It's unfortunately not that. I have used the Visual C Command prompt (as I mentioned below). My environment is fine. They only slightly strange thing is that I installed the free VC++ and then Visual Studio on top of that. But so far I have not had any problems related to t

RE: [Wengophone-devel] CMake build fails for me on windows XP

2007-02-08 Thread Lukas Oberhuber
the error, and there are other instances, though no fixes. -Lukas -Original Message- From: Tanguy Krotoff [mailto:[EMAIL PROTECTED] Sent: 08 February 2007 11:59 To: Lukas Oberhuber Cc: wengophone-devel@lists.openwengo.com Subject: Re: [Wengophone-devel] CMake build fails for me on windows

Re: [Wengophone-devel] CMake build fails for me on windows XP

2007-02-08 Thread Tanguy Krotoff
Lukas Oberhuber wrote: It’s my turn to have problems with the cmake build. Hopefully someone has seen this before and has an answer. Scons works in similar situation. Here is the error from inside the MSVC2005 Command prompt: D:\Voip\workspace\wengophone_base2\build>build_nmake.bat D:\Voip\wo

[Wengophone-devel] CMake build fails for me on windows XP

2007-02-07 Thread Lukas Oberhuber
Hi, It's my turn to have problems with the cmake build. Hopefully someone has seen this before and has an answer. Scons works in similar situation. Here is the error from inside the MSVC2005 Command prompt: D:\Voip\workspace\wengophone_base2\build>build_nmake.bat D:\Voip\workspace\weng

[Wengophone-devel] CMake and CPack

2007-01-26 Thread Philippe BERNERY
Hi all, I made some tests to include CPack support on our project. CPack "simplifies" the packaging of project made with CMake by giving a platform-independent way of describing such a package. However, I disovered that only one package can be declared (automatically named 'package') and it t

RE: [Wengophone-devel] Cmake 2.1 error - Unmatched if

2007-01-24 Thread Jaya Meghani
Sent: Wednesday, January 24, 2007 10:24 AM > To: wengophone-devel@lists.openwengo.com > Subject: [Wengophone-devel] Cmake 2.1 error - Unmatched if > > Hi, > > Windows XP,VS 2005, CMake 2.4 > > Command used: > > C:\Wengo\Wengo2.1\build>build_nmake.ba

Re: [Wengophone-devel] Cmake 2.1 error - Unmatched if

2007-01-24 Thread Xavier Desjardins
> Hi, > > Windows XP,VS 2005, CMake 2.4 > > Command used: > > C:\Wengo\Wengo2.1\build>build_nmake.bat release > QT_QMAKE_EXECUTABLE=C:\Qt\4.1.2\bin\qmake.exe > > > I get the following error: > > C:\Wengo\Wengo2.1\build>cmake .. -DCMAKE_VERBOSE_MAKEFILE=1 -G "NMake > Makefiles" > > -- Check for CL c

[Wengophone-devel] Cmake 2.1 error - Unmatched if

2007-01-24 Thread Jaya Meghani
Hi, Windows XP,VS 2005, CMake 2.4 Command used: C:\Wengo\Wengo2.1\build>build_nmake.bat release QT_QMAKE_EXECUTABLE=C:\Qt\4.1.2\bin\qmake.exe I get the following error: C:\Wengo\Wengo2.1\build>cmake .. -DCMAKE_VERBOSE_MAKEFILE=1 -G "NMake Makefiles" -- Check for CL compiler version -- Check

Re: [Wengophone-devel] CMake/OWBuild state + doc

2007-01-10 Thread Tanguy Krotoff
Andreas Schneider wrote: Doesn't work fine for me Yes we know! The SCons modification is a ugly By the way I have some problems now on my Linux box with the new FindBoost.cmake, I doing some tests -- Tanguy Krotoff <[EMAIL PROTECTED]> http://openwengo.org ___

Re: [Wengophone-devel] CMake/OWBuild state + doc

2007-01-10 Thread Andreas Schneider
Tanguy Krotoff wrote: > Here we go: > > Full API documentation for OWBuild: > http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/OWBuild > > How to build WengoPhone using CMake/OWBuild: > http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/OWBuildWengoPhone > (I've created a new page since H

[Wengophone-devel] CMake/OWBuild state + doc

2007-01-10 Thread Tanguy Krotoff
Here we go: Full API documentation for OWBuild: http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/OWBuild How to build WengoPhone using CMake/OWBuild: http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/OWBuildWengoPhone (I've created a new page since HowToBuildFromSourceNg is now indigest

[Wengophone-devel] CMake/OWBuild support on branch 2.1

2006-12-11 Thread Tanguy Krotoff
Hi hackers I've just commited CMake support on branch 2.1, it is a backport from trunk. It has been tested under Windows and I hope that MacOSX and Linux will work soon too (shouldn't be a big problem anyway since trunk already compiles under Linux and MacOSX). In a few days/weeks CMake/OWBuil

Re: [Wengophone-devel] CMake on Window XP error: owwebcam.pdb????

2006-12-04 Thread Tanguy Krotoff
On trunk or branch-2.0?? Romain Bouani wrote: Hi guys I cannot compile using CMake on XP. following error is showed: Linking CXX shared library owwebcam.dll Creating library owwebcam.lib and object owwebcam.exp LINK : warning LNK4089: all references to 'USER32.dll' discarded by /OPT:REF Erro

[Wengophone-devel] CMake on Window XP error: owwebcam.pdb????

2006-12-03 Thread Romain Bouani
Hi guys I cannot compile using CMake on XP. following error is showed: Linking CXX shared library owwebcam.dll Creating library owwebcam.lib and object owwebcam.exp LINK : warning LNK4089: all references to 'USER32.dll' discarded by /OPT:REF Error copying file (if different) from "E:openwengo_n

Re: [Wengophone-devel] CMake support on trunk

2006-11-23 Thread Philippe BERNERY
Le 23 nov. 06 à 11:03, Tanguy Krotoff a écrit : Support reached a state where everybody can use it under Windows and MacOSX. There has still a bug with OpenSSL under Linux. The OpenSSL but has been fixed by Andreas yesterday. However I've still a problem on my linux box: it seems that moc d

[Wengophone-devel] CMake support on trunk

2006-11-23 Thread Tanguy Krotoff
Hi everybody Most of you know already that we have been working on CMake support. Support reached a state where everybody can use it under Windows and MacOSX. There has still a bug with OpenSSL under Linux. When everybody will feel confident with CMake support, we will remove SCons support fr

Re: [Wengophone-devel] cmake: compilation against internal portaudio if no system portaudio installed

2006-11-16 Thread Andreas Schneider
Ludovico Cavedon wrote: > On Wed, 2006-11-15 at 23:03 +0100, Andreas Schneider wrote: >> Ludovico Cavedon wrote: >>> I created ticket >>> http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/1166 >>> >>> - >>> Under Linux, I noticed that building with cmake will fail if no system >>>

[Wengophone-devel] cmake: compilation against internal portaudio if no system portaudio installed

2006-11-15 Thread Ludovico Cavedon
I created ticket http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/1166 - Under Linux, I noticed that building with cmake will fail if no system libportaudio is installed. However libportaudio v19 is required, which is usually not shipped with common linux distributions, because

Re: [Wengophone-devel] cmake windows

2006-10-05 Thread Andreas Schneider
Klaus Darilion wrote: > Hi! Hi Klaus, > > Should cmake work under windows? It has problems finding boost, which > worked fine with scons: I'm a Linux user, I don't own a windows copy so it is the task of Tanguy to do it. But feel free to contribute :) > > C:\Dokumente und Einstellungen\klaus\E

[Wengophone-devel] cmake windows

2006-10-05 Thread Klaus Darilion
Hi! Should cmake work under windows? It has problems finding boost, which worked fine with scons: C:\Dokumente und Einstellungen\klaus\Eigene Dateien\Visual Studio Projects\openwengo\trunk>cmake . -- Generating subversion revison -- Found Qt-Version 4.1.2 CMake Error: Error in cmake code at

Re: [Wengophone-devel] CMake Platforms

2006-10-04 Thread Andreas Schneider
mstute wrote: > Le Dimanche 24 Septembre 2006 11:58, Andreas Schneider a écrit : >> Please test CMake on other platforms now. >> >> MacOSX >> Windows >> (FreeBSD) >> >> Submit bugs to the ticket system assigned to me or commit them to the >> svn if you have access ;). Don't forget to be precise: >>

Re: [Wengophone-devel] Cmake pb with Wengophone

2006-10-04 Thread Nicolas Lécureuil
Le mercredi 4 octobre 2006 11:47, vous avez écrit : > Nicolas Lécureuil wrote: > > Just done a new checkout from the svn and cmake doesn't find Qt4 whereas > > sons does :/ > > > > $ echo $QTDIR > > /usr/lib/qt4/ > > > > $ sh build/build_make.sh configure > > CMake Error: Error in cmake code at >

Re: [Wengophone-devel] Cmake pb with Wengophone

2006-10-04 Thread Andreas Schneider
Nicolas Lécureuil wrote: > Just done a new checkout from the svn and cmake doesn't find Qt4 whereas > sons > does :/ > > $ echo $QTDIR > /usr/lib/qt4/ > > $ sh build/build_make.sh configure > CMake Error: Error in cmake code at > /usr/share/CMake/Modules/FindQt4.cmake:857: > MESSAGE Qt qmake n

Re: [Wengophone-devel] CMake Platforms

2006-10-04 Thread mstute
Le Dimanche 24 Septembre 2006 11:58, Andreas Schneider a écrit : > Please test CMake on other platforms now. > > MacOSX > Windows > (FreeBSD) > > Submit bugs to the ticket system assigned to me or commit them to the > svn if you have access ;). Don't forget to be precise: > > http://www.catb.org/~e

[Wengophone-devel] Cmake pb with Wengophone

2006-09-25 Thread Nicolas Lécureuil
Just done a new checkout from the svn and cmake doesn't find Qt4 whereas sons does :/ $ echo $QTDIR /usr/lib/qt4/ $ sh build/build_make.sh configure CMake Error: Error in cmake code at /usr/share/CMake/Modules/FindQt4.cmake:857: MESSAGE Qt qmake not found! Current CMake stack: /home/neoclust/

Re: [Wengophone-devel] CMake Platforms

2006-09-25 Thread Philippe BERNERY
Le 24 sept. 06 à 11:58, Andreas Schneider a écrit : Please test CMake on other platforms now. MacOSX Windows (FreeBSD) Submit bugs to the ticket system assigned to me or commit them to the svn if you have access ;). Don't forget to be precise: http://www.catb.org/~esr/faqs/smart-questions.htm

[Wengophone-devel] CMake Platforms

2006-09-24 Thread Andreas Schneider
Please test CMake on other platforms now. MacOSX Windows (FreeBSD) Submit bugs to the ticket system assigned to me or commit them to the svn if you have access ;). Don't forget to be precise: http://www.catb.org/~esr/faqs/smart-questions.html#beprecise -- andreas -- http://www.cynaps

[Wengophone-devel] CMake

2006-09-18 Thread Philippe BERNERY
Hi Andreas,I saw that you commited the CMakeLists.h for qtwengophone. Good work!!I tried to compile it on Mac OS X. I made some changes in CMakeLists.h to fix some issues (that I haven't commited yet). I deactived the search for GTK 2 on Mac OS X as it is not needed on this platform. However the Fi

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Vadim Lebedev
Andreas Schneider wrote: Vadim Lebedev wrote: Hello, I've promised some time ago to show my SCons based build system Here it is: There is BuildJob.py module in Env directory which holds the main functionality I'm attaching also the main SConstruct and SConscript file and minua/SConscrip

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
Tanguy Krotoff wrote: > Andreas Schneider wrote: >> maybe some Windows could compile WengoPhone with CMake to check if there >> are bugs. > > There is no FindPortAudioInternal so under Windows it fails (libsound > needs PortAudio under win32), I didn't had time to check it more. > Yes, portaudio

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Tanguy Krotoff
Andreas Schneider wrote: maybe some Windows could compile WengoPhone with CMake to check if there are bugs. There is no FindPortAudioInternal so under Windows it fails (libsound needs PortAudio under win32), I didn't had time to check it more. Also do you know why at startup CMake check seve

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Sebastien Tricaud
Tanguy Krotoff wrote: > Andreas Schneider wrote: >> in short: scons sucks! > > time to fight!!! > Then, cmake wins 16000 results ahead. http://www.googlefight.com/index.php?lang=fr_FR&word1=scons&word2=cmake ___ Wengophone-devel mailing list Wengophone-d

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Tanguy Krotoff
Andreas Schneider wrote: in short: scons sucks! time to fight!!! :D -- Tanguy Krotoff <[EMAIL PROTECTED]> http://openwengo.org ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mailman/listinfo/wengophon

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Sebastien Tricaud
Andreas Schneider wrote: Hello Andreas, > > The advantages of CMake: > > * libsuffix handling (lib64) by default > * easy package finding > * you can build only one component e.g. "make phapi" > scons phapi works the same way. However I prefer makefiles so that I can go to a subdirectory and

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
) -- andreas > Jérôme > > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] De la part de Andreas > Schneider > Envoyé : lundi 11 septembre 2006 10:34 > À : WengoDevel > Objet : [Wengophone-devel] CMake Windows > > Hi, >

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
Vadim Lebedev wrote: > Hello, > > I've promised some time ago to show my SCons based build system > > Here it is: > > > There is BuildJob.py module in Env directory which holds the main > functionality > > I'm attaching also the main SConstruct and SConscript file and > minua/SConscript > >

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Vadim Lebedev
Hello, I've promised some time ago to show my SCons based build system Here it is: There is BuildJob.py module in Env directory which holds the main functionality I'm attaching also the main SConstruct and SConscript file and minua/SConscript The main advantage over WengoScons 1) It is

RE: [Wengophone-devel] CMake Windows

2006-09-11 Thread Jérôme WAGNER
D] De la part de Andreas Schneider Envoyé : lundi 11 septembre 2006 10:34 À : WengoDevel Objet : [Wengophone-devel] CMake Windows Hi, maybe some Windows could compile WengoPhone with CMake to check if there are bugs. r7439 should work. Attached is a picture of the dependencies :) -- an

[Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
Hi, maybe some Windows could compile WengoPhone with CMake to check if there are bugs. r7439 should work. Attached is a picture of the dependencies :) -- andreas -- http://www.cynapses.org/ - cybernetic synapses signature.asc Description: OpenPGP digital signature

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Andreas Schneider
Tanguy Krotoff wrote: > Vadim Lebedev wrote: >> with my new Scons based build system i build phapi in: >> 2min46sec on Linux >> this includes phapi, osip,exosip,ortp,portaudio, curl,httpunnel >> owutil, owcutil, pixertoool, speex, ilbc > > and with the old one ? > Give me your new SCons and I wil

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: with my new Scons based build system i build phapi in: 2min46sec on Linux this includes phapi, osip,exosip,ortp,portaudio, curl,httpunnel owutil, owcutil, pixertoool, speex, ilbc and with the old one ? Give me your new SCons and I will compare :)

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: with my new Scons based build system i build phapi in: 2min46sec on Linux this includes phapi, osip,exosip,ortp,portaudio, curl,httpunnel owutil, owcutil, pixertoool, speex, ilbc and with the old one ? Give me your new SCons and I will compare :)

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Sebastien Tricaud
I believe this is not just a matter of mine is faster that yours. As long as we don't make our own building system, we depend on third party improvements. However I don't see any problem of having several building systems that don't mess up each other. str. Tanguy Krotoff wrote: > Vadim Lebed

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Tanguy Krotoff
Vadim Lebedev wrote: with my new Scons based build system i build phapi in: 2min46sec on Linux this includes phapi, osip,exosip,ortp,portaudio, curl,httpunnel owutil, owcutil, pixertoool, speex, ilbc and with the old one ? Give me your new SCons and I will compare :) To try CMake under Windo

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Vadim Lebedev
Tanguy Krotoff wrote: Vadim Lebedev wrote: Another point i've mentioned long time ago: is suboptimal way to use QT include file names, in my tests i've was able to achieve 30%-70% compile time boost using #include scheme I changed it because you were right: http://dev.openwengo.com/tra

Re: [Wengophone-devel] cmake?!!?

2006-08-23 Thread Tanguy Krotoff
Vadim Lebedev wrote: Another point i've mentioned long time ago: is suboptimal way to use QT include file names, in my tests i've was able to achieve 30%-70% compile time boost using #include scheme I changed it because you were right: http://dev.openwengo.com/trac/openwengo/trac.cgi/chang

Re: [Wengophone-devel] cmake?!!?

2006-08-21 Thread Tanguy Krotoff
Gianluca Sforna wrote: Andreas is darned right here: this would be only the last case of "open"wengo embracing a new exciting and empowering technology without prioir notice to the community. tsss... I test CMake to see if it is good, if it works well, if it fits our needs. KDE switch to CMake

Re[2]: [Wengophone-devel] cmake?!!?

2006-08-14 Thread Alex Savvutin
t;Gianluca Sforna" <[EMAIL PROTECTED]> To: "Tanguy Krotoff" <[EMAIL PROTECTED]> Date: Mon, 14 Aug 2006 08:54:15 +0200 Subject: Re: [Wengophone-devel] cmake?!!? > > On 8/11/06, Tanguy Krotoff <[EMAIL PROTECTED]> wrote: > > Andreas Schneider wrote:

Re: [Wengophone-devel] cmake?!!?

2006-08-14 Thread Gianluca Sforna
On 8/14/06, Vadim Lebedev <[EMAIL PROTECTED]> wrote: I believe SCons is quite adequate for this task, The problem that openwengo uses it in REALLY suboptimal way In my own branch of wifo i've scrapped wengoscons and implemented much lighter approach and i've got 3-fold compile time boost

Re: [Wengophone-devel] cmake?!!?

2006-08-14 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've taken a look at cmake and it is really cool. * easy to write * really really fast (forget scons) * handles libsuffix on x86_64 by default * module system * we can use modules from KDE4 project I've migrated lomoco to cmake on the weekend http:/

Re: [Wengophone-devel] cmake?!!?

2006-08-14 Thread Vadim Lebedev
Gianluca Sforna wrote: On 8/11/06, Tanguy Krotoff <[EMAIL PROTECTED]> wrote: Andreas Schneider wrote: > Are you migrating to CMake now? > > Will WengoSCons die? > > I thought this is OpenWengo *open*, so it would be great if you would > discuss changes, like u

Re: [Wengophone-devel] cmake?!!?

2006-08-13 Thread Gianluca Sforna
On 8/11/06, Tanguy Krotoff <[EMAIL PROTECTED]> wrote: Andreas Schneider wrote: > Are you migrating to CMake now? > > Will WengoSCons die? > > I thought this is OpenWengo *open*, so it would be great if you would > discuss changes, like using a new build system. It's 11pm here and I'm making some

Re: [Wengophone-devel] cmake?!!?

2006-08-11 Thread Tanguy Krotoff
Andreas Schneider wrote: Are you migrating to CMake now? Will WengoSCons die? I thought this is OpenWengo *open*, so it would be great if you would discuss changes, like using a new build system. It's 11pm here and I'm making some tests with cmake WengoSCons/SCons is too slow and I start to l

[Wengophone-devel] cmake?!!?

2006-08-11 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Are you migrating to CMake now? Will WengoSCons die? I thought this is OpenWengo *open*, so it would be great if you would discuss changes, like using a new build system. Best regards, -- andreas - -- http://www.cynapses.org/ - cybernetic