[Wengophone-devel] Compilation error...

2006-07-18 Thread Eric Langevin
Hi, I got a compilation error. Before the error I have a lot of already defined warning when linking... I know that I installed/uninstalled a couple of times Qt and msvc but previously I was able to compile it. Can it be related... Someone has an idea ??? Windows XP, with qt 4.1.2, visual

[Wengophone-devel] Compilation error

2006-07-10 Thread Eric Langevin
Hi, I got this error when I try to compile wengo phone rev. on Windows XP, with qt 4.1.2, visual studio .net 2003 compiler.. AudioDevice.obj AudioDevice.cpp libs\sound\src\AudioDevice.cpp(25) : fatal error C1083: Cannot open include file : 'win32/WinAudioDevice.h': No such file or

Re: [Wengophone-devel] login problems

2006-06-26 Thread Eric Langevin
will fix very soon :) i hope -tomi On 19/Jun/2006 17:42 Eric Langevin wrote .. Hi guys, just for your information I tried with qt commercial evaluation version 4.1.2 and it doesn't work. I am not able to login. I was thinking that it was maybe my qt open source edition that cause

Re: [Wengophone-devel] scons problems...

2006-06-15 Thread Eric Langevin
Thanks a lot. It helped me! You always answers quickly and do your best to help us. It is much apreciated and it encourage to continue on the project. Best regards Eric Hello, On 6/14/06, *Eric Langevin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: File C:\Python24\scons\SCons

[Wengophone-devel] login problems

2006-06-12 Thread Eric Langevin
Hi guys, I sucessfully compiled qtwengophone revision 6559 on Windows XP, with qt 4.1.2, visual studio .net 2003 compiler. When I try to login it doesn't work and wengo phone indefinitely seems to try loggin in... I attached my log-main.txt . In my point of view it may be related to

Re: [Wengophone-devel] wengophone-ng crashed on registering

2006-05-31 Thread Eric Langevin
Hi, I have the same problems: I use revision : 5861 Program: C\projects\wengophone-ng\qtwengophone.ext Module: 4.1.2 File: c:\qt\4.1.2\src\corelib\global\qglobal.cpp Line: 2082 ASSERT failure in QMutex::unlock(): A mutex must be unlocked in the same thread that locked it., file

Re: [Wengophone-devel] Ticket #294 (defect) question...

2006-03-17 Thread Eric Langevin
how you guys work. When I will know the main strem of your ideas for the project and coding I will be able to code more efficiently... Thanks Regards Eric Julien Gilli a écrit : Hello, On 3/16/06, *Eric Langevin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'm newbe to your

[Wengophone-devel] Ticket #294 (defect) question...

2006-03-16 Thread Eric Langevin
Hi guys, I'm newbe to your project... I looked at the ticket #294 just to explore a little bit the code and be more familiar with it. Contact List: contact groups are collapsed by default. Should be expanded I added a small fix that do that in QtContactList.cpp I have a question: for

Re: [Wengophone-devel] Qt files missing

2006-03-13 Thread Eric Langevin
lot of time hacking around qt4.1.1 but it didn't work. BTW did you notice some errors while you applied the patch ? On 3/11/06, *Eric Langevin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi guys, I got another error when linking at the end when running the qt patch: (I

Re: [Wengophone-devel] Qt files missing

2006-03-13 Thread Eric Langevin
patch exist. Timing problems... :-( Thanks and sorry for the inconvenient. I'm now able to compile and run wengophone :-) Eric Hello, On 3/13/06, *Eric Langevin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: The qt patch gived on the wiki is not the latest patch available

[Wengophone-devel] visual studio .net project newbie (dummy) question

2006-03-13 Thread Eric Langevin
Hi guys, I am a new user of visual studio .net 2003 ide. I want to do a thing that is easy with visual studio 2005 express: open the existing wengophone project. From VS2005, I just do file/new/project from existing code... to import the wengophone project. There is a similar way with

Re: [Wengophone-devel] Newbie question

2006-03-10 Thread Eric Langevin
... If not I will finally switch to Visual Studio 2003 full version. :-) Thanks Eric Hello, On 3/9/06, *Eric Langevin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, for Microsoft Visual C++ Toolkit 2003 which version of boost should I have build ? |vc-7_1 or vc-7_1

[Wengophone-devel] compiling error

2006-03-10 Thread Eric Langevin
Hi, I got this error while compiling: scons: *** Source `wengophone\src\presentation\qt\wengophone.qrc.cpp' not found, needed by target `debug\wengophone\src\presentation\qt\wengophone.qrc.obj'. Stop. scons: building terminated because of errors. Do I missed some files ? I have the

Re: [Wengophone-devel] compiling error

2006-03-10 Thread Eric Langevin
Hi, apparently adding C:\MinGW\bin to my PATH environment variable helped for this error. Hi, I got this error while compiling: scons: *** Source `wengophone\src\presentation\qt\wengophone.qrc.cpp' not found, needed by target `debug\wengophone\src\presentation\qt\wengophone.qrc.obj'.

Re: [Wengophone-devel] Qt files missing

2006-03-10 Thread Eric Langevin
Hi guys, I got another error when linking at the end when running the qt patch: (I run it as qconfigure msvc.net in my visual studio .net 2003 command prompt) Generating Code... link /LIBPATH:C:\Qt\4.1.1\lib /LIBPATH:C:\Qt\4.1.1\lib /NOLOGO /BASE :0x6500 /DEBUG /DLL

Re: [Wengophone-devel] Newbie question

2006-03-09 Thread Eric Langevin
claration of 'AUTO_PROXY_SCRIPT_BUFFER' scons: *** [debug\wifo\netlib\src\netlib.obj] Error 2 Did I make someting wrong ? How I can solve this problems ? I continue to work on it... thanks Eric Hello, On 3/8/06, *Eric Langevin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: But I'm

Re: [Wengophone-devel] Newbie question

2006-03-09 Thread Eric Langevin
incomplete. I found a work around but it doesn't seem to work for me : adding msvcrtd.lib(debug) and msvcrt.lib (release). http://www.dotnet247.com/247reference/msgs/46/230976.aspx I also try to compile in release and got the same error. Eric Eric Langevin wrote: Thanks Vadim, I seems

[Wengophone-devel] Newbie question

2006-03-08 Thread Eric Langevin
Hi guys, I try to install and compile wengophone-ng from source. I followed all the steps in the wiki page: -Installed visual c++ 2005 v. 8.0.50727.42 and Microsoft Platform sdk for Windows Server 2003 SP1 -Scons(0.96.1) and python(2.4.2) -Qt (qt-win-opensource-4.1.1-mingw) and installed

Re: [Wengophone-devel] Newbie question

2006-03-08 Thread Eric Langevin
possibilities before buying Visual Studio 2003. :-) Thanks Regards Eric Hello, On 3/8/06, *Eric Langevin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I try to install and compile wengophone-ng from source. I followed all the steps in the wiki page: -Installed visual c++ 2005 v