Hi Jeff, glad you said your problems have been resolved. Still I'd like to figure out what went wrong in the first place. Would be great you'd help with properly supporting 64bit Windows.
> >>"generate.py source-all” did not work, it said it was not an > available job. Just “generate.py source” is what I ended up trying. In release 0.8 only "source" was available. While as a source target it doesn't optimize the single source files (which is great during development), it still uses the built-in JavaScript linker to automatically remove any unneeded classes. So when you start with developing a qooxdoo app, you'd have to run "generate.py source" every time you try out a new qooxdoo class, e.g. adding widget you didn't use before. To reduce these rather inconvenient build steps, with 0.8.1 there's also a "source-all", which keeps generate steps at a minimum (at the cost of loading all class files in your app). I'd suggest you switch to the latest SDK (0.8.1) once we figured out the 64bit issues, most likely your (friend's) app just runs fine with it. Nevertheless, you should use "generate.py migration" to do a proper version upgrade. > Regardless, it terminated on a malformed expression. I noticed a > conditional in generate.py that takes it down a different control path > for win32 than for whatever an AMD Athlon 64 X2 under Vista x64 would > come up as. I have a solution for that in mind, could you please issue the following command in your command shell and tell me its output: python -c "import sys; print sys.platform" Thanks for your collaboration, Andreas -- Andreas Ecker Project Lead http://qooxdoo.org ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
