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 Visual

[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

[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

[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

[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:

[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 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 setting

[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

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 these kind of

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 need the

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: cmake

[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

[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 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

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 http://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

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

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

[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\buildbuild_nmake.bat C:\Wengo-dev\trunk\buildcmake .. -G NMake Makefiles -- Check for CL compiler version -- Check for CL

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\buildbuild_nmake.bat

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

2007-02-08 Thread Lukas Oberhuber
, 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 XP Lukas

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

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

2007-02-08 Thread Lukas Oberhuber
-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: It's unfortunately not that. I have used

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

2007-02-08 Thread Tanguy Krotoff
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 Subject: Re: [Wengophone-devel] CMake

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

2007-02-08 Thread Lukas Oberhuber
-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: It's unfortunately not that. I have

[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\buildbuild_nmake.bat

[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

[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

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

[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

[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

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

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 libportaudio is

[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\Eigene

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:

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 not found!

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 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:

[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:

[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 Windows

2006-09-11 Thread Jérôme WAGNER
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 :) -- andreas

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

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 The main

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
-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, maybe some Windows could compile WengoPhone with CMake to check if there are bugs

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

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_FRword1=sconsword2=cmake ___ Wengophone-devel mailing list

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

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 isn't

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

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 Qxxx/Qyyy scheme I changed it because you were right:

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 Qxxx/Qyyy scheme I changed it because you were right:

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

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

2006-08-14 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 tests

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 using a

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

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

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

2006-08-14 Thread Alex Savvutin
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: Are you migrating to CMake now? Will WengoSCons die? I

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