Re: [Wengophone-devel] SCons on trunk

2006-12-28 Thread Dave Neary

Hi Jaya,

Jaya Meghani wrote:
 It uses command:
 ./build_make.sh release QT_QMAKE_EXECUTABLE=/usr/local/qt4/bin/qmake 
 
 Is this for building? Also how can I build qtwengophone-nsis-installer
 on this?

According to what I have been told, once you have run cmake on the
trunk, make install will create the NSIS installer for you on Windows.
The same call on Mac generates a .app and on Linux, it installs the
application in the system.

Cheers,
Dave.

-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


RE: [Wengophone-devel] SCons on trunk

2006-12-21 Thread Lukas Oberhuber
I think I use
scons qtwengophone qtwengophone-translations
scons qtwengophone-nsis-installer-without-pdb

As the two commands, so maybe that will work for you. I also use the 2.0
branch only.

-Lukas
 
Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED] 
Sent: 20 December 2006 19:12
To: Lukas Oberhuber
Cc: wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

Thanks for help.
I tried building again using the files you provided.
If I use Visual Studio command prompt - Two commands Tanguy Krotoff
provided
Command 1:
scons qtwengophone qtwengophone-translations owcrashreport wenboxplugin
phspeexplugin phamrplugin multiimwrapper=1 phapiwrapper=0 mode=release
nobuildid=0
Command 2:
scons qtwengophone-nsis-installer
qtwengophone-nsis-installer-without-pdb owcrashreport wenboxplugin
multiimwrapper=1 phapiwrapper=0 mode=release nobuildid=0

I get error.

Also with Visual Studio build, I get same error 
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'

I looked up google for this error, think in some Python script file +
operator is used and it gets 'NoneType' and 'str'.
Since the debugger does not give any details, its very hard to find the
source of error.


Am kind of stuck.

Regards,
Jaya

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 20, 2006 12:23 PM
To: Jaya Meghani
Cc: wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

Jaya,

I don't remember exactly, but I think we removed a bunch of non-core
files such as crash dump.

Here are my nsis files (the non-core files are commented out):

Could you be so good as to create patches and distrib to the list?...my
system doesn't work when creating patches of checked in code...

These are based on Wengophone 2.0 branch.

Hope this helps,

-Lukas
 
Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 19 December 2006 19:04
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

Where you able to build installer?
When I build it through IDE, I get:

scons: done reading SConscript files.
scons: Building targets ...
scons: building terminated because of errors.
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\thread\tests\SConscript'
File libs\util\thread\SConscript, line 22, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\http\tests\SConscript'
File libs\util\http\SConscript, line 43, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\serialization\tests\SConscript'
File libs\util\serialization\SConscript, line 19, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\serializer\tests\SConscript'
File libs\util\serializer\SConscript, line 23, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\settings\tests\SConscript'
File libs\util\settings\SConscript, line 26, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\memorydump\tests\SConscript'
File libs\util\memorydump\SConscript, line 23, in ?
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'
Project : error PRJ0002 : Error result 1 returned from
'C:\WINDOWS\system32\cmd.exe'.

*

Dunno whats the error about:
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'

Any idea?

Thanks again :),
Jaya


-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 7:05 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

Nothing really comes to mind. I haven't been able to get pdb files for
the QT dlls, but for everything else it seems to be fine. You should
make sure that the .pdb files are being copied into the release-symbols
folder. The other thing is that sometimes the breakpoints can't be put
where you want them to be (because of optimisation). I've been able to
break in QtContact.cpp so not sure what the problem there is.

-Lukas

Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 19:51
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

I am basically interested in debugging presentation/qt files.
Whenevr I put a breakpoint say in QtContact.cpp, I get errors like:
Breakpoints will not be currently hit. No symbols loaded for this
document

I read about it  on google but no luck yet. You got any such problems??

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 2:36 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

cool

-Lukas


-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 19:19
To: Jaya Meghani; Lukas Oberhuber
Cc: [EMAIL PROTECTED]
Subject: RE: [Wengophone-devel] SCons on trunk

Hi,

I got the problem

RE: [Wengophone-devel] SCons on trunk

2006-12-20 Thread Lukas Oberhuber
Jaya,

I don't remember exactly, but I think we removed a bunch of non-core files
such as crash dump.

Here are my nsis files (the non-core files are commented out):

Could you be so good as to create patches and distrib to the list?...my
system doesn't work when creating patches of checked in code...

These are based on Wengophone 2.0 branch.

Hope this helps,

-Lukas
 
Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED] 
Sent: 19 December 2006 19:04
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

Where you able to build installer?
When I build it through IDE, I get:

scons: done reading SConscript files.
scons: Building targets ...
scons: building terminated because of errors.
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\thread\tests\SConscript'
File libs\util\thread\SConscript, line 22, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\http\tests\SConscript'
File libs\util\http\SConscript, line 43, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\serialization\tests\SConscript'
File libs\util\serialization\SConscript, line 19, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\serializer\tests\SConscript'
File libs\util\serializer\SConscript, line 23, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\settings\tests\SConscript'
File libs\util\settings\SConscript, line 26, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\memorydump\tests\SConscript'
File libs\util\memorydump\SConscript, line 23, in ?
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'
Project : error PRJ0002 : Error result 1 returned from
'C:\WINDOWS\system32\cmd.exe'.

*

Dunno whats the error about:
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'

Any idea?

Thanks again :),
Jaya


-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 7:05 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

Nothing really comes to mind. I haven't been able to get pdb files for
the QT dlls, but for everything else it seems to be fine. You should
make sure that the .pdb files are being copied into the release-symbols
folder. The other thing is that sometimes the breakpoints can't be put
where you want them to be (because of optimisation). I've been able to
break in QtContact.cpp so not sure what the problem there is.

-Lukas

Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 19:51
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

I am basically interested in debugging presentation/qt files.
Whenevr I put a breakpoint say in QtContact.cpp, I get errors like:
Breakpoints will not be currently hit. No symbols loaded for this
document

I read about it  on google but no luck yet. You got any such problems??

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 2:36 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

cool

-Lukas


-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 19:19
To: Jaya Meghani; Lukas Oberhuber
Cc: [EMAIL PROTECTED]
Subject: RE: [Wengophone-devel] SCons on trunk

Hi,

I got the problem. Project Properties- had Web Service Debugger set
somehow. I changed it to Local Windows Debugger.

Thanks,
J

-Original Message-
From: Jaya Meghani
Sent: Monday, December 18, 2006 2:02 PM
To: 'Lukas Oberhuber'
Cc: [EMAIL PROTECTED]
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

I could successfully build. Now when I put a breakpoint and say F5. I
get a dialog box:

- Executable filename - I choose qtwengophone.exe here -URL where the
project can be accessed (ATL server Only):

What should I specify in URL where the project can be accessed (ATL
server Only):
If I specify path of VCCWengo.vcproj, it says Cannot start debugging.

Thanks again for your help.

Regards,
Jaya

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 1:37 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

No problem.

-Lukas

Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 15:06
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Thanks so much. I am building the project right now using IDE.

Regards,
Jaya

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 17, 2006 2:07 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

Win32 Include files
C:\Program Files\Microsoft Platform SDK for Windows Server 2003
R2\Include C:\Program Files\Microsoft DirectX SDK\Include

Win32 Library files
C:\Program Files

Re: [Wengophone-devel] SCons on trunk

2006-12-20 Thread EdPimentl

The take here would be, unless one must have/need Wengophone 2.0 branch
which uses SconsSave yourself lots of headaches and compile with
OWP 2.1and use CMAKE..
-E

On 12/20/06, Lukas Oberhuber [EMAIL PROTECTED] wrote:


Jaya,

I don't remember exactly, but I think we removed a bunch of non-core files
such as crash dump.

Here are my nsis files (the non-core files are commented out):

Could you be so good as to create patches and distrib to the list?...my
system doesn't work when creating patches of checked in code...

These are based on Wengophone 2.0 branch.

Hope this helps,

-Lukas

Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 19 December 2006 19:04
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

Where you able to build installer?
When I build it through IDE, I get:

scons: done reading SConscript files.
scons: Building targets ...
scons: building terminated because of errors.
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\thread\tests\SConscript'
File libs\util\thread\SConscript, line 22, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\http\tests\SConscript'
File libs\util\http\SConscript, line 43, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\serialization\tests\SConscript'
File libs\util\serialization\SConscript, line 19, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\serializer\tests\SConscript'
File libs\util\serializer\SConscript, line 23, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\settings\tests\SConscript'
File libs\util\settings\SConscript, line 26, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\memorydump\tests\SConscript'
File libs\util\memorydump\SConscript, line 23, in ?
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'
Project : error PRJ0002 : Error result 1 returned from
'C:\WINDOWS\system32\cmd.exe'.

*

Dunno whats the error about:
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'

Any idea?

Thanks again :),
Jaya


-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 7:05 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

Nothing really comes to mind. I haven't been able to get pdb files for
the QT dlls, but for everything else it seems to be fine. You should
make sure that the .pdb files are being copied into the release-symbols
folder. The other thing is that sometimes the breakpoints can't be put
where you want them to be (because of optimisation). I've been able to
break in QtContact.cpp so not sure what the problem there is.

-Lukas

Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 19:51
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

I am basically interested in debugging presentation/qt files.
Whenevr I put a breakpoint say in QtContact.cpp, I get errors like:
Breakpoints will not be currently hit. No symbols loaded for this
document

I read about it  on google but no luck yet. You got any such problems??

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 2:36 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

cool

-Lukas


-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 19:19
To: Jaya Meghani; Lukas Oberhuber
Cc: [EMAIL PROTECTED]
Subject: RE: [Wengophone-devel] SCons on trunk

Hi,

I got the problem. Project Properties- had Web Service Debugger set
somehow. I changed it to Local Windows Debugger.

Thanks,
J

-Original Message-
From: Jaya Meghani
Sent: Monday, December 18, 2006 2:02 PM
To: 'Lukas Oberhuber'
Cc: [EMAIL PROTECTED]
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

I could successfully build. Now when I put a breakpoint and say F5. I
get a dialog box:

- Executable filename - I choose qtwengophone.exe here -URL where the
project can be accessed (ATL server Only):

What should I specify in URL where the project can be accessed (ATL
server Only):
If I specify path of VCCWengo.vcproj, it says Cannot start debugging.

Thanks again for your help.

Regards,
Jaya

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 1:37 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

No problem.

-Lukas

Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 15:06
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Thanks so much. I am building the project right now using IDE.

Regards,
Jaya

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 17, 2006 2:07 PM
To: Jaya Meghani
Subject

RE: [Wengophone-devel] SCons on trunk

2006-12-20 Thread Jaya Meghani
Lukas,

Thanks for help.
I tried building again using the files you provided.
If I use Visual Studio command prompt - Two commands Tanguy Krotoff
provided
Command 1:
scons qtwengophone qtwengophone-translations owcrashreport wenboxplugin
phspeexplugin phamrplugin multiimwrapper=1 phapiwrapper=0 mode=release
nobuildid=0
Command 2:
scons qtwengophone-nsis-installer
qtwengophone-nsis-installer-without-pdb owcrashreport wenboxplugin
multiimwrapper=1 phapiwrapper=0 mode=release nobuildid=0

I get error.

Also with Visual Studio build, I get same error 
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'

I looked up google for this error, think in some Python script file +
operator is used and it gets 'NoneType' and 'str'.
Since the debugger does not give any details, its very hard to find the
source of error.


Am kind of stuck.

Regards,
Jaya

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 20, 2006 12:23 PM
To: Jaya Meghani
Cc: wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

Jaya,

I don't remember exactly, but I think we removed a bunch of non-core
files such as crash dump.

Here are my nsis files (the non-core files are commented out):

Could you be so good as to create patches and distrib to the list?...my
system doesn't work when creating patches of checked in code...

These are based on Wengophone 2.0 branch.

Hope this helps,

-Lukas
 
Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 19 December 2006 19:04
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

Where you able to build installer?
When I build it through IDE, I get:

scons: done reading SConscript files.
scons: Building targets ...
scons: building terminated because of errors.
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\thread\tests\SConscript'
File libs\util\thread\SConscript, line 22, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\http\tests\SConscript'
File libs\util\http\SConscript, line 43, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\serialization\tests\SConscript'
File libs\util\serialization\SConscript, line 19, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\serializer\tests\SConscript'
File libs\util\serializer\SConscript, line 23, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\settings\tests\SConscript'
File libs\util\settings\SConscript, line 26, in ?
scons: warning: Ignoring missing SConscript
'release-symbols\libs\util\memorydump\tests\SConscript'
File libs\util\memorydump\SConscript, line 23, in ?
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'
Project : error PRJ0002 : Error result 1 returned from
'C:\WINDOWS\system32\cmd.exe'.

*

Dunno whats the error about:
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'

Any idea?

Thanks again :),
Jaya


-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 7:05 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

Nothing really comes to mind. I haven't been able to get pdb files for
the QT dlls, but for everything else it seems to be fine. You should
make sure that the .pdb files are being copied into the release-symbols
folder. The other thing is that sometimes the breakpoints can't be put
where you want them to be (because of optimisation). I've been able to
break in QtContact.cpp so not sure what the problem there is.

-Lukas

Lukas Oberhuber

-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 19:51
To: Lukas Oberhuber
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

I am basically interested in debugging presentation/qt files.
Whenevr I put a breakpoint say in QtContact.cpp, I get errors like:
Breakpoints will not be currently hit. No symbols loaded for this
document

I read about it  on google but no luck yet. You got any such problems??

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 2:36 PM
To: Jaya Meghani
Subject: RE: [Wengophone-devel] SCons on trunk

cool

-Lukas


-Original Message-
From: Jaya Meghani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 19:19
To: Jaya Meghani; Lukas Oberhuber
Cc: [EMAIL PROTECTED]
Subject: RE: [Wengophone-devel] SCons on trunk

Hi,

I got the problem. Project Properties- had Web Service Debugger set
somehow. I changed it to Local Windows Debugger.

Thanks,
J

-Original Message-
From: Jaya Meghani
Sent: Monday, December 18, 2006 2:02 PM
To: 'Lukas Oberhuber'
Cc: [EMAIL PROTECTED]
Subject: RE: [Wengophone-devel] SCons on trunk

Lukas,

I could successfully build. Now when I put a breakpoint and say F5. I
get a dialog box:

- Executable filename - I choose

RE: [Wengophone-devel] SCons on trunk

2006-12-17 Thread Ngo Duc Loi
Dear JaYa, Lukas,
  Thanks very much for your reply!
   
  I using VS 2005. When i compile, i appear this error about the CURL, 
   
  CANT find the file ca_bundle.h , i have set CURLLIB like follow:
   
  CURLLIB = D:\wengophone\libs\curl\lib
   
  Is this correct?
   
  Thanks 

Jaya Meghani [EMAIL PROTECTED] wrote:
  v\:* {   BEHAVIOR: url(#default#VML)  }  o\:* {   BEHAVIOR: 
url(#default#VML)  }  w\:* {   BEHAVIOR: url(#default#VML)  }  .shape {   
BEHAVIOR: url(#default#VML)  }  st1\:* {   BEHAVIOR: url(#default#ieooui)  
}  @font-face {   font-family: Tahoma;  }  @page Section1 {size: 595.3pt 
841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; }  P.MsoNormal {   FONT-SIZE: 
12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Times New Roman  }  LI.MsoNormal {   
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Times New Roman  }  
DIV.MsoNormal {   FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Times New 
Roman  }  A:link {   COLOR: blue; TEXT-DECORATION: underline  }  
SPAN.MsoHyperlink {   COLOR: blue; TEXT-DECORATION: underline  }  A:visited {   
COLOR: purple; TEXT-DECORATION: underline  }  SPAN.MsoHyperlinkFollowed {   
COLOR: purple; TEXT-DECORATION: underline  }  SPAN.EmailStyle17 {   COLOR: 
navy; FONT-FAMILY: Arial; mso-style-type: personal-reply  }  DIV.Section1 {   
page:
 Section1  }  Hi,
   
  Try deleting .sconsign.dblite file in main directory (in which there is 
folder release-symbols) and rebuilding the exe.
   
  Hope this helps...
   
  Regards,
  J


-
  From: Lukas Oberhuber [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 16, 2006 7:08 AM
To: 'Ngo Duc Loi'; Jaya Meghani; [EMAIL PROTECTED]; 
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


  
 
  Are you using vs2005? I haven’t compiled with any other platform/ide.
   
  I looked through your bug, and can’t find anything. I’m guessing something is 
wrong with the environment. However, you have a slightly different wengoenv.py 
than I do, so that could be the source of the problem, but I’m really not sure.
   
  Sorry,
   
-Lukas
   
  Lukas Oberhuber
   

  
-
  
  From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: 16 December 2006 11:31
To: Lukas Oberhuber; 'Jaya Meghani'; [EMAIL PROTECTED]; 
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

   
Dear Lukas,

 

I meet this error when compiler OpenWengoNG,

 

D:\wengophonescons mode=release-symbols qtwengophone
scons: Reading SConscript files ...
EOFError: :
  File SConstruct, line 5:
env = wengoenv.getGlobalEnvironment(tools = ['nsis', 'default'], toolpath =
['wengoscons/Tools'])
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 1793:
WengoSConsEnvironment._globalEnv = WengoSConsEnvironment(*args, **kwargs)
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 551:
self.SConsignFile()
  File C:\Python24\scons\SCons\Environment.py, line 1151:
SCons.SConsign.File(name, dbm_module)
  File C:\Python24\scons\SCons\SConsign.py, line 220:
database = dbm_module.open(name, c)
  File C:\Python24\scons\SCons\dblite.py, line 109:
return dblite(file, flag, mode)
  File C:\Python24\scons\SCons\dblite.py, line 54:
self._dict = cPickle.loads(p)

 

Pls help me,

 

Thanks and Best Regards,

Loi Ngo

Lukas Oberhuber [EMAIL PROTECTED] wrote:

Jaya,

Debugging in the IDE works fine with vs2005. It's a matter of putting the
command line prompts into the configuration builder. The biggest pain is
that scons thinks it has to rebuild every time, so when you invoke the
debugger you have to tell it not to compile if everything is up to date.

Places you will need changes:
Tools-(something related to options)-(projects and directories)-something
in the directories. Make sure these point to all the sdks (platform, direct
x, etc).
The the actual project will need to point to the right place. It's a little
tricky getting the path variables right, and I'm still not 100% sure which
it uses. If you like, I will send you my project files as a starting point,
though of course all the directories will need to be adjusted (files are too
big for this mailing list).

-Lukas

Lukas Oberhuber

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jaya
Meghani
Sent: 15 December 2006 18:10
To: [EMAIL PROTECTED]; wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


Yes I did through that link but its with command prompt. What I meant
was to have a project/workspace for whole Wengo code and be able to
actually debug using IDE.

Regards, J
-Original Message-
From: mstute [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 15, 2006 11:35 AM
To: wengophone-devel@lists.openwengo.com
Cc: Jaya Meghani
Subject: Re: [Wengophone-devel] SCons on trunk

 I have one question regarding build system for Wengo. Do

RE: [Wengophone-devel] SCons on trunk

2006-12-17 Thread Jaya Meghani
Hi,
 
ca_bundle.h is a generated file.
In my directory it has following contents
 
/* This file is generated automatically */ 

#define CURL_CA_BUNDLE getenv(CURL_CA_BUNDLE) 

in Wengo dir\libs\owcurl\lib directory.

 
See this might help you
http://curl.haxx.se/mail/archive-2006-09/0140.html
 
Regards,
Jaya



From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 17, 2006 4:21 AM
To: Jaya Meghani; Lukas Oberhuber; [EMAIL PROTECTED];
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


Dear JaYa, Lukas,
Thanks very much for your reply!
 
I using VS 2005. When i compile, i appear this error about the CURL, 
 
CANT find the file ca_bundle.h , i have set CURLLIB like follow:
 
CURLLIB = D:\wengophone\libs\curl\lib
 
Is this correct?
 
Thanks 

Jaya Meghani [EMAIL PROTECTED] wrote:

Hi,
 
Try deleting .sconsign.dblite file in main directory (in which
there is folder release-symbols) and rebuilding the exe.
 
Hope this helps...
 
Regards,
J



From: Lukas Oberhuber [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 16, 2006 7:08 AM
To: 'Ngo Duc Loi'; Jaya Meghani; [EMAIL PROTECTED];
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


 
Are you using vs2005? I haven't compiled with any other
platform/ide.
 
I looked through your bug, and can't find anything. I'm guessing
something is wrong with the environment. However, you have a slightly
different wengoenv.py than I do, so that could be the source of the
problem, but I'm really not sure.
 
Sorry,
 
-Lukas
 
Lukas Oberhuber
 



From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: 16 December 2006 11:31
To: Lukas Oberhuber; 'Jaya Meghani'; [EMAIL PROTECTED];
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk
 
Dear Lukas,
 
I meet this error when compiler OpenWengoNG,
 
D:\wengophonescons mode=release-symbols qtwengophone
scons: Reading SConscript files ...
EOFError: :
  File SConstruct, line 5:
env = wengoenv.getGlobalEnvironment(tools = ['nsis',
'default'], toolpath =
['wengoscons/Tools'])
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line
1793:
WengoSConsEnvironment._globalEnv =
WengoSConsEnvironment(*args, **kwargs)
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line
551:
self.SConsignFile()
  File C:\Python24\scons\SCons\Environment.py, line 1151:
SCons.SConsign.File(name, dbm_module)
  File C:\Python24\scons\SCons\SConsign.py, line 220:
database = dbm_module.open(name, c)
  File C:\Python24\scons\SCons\dblite.py, line 109:
return dblite(file, flag, mode)
  File C:\Python24\scons\SCons\dblite.py, line 54:
self._dict = cPickle.loads(p)
 
Pls help me,
 
Thanks and Best Regards,
Loi Ngo

Lukas Oberhuber [EMAIL PROTECTED] wrote:

Jaya,

Debugging in the IDE works fine with vs2005. It's a
matter of putting the
command line prompts into the configuration builder. The
biggest pain is
that scons thinks it has to rebuild every time, so when
you invoke the
debugger you have to tell it not to compile if
everything is up to date.

Places you will need changes:
Tools-(something related to options)-(projects and
directories)-something
in the directories. Make sure these point to all the
sdks (platform, direct
x, etc).
The the actual project will need to point to the right
place. It's a little
tricky getting the path variables right, and I'm still
not 100% sure which
it uses. If you like, I will send you my project files
as a starting point,
though of course all the directories will need to be
adjusted (files are too
big for this mailing list).

-Lukas

Lukas Oberhuber

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Jaya
Meghani
Sent: 15 December 2006 18:10
To: [EMAIL PROTECTED];
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


Yes I did through that link but its with command prompt

RE: [Wengophone-devel] SCons on trunk

2006-12-17 Thread Ngo Duc Loi
Dear Jaya,
   
  I have completed compile the OpenWengoNG V2.0,
   
  Thanks for you helpful link,
   
  Thanks again and best Regards,
  Loi Ngo

Jaya Meghani [EMAIL PROTECTED] wrote:
  Hi,
   
  ca_bundle.h is a generated file.
  In my directory it has following contents
   
/* This file is generated automatically */ 
  #define CURL_CA_BUNDLE getenv(CURL_CA_BUNDLE) 
  in Wengo dir\libs\owcurl\lib directory.

   
  See this might help you
  http://curl.haxx.se/mail/archive-2006-09/0140.html
   
  Regards,
  Jaya


-
  From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 17, 2006 4:21 AM
To: Jaya Meghani; Lukas Oberhuber; [EMAIL PROTECTED]; 
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


  
  Dear JaYa, Lukas,
  Thanks very much for your reply!
   
  I using VS 2005. When i compile, i appear this error about the CURL, 
   
  CANT find the file ca_bundle.h , i have set CURLLIB like follow:
   
  CURLLIB = D:\wengophone\libs\curl\lib
   
  Is this correct?
   
  Thanks 

Jaya Meghani [EMAIL PROTECTED] wrote:
  v\:* {   BEHAVIOR: url(#default#VML)  }  o\:* {   BEHAVIOR: 
url(#default#VML)  }  w\:* {   BEHAVIOR: url(#default#VML)  }  .shape {   
BEHAVIOR: url(#default#VML)  }  st1\:* {   BEHAVIOR: url(#default#ieooui)  
}  @font-face {   font-family: Tahoma;  }  @page Section1 {size: 595.3pt 
841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; }  P.MsoNormal {   FONT-SIZE: 
12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Times New Roman  }  LI.MsoNormal {   
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Times New Roman  }  
DIV.MsoNormal {   FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Times New 
Roman  }  A:link {   COLOR: blue; TEXT-DECORATION: underline  }  
SPAN.MsoHyperlink {   COLOR: blue; TEXT-DECORATION: underline  }  A:visited {   
COLOR: purple; TEXT-DECORATION: underline  }  SPAN.MsoHyperlinkFollowed {   
COLOR: purple; TEXT-DECORATION: underline  }  SPAN.EmailStyle17 {   COLOR: 
navy; FONT-FAMILY: Arial; mso-style-type: personal-reply  }  DIV.Section1 {   
page:
 Section1  }  Hi,
   
  Try deleting .sconsign.dblite file in main directory (in which there is 
folder release-symbols) and rebuilding the exe.
   
  Hope this helps...
   
  Regards,
  J


-
  From: Lukas Oberhuber [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 16, 2006 7:08 AM
To: 'Ngo Duc Loi'; Jaya Meghani; [EMAIL PROTECTED]; 
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


  
 
  Are you using vs2005? I haven’t compiled with any other platform/ide.
   
  I looked through your bug, and can’t find anything. I’m guessing something is 
wrong with the environment. However, you have a slightly different wengoenv.py 
than I do, so that could be the source of the problem, but I’m really not sure.
   
  Sorry,
   
-Lukas
   
  Lukas Oberhuber
   

  
-
  
  From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: 16 December 2006 11:31
To: Lukas Oberhuber; 'Jaya Meghani'; [EMAIL PROTECTED]; 
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

   
Dear Lukas,

 

I meet this error when compiler OpenWengoNG,

 

D:\wengophonescons mode=release-symbols qtwengophone
scons: Reading SConscript files ...
EOFError: :
  File SConstruct, line 5:
env = wengoenv.getGlobalEnvironment(tools = ['nsis', 'default'], toolpath =
['wengoscons/Tools'])
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 1793:
WengoSConsEnvironment._globalEnv = WengoSConsEnvironment(*args, **kwargs)
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 551:
self.SConsignFile()
  File C:\Python24\scons\SCons\Environment.py, line 1151:
SCons.SConsign.File(name, dbm_module)
  File C:\Python24\scons\SCons\SConsign.py, line 220:
database = dbm_module.open(name, c)
  File C:\Python24\scons\SCons\dblite.py, line 109:
return dblite(file, flag, mode)
  File C:\Python24\scons\SCons\dblite.py, line 54:
self._dict = cPickle.loads(p)

 

Pls help me,

 

Thanks and Best Regards,

Loi Ngo

Lukas Oberhuber [EMAIL PROTECTED] wrote:

Jaya,

Debugging in the IDE works fine with vs2005. It's a matter of putting the
command line prompts into the configuration builder. The biggest pain is
that scons thinks it has to rebuild every time, so when you invoke the
debugger you have to tell it not to compile if everything is up to date.

Places you will need changes:
Tools-(something related to options)-(projects and directories)-something
in the directories. Make sure these point to all the sdks (platform, direct
x, etc).
The the actual project will need to point to the right place. It's a little
tricky getting the path variables right, and I'm still not 100% sure which
it uses. If you like, I will send you my project files as a starting point,
though of course all

RE: [Wengophone-devel] SCons on trunk

2006-12-16 Thread Lukas Oberhuber
Jaya,

Debugging in the IDE works fine with vs2005. It's a matter of putting the
command line prompts into the configuration builder. The biggest pain is
that scons thinks it has to rebuild every time, so when you invoke the
debugger you have to tell it not to compile if everything is up to date.

Places you will need changes:
Tools-(something related to options)-(projects and directories)-something
in the directories. Make sure these point to all the sdks (platform, direct
x, etc).
The the actual project will need to point to the right place. It's a little
tricky getting the path variables right, and I'm still not 100% sure which
it uses. If you like, I will send you my project files as a starting point,
though of course all the directories will need to be adjusted (files are too
big for this mailing list).

-Lukas
 
Lukas Oberhuber

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jaya
Meghani
Sent: 15 December 2006 18:10
To: [EMAIL PROTECTED]; wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

 
Yes I did through that link but its with command prompt. What I meant
was to have a project/workspace for whole Wengo code and be able to
actually debug using IDE.

Regards, J
-Original Message-
From: mstute [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 15, 2006 11:35 AM
To: wengophone-devel@lists.openwengo.com
Cc: Jaya Meghani
Subject: Re: [Wengophone-devel] SCons on trunk

 I have one question regarding build system for Wengo. Do we/Can we 
 build it using Miscrosft Visual Studio Express Edition.

Yes you can: 
http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSour
ceNgVs2005

Regards,
--
Mathieu Stute mstute(at)gmail.com
GPG: http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x3EE62B4D
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

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


RE: [Wengophone-devel] SCons on trunk

2006-12-16 Thread Ngo Duc Loi
Dear Lukas,
   
  I meet this error when compiler OpenWengoNG,
   
  D:\wengophonescons mode=release-symbols qtwengophone
scons: Reading SConscript files ...
EOFError: :
  File SConstruct, line 5:
env = wengoenv.getGlobalEnvironment(tools = ['nsis', 'default'], toolpath =
['wengoscons/Tools'])
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 1793:
WengoSConsEnvironment._globalEnv = WengoSConsEnvironment(*args, **kwargs)
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 551:
self.SConsignFile()
  File C:\Python24\scons\SCons\Environment.py, line 1151:
SCons.SConsign.File(name, dbm_module)
  File C:\Python24\scons\SCons\SConsign.py, line 220:
database = dbm_module.open(name, c)
  File C:\Python24\scons\SCons\dblite.py, line 109:
return dblite(file, flag, mode)
  File C:\Python24\scons\SCons\dblite.py, line 54:
self._dict = cPickle.loads(p)
   
  Pls help me,
   
  Thanks and Best Regards,
  Loi Ngo

Lukas Oberhuber [EMAIL PROTECTED] wrote:
  Jaya,

Debugging in the IDE works fine with vs2005. It's a matter of putting the
command line prompts into the configuration builder. The biggest pain is
that scons thinks it has to rebuild every time, so when you invoke the
debugger you have to tell it not to compile if everything is up to date.

Places you will need changes:
Tools-(something related to options)-(projects and directories)-something
in the directories. Make sure these point to all the sdks (platform, direct
x, etc).
The the actual project will need to point to the right place. It's a little
tricky getting the path variables right, and I'm still not 100% sure which
it uses. If you like, I will send you my project files as a starting point,
though of course all the directories will need to be adjusted (files are too
big for this mailing list).

-Lukas

Lukas Oberhuber

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jaya
Meghani
Sent: 15 December 2006 18:10
To: [EMAIL PROTECTED]; wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


Yes I did through that link but its with command prompt. What I meant
was to have a project/workspace for whole Wengo code and be able to
actually debug using IDE.

Regards, J
-Original Message-
From: mstute [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 15, 2006 11:35 AM
To: wengophone-devel@lists.openwengo.com
Cc: Jaya Meghani
Subject: Re: [Wengophone-devel] SCons on trunk

 I have one question regarding build system for Wengo. Do we/Can we 
 build it using Miscrosft Visual Studio Express Edition.

Yes you can: 
http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSour
ceNgVs2005

Regards,
--
Mathieu Stute 
GPG: http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x3EE62B4D
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

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

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

RE: [Wengophone-devel] SCons on trunk

2006-12-16 Thread Lukas Oberhuber
 

Are you using vs2005? I haven't compiled with any other platform/ide.

 

I looked through your bug, and can't find anything. I'm guessing something
is wrong with the environment. However, you have a slightly different
wengoenv.py than I do, so that could be the source of the problem, but I'm
really not sure.

 

Sorry,

 

-Lukas

 

Lukas Oberhuber

 

  _  

From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: 16 December 2006 11:31
To: Lukas Oberhuber; 'Jaya Meghani'; [EMAIL PROTECTED];
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

 

Dear Lukas,

 

I meet this error when compiler OpenWengoNG,

 

D:\wengophonescons mode=release-symbols qtwengophone
scons: Reading SConscript files ...
EOFError: :
  File SConstruct, line 5:
env = wengoenv.getGlobalEnvironment(tools = ['nsis', 'default'],
toolpath =
['wengoscons/Tools'])
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 1793:
WengoSConsEnvironment._globalEnv = WengoSConsEnvironment(*args,
**kwargs)
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 551:
self.SConsignFile()
  File C:\Python24\scons\SCons\Environment.py, line 1151:
SCons.SConsign.File(name, dbm_module)
  File C:\Python24\scons\SCons\SConsign.py, line 220:
database = dbm_module.open(name, c)
  File C:\Python24\scons\SCons\dblite.py, line 109:
return dblite(file, flag, mode)
  File C:\Python24\scons\SCons\dblite.py, line 54:
self._dict = cPickle.loads(p)

 

Pls help me,

 

Thanks and Best Regards,

Loi Ngo

Lukas Oberhuber [EMAIL PROTECTED] wrote:

Jaya,

Debugging in the IDE works fine with vs2005. It's a matter of putting the
command line prompts into the configuration builder. The biggest pain is
that scons thinks it has to rebuild every time, so when you invoke the
debugger you have to tell it not to compile if everything is up to date.

Places you will need changes:
Tools-(something related to options)-(projects and directories)-something
in the directories. Make sure these point to all the sdks (platform, direct
x, etc).
The the actual project will need to point to the right place. It's a little
tricky getting the path variables right, and I'm still not 100% sure which
it uses. If you like, I will send you my project files as a starting point,
though of course all the directories will need to be adjusted (files are too
big for this mailing list).

-Lukas

Lukas Oberhuber

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jaya
Meghani
Sent: 15 December 2006 18:10
To: [EMAIL PROTECTED]; wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


Yes I did through that link but its with command prompt. What I meant
was to have a project/workspace for whole Wengo code and be able to
actually debug using IDE.

Regards, J
-Original Message-
From: mstute [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 15, 2006 11:35 AM
To: wengophone-devel@lists.openwengo.com
Cc: Jaya Meghani
Subject: Re: [Wengophone-devel] SCons on trunk

 I have one question regarding build system for Wengo. Do we/Can we 
 build it using Miscrosft Visual Studio Express Edition.

Yes you can: 
http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSour
ceNgVs2005

Regards,
--
Mathieu Stute 
GPG: http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x3EE62B4D
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

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

 

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

RE: [Wengophone-devel] SCons on trunk

2006-12-16 Thread Jaya Meghani
Hi,
 
Try deleting .sconsign.dblite file in main directory (in which there
is folder release-symbols) and rebuilding the exe.
 
Hope this helps...
 
Regards,
J



From: Lukas Oberhuber [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 16, 2006 7:08 AM
To: 'Ngo Duc Loi'; Jaya Meghani; [EMAIL PROTECTED];
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk



 

Are you using vs2005? I haven't compiled with any other platform/ide.

 

I looked through your bug, and can't find anything. I'm guessing
something is wrong with the environment. However, you have a slightly
different wengoenv.py than I do, so that could be the source of the
problem, but I'm really not sure.

 

Sorry,

 

-Lukas

 

Lukas Oberhuber

 



From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: 16 December 2006 11:31
To: Lukas Oberhuber; 'Jaya Meghani'; [EMAIL PROTECTED];
wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

 

Dear Lukas,

 

I meet this error when compiler OpenWengoNG,

 

D:\wengophonescons mode=release-symbols qtwengophone
scons: Reading SConscript files ...
EOFError: :
  File SConstruct, line 5:
env = wengoenv.getGlobalEnvironment(tools = ['nsis', 'default'],
toolpath =
['wengoscons/Tools'])
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 1793:
WengoSConsEnvironment._globalEnv = WengoSConsEnvironment(*args,
**kwargs)
  File D:\wengophone\wengoscons\wengoscons\wengoenv.py, line 551:
self.SConsignFile()
  File C:\Python24\scons\SCons\Environment.py, line 1151:
SCons.SConsign.File(name, dbm_module)
  File C:\Python24\scons\SCons\SConsign.py, line 220:
database = dbm_module.open(name, c)
  File C:\Python24\scons\SCons\dblite.py, line 109:
return dblite(file, flag, mode)
  File C:\Python24\scons\SCons\dblite.py, line 54:
self._dict = cPickle.loads(p)

 

Pls help me,

 

Thanks and Best Regards,

Loi Ngo

Lukas Oberhuber [EMAIL PROTECTED] wrote:

Jaya,

Debugging in the IDE works fine with vs2005. It's a matter of
putting the
command line prompts into the configuration builder. The biggest
pain is
that scons thinks it has to rebuild every time, so when you
invoke the
debugger you have to tell it not to compile if everything is up
to date.

Places you will need changes:
Tools-(something related to options)-(projects and
directories)-something
in the directories. Make sure these point to all the sdks
(platform, direct
x, etc).
The the actual project will need to point to the right place.
It's a little
tricky getting the path variables right, and I'm still not 100%
sure which
it uses. If you like, I will send you my project files as a
starting point,
though of course all the directories will need to be adjusted
(files are too
big for this mailing list).

-Lukas

Lukas Oberhuber

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Jaya
Meghani
Sent: 15 December 2006 18:10
To: [EMAIL PROTECTED]; wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk


Yes I did through that link but its with command prompt. What I
meant
was to have a project/workspace for whole Wengo code and be able
to
actually debug using IDE.

Regards, J
-Original Message-
From: mstute [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 15, 2006 11:35 AM
To: wengophone-devel@lists.openwengo.com
Cc: Jaya Meghani
Subject: Re: [Wengophone-devel] SCons on trunk

 I have one question regarding build system for Wengo. Do
we/Can we 
 build it using Miscrosft Visual Studio Express Edition.

Yes you can: 

http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSour
ceNgVs2005

Regards,
--
Mathieu Stute 
GPG:
http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x3EE62B4D
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

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

 

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

RE: [Wengophone-devel] SCons on trunk

2006-12-16 Thread Jaya Meghani
Lukas,

Thanks so much. It would be really helpful if you could send me project
files and directories. 

Regards,
Jaya

-Original Message-
From: Lukas Oberhuber [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 16, 2006 6:29 AM
To: Jaya Meghani; [EMAIL PROTECTED]; wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

Jaya,

Debugging in the IDE works fine with vs2005. It's a matter of putting
the command line prompts into the configuration builder. The biggest
pain is that scons thinks it has to rebuild every time, so when you
invoke the debugger you have to tell it not to compile if everything is
up to date.

Places you will need changes:
Tools-(something related to options)-(projects and 
Tools-directories)-something
in the directories. Make sure these point to all the sdks (platform,
direct x, etc).
The the actual project will need to point to the right place. It's a
little tricky getting the path variables right, and I'm still not 100%
sure which it uses. If you like, I will send you my project files as a
starting point, though of course all the directories will need to be
adjusted (files are too big for this mailing list).

-Lukas
 
Lukas Oberhuber

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jaya
Meghani
Sent: 15 December 2006 18:10
To: [EMAIL PROTECTED]; wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

 
Yes I did through that link but its with command prompt. What I meant
was to have a project/workspace for whole Wengo code and be able to
actually debug using IDE.

Regards, J
-Original Message-
From: mstute [mailto:[EMAIL PROTECTED]
Sent: Friday, December 15, 2006 11:35 AM
To: wengophone-devel@lists.openwengo.com
Cc: Jaya Meghani
Subject: Re: [Wengophone-devel] SCons on trunk

 I have one question regarding build system for Wengo. Do we/Can we 
 build it using Miscrosft Visual Studio Express Edition.

Yes you can: 
http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSour
ceNgVs2005

Regards,
--
Mathieu Stute mstute(at)gmail.com
GPG: http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x3EE62B4D
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


RE: [Wengophone-devel] SCons on trunk

2006-12-15 Thread Jaya Meghani
 
Hi,

I have one question regarding build system for Wengo. Do we/Can we build it 
using Miscrosft Visual Studio Express Edition. In my opinion it would make 
debugging really fast and since its free it would benefit everyone.
Curious about your thoughts on same.

Thanks,
J

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jérôme WAGNER
Sent: Friday, December 15, 2006 6:57 AM
To: 'Tanguy Krotoff'; wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] SCons on trunk

Hello,

I propose we definitely remove scons only once cmake has been proven build 
system equivalent on the 2.1 branch.

For this there are a few steps :

Step 1 - integrate the cmake builds into the nightly builds (should be done 
next week)

Step 2 - tests thoroughly the cmake builds compared with the scons build done 
on the same revisions

From what I understand there are small but annoying differences and 
cmake
can only replace scons once it has been proven to do the same as scons by 
testers.

Thank you
Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Tanguy Krotoff Envoyé : vendredi 15 
décembre 2006 12:05 À : wengophone-devel@lists.openwengo.com
Objet : [Wengophone-devel] SCons on trunk

I would like to know who is still using SCons on trunk?
if nobody then I will remove SCons support from trunk in profit to
CMake: maintaining 2 different build system is too much of a pain beside if 
everybody uses CMake it will make CMake support more mature/robust

Here the doc about CMake/OWBuild:
http://dev.openwengo.org/trac/openwengo/trac.cgi/wiki/OWBuild

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

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


Re: [Wengophone-devel] SCons on trunk

2006-12-15 Thread mstute
 I have one question regarding build system for Wengo. Do we/Can we build it
 using Miscrosft Visual Studio Express Edition.

Yes you can: 
http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSourceNgVs2005

Regards,
-- 
Mathieu Stute mstute(at)gmail.com
GPG: http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x3EE62B4D
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


RE: [Wengophone-devel] SCons on trunk

2006-12-15 Thread Jaya Meghani
 
Thanks for information..good to know.

Regards,J
-Original Message-
From: Tanguy Krotoff [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 15, 2006 11:30 AM
To: Jaya Meghani
Cc: wengophone-devel@lists.openwengo.com
Subject: Re: [Wengophone-devel] SCons on trunk

Jaya Meghani wrote:
 Hi,
 
 I have one question regarding build system for Wengo. Do we/Can we 
 build it using Miscrosft Visual Studio Express Edition. In my opinion 
 it would make debugging really fast and since its free it would 
 benefit everyone. Curious about your thoughts on same.
 
 Thanks, J

Microsoft Visual Studio Express Edition = VC++ 2005 alias VC++ 8.0 Our
code does not compile with VC++8.0, you need VC++7.1 (which is not free)

Xavier Desjardins is working on VC++8.0 support on branch 2.1

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


RE: [Wengophone-devel] SCons on trunk

2006-12-15 Thread Jaya Meghani
 
Yes I did through that link but its with command prompt. What I meant
was to have a project/workspace for whole Wengo code and be able to
actually debug using IDE.

Regards, J
-Original Message-
From: mstute [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 15, 2006 11:35 AM
To: wengophone-devel@lists.openwengo.com
Cc: Jaya Meghani
Subject: Re: [Wengophone-devel] SCons on trunk

 I have one question regarding build system for Wengo. Do we/Can we 
 build it using Miscrosft Visual Studio Express Edition.

Yes you can: 
http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSour
ceNgVs2005

Regards,
--
Mathieu Stute mstute(at)gmail.com
GPG: http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x3EE62B4D
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel