I think the problem is that The os character codec problem,
My os default codec is simple Chinese.
 
 
What's the difference between NG and Classic?
----- Original Message -----
Sent: Wednesday, March 01, 2006 5:36 PM
Subject: Re: [Wengophone-devel] scon 0.96.1, compiling error

Hello,

On 3/1/06, hlzhangxt <[EMAIL PROTECTED]> wrote:
 
SUserEnvironment.ubuntubreezy :
 from wengoscons.common import wengoenv
env = WengoEnvironment()
env.WengoSetVariable("QtIncludePaths", [ "C:\Qt\3.3.4\include" ])
#env['CC'] = 'gcc-3.4'
#env['CXX'] = 'g++-3.3'
 
SUserEnvironment.ubuntuhoary:
from wengoscons.common import wengoenv
env = WengoEnvironment()
env.WengoSetVariable("QtIncludePaths", [ "C:\Qt\3.3.4\include" ])
#env['CC'] = 'gcc-3.4'
#env['CXX'] = 'g++-3.3'

Do you mean that these files contain what is written above? There souldn't be any reference to "c:\" in the SUserEnvironment.ubuntu* files IMHO. SUserEnvironment.ubuntu* files are template of SUserEnvironment files to be used on Ubuntu GNU/Linux distributions. When using windows, you shouldn't need any scons/SUserEnvironment file.

Now I Run scons softphone-runtime softphone:
Errors listed below:
 
scons: Reading SConscript files ...
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 7: ordinal

Still don't know what could be the problem.

Regards,
--
Julien Gilli
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to