Great. My gut feeling from the output is that the error is occuring
during macro expansion, more particularly, when expanding the TMPDIR
macro. This is a macro that is pre-defined in the generator, and uses a
Python module to get a path to a default-ish temp directory. This would
also explain the dependency on your login name, as on Windows the login
name is usually part of that path (like "C:\Documents and
Settings\<user-name>\...").
To verify this, could you please edit the config.json of your
application and add the following line to the top-level "let" section:
"TMPDIR" : "c:/temp", /* make sure all lines but the last in the
section have a trailing comma */
or some other suitable directory path that only contains ASCII
characters. Then re-run 'generate.py source' and see if it gets through.
Let us know how it went. If this works, I might ask of you a couple of
further aids, to weed this out in the framework code, as I don't have
access to a PC with Chinese locale :).
Thanks,
T.
On 03/11/2010 03:49 PM, hchaojie wrote:
>
>> Please use 'generate.py -s -v' ('-v'
>> in place of '-w'). This will produce quite a bit of output, so redirect
>> stdout and stderr to a file
>
> I attached the output file: http://n2.nabble.com/file/n4716353/source.out
> source.out
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel