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

[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