RE: [Wengophone-devel] Executable

2006-12-19 Thread Jaya Meghani
 

-Original Message-
From: Jaya Meghani 
Sent: Tuesday, December 19, 2006 9:33 AM
To: 'Tanguy Krotoff'
Subject: RE: [Wengophone-devel] Executable

Yes, I am using VC++8.0 and NG/trunk branch...

Thanks.

-Original Message-
From: Tanguy Krotoff [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 19, 2006 4:43 AM
To: Jaya Meghani
Cc: wengophone-devel@lists.openwengo.com
Subject: Re: [Wengophone-devel] Executable

which branch do you use?
are you still using VC++8.0?

--
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] Executable

2006-12-19 Thread Jaya Meghani
Can any one please hepl for this error.
 
Thanks,
Jaya



From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 18, 2006 10:26 PM
To: Jaya Meghani; Tanguy Krotoff
Cc: wengophone-devel@lists.openwengo.com
Subject: RE: [Wengophone-devel] Executable


Dear Tanguy, and Jaya,
 
When i execute the FIRST COMAND: scons qtwengophone
qtwengophone-translations
owcrashreport wenboxplugin phspeexplugin phamrplugin multiimwrapper=1
phapiwrapper=0 mode=release nobuildid=0 I PASSED and DO NOT meet any
error.
 
When i execute the SECOND COMMAND, I meet these error 
 
Install file: wengophone\src\presentation\qt\qtwengophone.pdb as
release-symb
ols\qtwengophone.pdb
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'
scons: building terminated because of errors.
 
I thinks, the command try to combine the 'NoneType' variance and 'str'
variance, so they DONT know how to do,
 
Pls tell me how to correct it,
 
Thanks in AdVance,
Loi Ngo

Jaya Meghani [EMAIL PROTECTED] wrote:

Hi,

I executed the first line scons qtwengophone
qtwengophone-translations
owcrashreport wenboxplugin phspeexplugin phamrplugin
multiimwrapper=1
phapiwrapper=0 mode=release nobuildid=0

I get following error:
Install file:
release-symbols\libs\wenbox\src\yealink\wenboxplugin.dll
as release-symbols\wenboxplugin.dll
Install file:
release-symbols\libs\wenbox\src\yealink\wenboxplugin.lib
as release-symbols\wenboxplugin.lib
scons: *** [release-symbols\wenboxplugin.lib] Exception
Traceback (most recent call last):
File C:\Python24\scons\SCons\Taskmaster.py, line 101, in
execute
self.targets[0].build()
File C:\Python24\scons\SCons\Node\__init__.py, line 201, in
build
apply(executor, (self, errfunc), kw)
File C:\Python24\scons\SCons\Executor.py, line 115, in
__call__
apply(action, (self.targets, self.sources, env, errfunc), kw)
File C:\Python24\scons\SCons\Action.py, line 243, in __call__
stat = self.execute(target, source, env)
File C:\Python24\scons\SCons\Action.py, line 512, in execute
return self.execfunction(target=target, source=rsources,
env=env)
File C:\Python24\scons\SCons\Environment.py, line 82, in
installFunc
return install(target[0].path, source[0].path, env)
File C:\Python24\scons\SCons\Defaults.py, line 219, in
copyFunc
shutil.copy2(source, dest)
File C:\Python24\lib\shutil.py, line 92, in copy2
copyfile(src, dst)
File C:\Python24\lib\shutil.py, line 47, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory:
'release-symbols\\libs\\wenbox\\src\\yealink\\wenboxplugin.lib'
scons: building terminated because of errors.

You mentioned something about Read the NSIS script to
understand which
dll are copied/needed

I didn't get it. Please excuse me for this I am new to SCONS.
Very kind
of you to help.

Thanks,
Jaya

-Original Message-
From: Tanguy Krotoff [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 18, 2006 12:34 PM
To: Tanguy Krotoff
Cc: Jaya Meghani; Dave Neary; Tanguy Krotoff;
wengophone-devel@lists.openwengo.com
Subject: Re: [Wengophone-devel] Executable

Tanguy Krotoff wrote:
 scons qtwengophone qtwengophone-translations owcrashreport 
 wenboxplugin phspeexplugin phamrplugin multiimwrapper=1
phapiwrapper=0

 mode=release nobuildid=0

forgot the 2nd line:
scons qtwengophone-nsis-installer
qtwengophone-nsis-installer-without-pdb owcrashreport
wenboxplugin
multiimwrapper=1 phapiwrapper=0 mode=release nobuildid=0

this creates the setup*.exe package with all the dll inside.

Read the NSIS script to understand which dll are copied/needed

--
Tanguy Krotoff 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

Re: [Wengophone-devel] Executable

2006-12-18 Thread Dave Neary

Hi Java,

Jaya Meghani wrote:
 I basically want to make sure that if some one uses the executable
 he/she has all the necessary dlls. how do I do that?

You can try building the qtwengophone-nsis-installer target with scons,
if you are using it.

I can see from changeset [8507] that Tanguy added support for NSIS to
the CMake build too, but I don't know how you can use it - perhaps he
can tell you.

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] Executable

2006-12-18 Thread Jaya Meghani
Hi,

I downloaded the NG code from trunk, I have release-symbols folder but
not  qtwengophone-nsis-installer folder.
Tanguy,
Need your help on this.

Thanks,
J


-Original Message-
From: Dave Neary [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 18, 2006 10:25 AM
To: Jaya Meghani
Cc: wengophone-devel@lists.openwengo.com
Subject: Re: [Wengophone-devel] Executable


Hi Java,

Jaya Meghani wrote:
 I basically want to make sure that if some one uses the executable 
 he/she has all the necessary dlls. how do I do that?

You can try building the qtwengophone-nsis-installer target with scons,
if you are using it.

I can see from changeset [8507] that Tanguy added support for NSIS to
the CMake build too, but I don't know how you can use it - perhaps he
can tell you.

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] Executable

2006-12-18 Thread Ngo Duc Loi
Dear All,
   
  when i use this command scons mode=release-symbols 
qtwengophone-nsis-installer on the OpenWengoNG RC4, i meet this error:
   
  scons: done reading SConscript files.
scons: Building targets ...
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'
scons: building terminated because of errors.
D:\wengophone
   
  Thanks in advance!
  Osochebol

Dave Neary [EMAIL PROTECTED] wrote:
  
Hi Java,

Jaya Meghani wrote:
 I basically want to make sure that if some one uses the executable
 he/she has all the necessary dlls. how do I do that?

You can try building the qtwengophone-nsis-installer target with scons,
if you are using it.

I can see from changeset [8507] that Tanguy added support for NSIS to
the CMake build too, but I don't know how you can use it - perhaps he
can tell you.

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

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

RE: [Wengophone-devel] Executable

2006-12-18 Thread Jaya Meghani
I am getting this error too. Can any one please help.
 
Thanks much,
Jaya



From: Ngo Duc Loi [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 18, 2006 11:22 AM
To: Dave Neary; Jaya Meghani
Cc: wengophone-devel@lists.openwengo.com
Subject: Re: [Wengophone-devel] Executable


Dear All,
 
when i use this command scons mode=release-symbols
qtwengophone-nsis-installer on the OpenWengoNG RC4, i meet this error:
 
scons: done reading SConscript files.
scons: Building targets ...
scons: *** unsupported operand type(s) for +: 'NoneType' and 'str'
scons: building terminated because of errors.
D:\wengophone
 
Thanks in advance!
Osochebol

Dave Neary [EMAIL PROTECTED] wrote:


Hi Java,

Jaya Meghani wrote:
 I basically want to make sure that if some one uses the
executable
 he/she has all the necessary dlls. how do I do that?

You can try building the qtwengophone-nsis-installer target with
scons,
if you are using it.

I can see from changeset [8507] that Tanguy added support for
NSIS to
the CMake build too, but I don't know how you can use it -
perhaps he
can tell you.

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



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