Christian Boulanger <[EMAIL PROTECTED]> writes: > Derrel: > > thank you for this, this is the spirit of the open source community!! > > I use a Debian Sarge with repositories testing and unstable added, maybe this > might create a problem? > > I attach the output of the commands. Unfortunately, same result as before. Is > there a debug log or debug mode of the make process? > > Thank you, and it would be great if you can find out something.
Your versions of python and make are newer than mine. I'm using Lindows... er... Linspire, which is derived from Debian Sarge. Since this is dying in a python script, I suppose it's possible that the newer version of python has some bug. There is a verbose mode at the makefile level: you can add "VERBOSE = true" to your makefile. That will show you the commands that it's executing. It's dying in frontend/framework/tool/generator.py. I'm not at all familiar with the inner workings of that tool. There may be a debug or verbose option in it, too, and once you turn on the verbose option in the makefile, you'll have the command it's executing that you could modify to enable verbose or debug in generator.py if it's available. The next thing I'd do, I think, is run generator.py exactly as the makefile is doing it, but run it under 'strace' to see exactly why it's dying. Other than that, maybe you could try your hand at adding some debug statements in generator.py... Sorry I haven't solved the problem, but hopefully I've at least given you a direction to move forward... :-( Please let me know what ends up being the problem. Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
