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. Christian $ cd public_html/qooxdoo-trunk/frontend/ /public_html/qooxdoo-trunk/frontend$ make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i486-pc-linux-gnu /public_html/qooxdoo-trunk/frontend$ python -V Python 2.4.4 /public_html/qooxdoo-trunk/frontend$ svn up Fetching external item into 'application/unittests/jsunit' External at revision 1160. At revision 7003. /public_html/qooxdoo-trunk/frontend$ make distclean **************************************************************************** CLEANING UP APIVIEWER COMPLETELY **************************************************************************** * Deleting build... * Deleting api... * Deleting debug... * Cleaning up source... * Cleaning up framework... **************************************************************************** CLEANING UP FEEDREADER COMPLETELY **************************************************************************** * Deleting build... * Deleting api... * Deleting debug... * Cleaning up source... * Cleaning up framework... **************************************************************************** CLEANING UP SAMPLE COMPLETELY **************************************************************************** * Deleting build... * Deleting api... * Deleting debug... * Cleaning up source... * Cleaning up framework... **************************************************************************** CLEANING UP SHOWCASE COMPLETELY **************************************************************************** * Deleting build... * Deleting api... * Deleting debug... * Cleaning up source... * Cleaning up framework... **************************************************************************** CLEANING UP WEBMAIL COMPLETELY **************************************************************************** * Deleting build... * Deleting api... * Deleting debug... * Cleaning up source... * Cleaning up framework... **************************************************************************** CLEANING UP QUICKSTART COMPLETELY **************************************************************************** * Deleting build... * Deleting api... * Deleting debug... * Cleaning up source... * Cleaning up framework... **************************************************************************** CLEANING UP QXUNIT COMPLETELY **************************************************************************** * Deleting build... * Deleting api... * Deleting debug... * Cleaning up source... * Cleaning up framework... **************************************************************************** CLEANING UP RELEASE COMPLETELY **************************************************************************** * Cleaning up... **************************************************************************** CLEANING UP FRAMEWORK COMPLETELY **************************************************************************** * Cleaning up... /public_html/qooxdoo-trunk/frontend$ svn info Path: . URL: https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo/frontend Repository Root: https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo Repository UUID: 61aaf1ca-a10e-0410-b9fb-ac63ec25887f Revision: 7003 Node Kind: directory Schedule: normal Last Changed Author: wpbasti Last Changed Rev: 7003 Last Changed Date: 2007-03-23 17:16:05 +0000 (Fri, 23 Mar 2007) /public_html/qooxdoo-trunk/frontend$ svn status X application/unittests/jsunit Performing status on external item at 'application/unittests/jsunit' /public_html/qooxdoo-trunk/frontend$ cd application/ /public_html/qooxdoo-trunk/frontend/application$ cp -R skeleton/ bibliotest /public_html/qooxdoo-trunk/frontend/application$ cd bibliotest/ /public_html/qooxdoo-trunk/frontend/application/bibliotest$ mv Makefile mk.orig /public_html/qooxdoo-trunk/frontend/application/bibliotest$ sed -e 's,^QOOXDOO_PATH.*,QOOXDOO_PATH = ../../..,' < mk.orig > Makefile /public_html/qooxdoo-trunk/frontend/application/bibliotest$ make source **************************************************************************** GENERATING SOURCE VERSION OF CUSTOM **************************************************************************** INITIALIZATION: ---------------------------------------------------------------------------- * Processing arguments... SOURCE LOADER: ---------------------------------------------------------------------------- * Indexing class paths... - Indexing: ../../../frontend/framework/source/class - 350 classes were found - Indexing: ./source/class - 1 classes were found * Resolving dependencies: ...............................................................................................................................................................................................................................................................................................................................make: *** [exec-script-source] Terminated /public_html/qooxdoo-trunk/frontend/application/bibliotest$ [EMAIL PROTECTED] schrieb: > Christian Boulanger <[EMAIL PROTECTED]> writes: > > >> 1) I did a "make distclean" in the sdk frontend and then a "make source" in >> the application frontend, using my custom configuration. Here's the output of >> the first try: >> >> /public_html/bibliograph-0.11/frontend$ make source >> >> **************************************************************************** >> GENERATING SOURCE VERSION OF BIBLIOGRAPH >> **************************************************************************** >> >> INITIALIZATION: >> ---------------------------------------------------------------------------- >> * Processing arguments... >> >> SOURCE LOADER: >> ---------------------------------------------------------------------------- >> * Indexing class paths... >> - Indexing: ../../qooxdoo-trunk/frontend/framework/source/class >> - 350 classes were found >> - Indexing: ./source/class >> - 1 classes were found >> * Resolving dependencies: >> ...............................................................................................................................................................................................................................................................................................make: >> *** [exec-script-source] Terminated >> > > This is very abnormal. I've never seen the "Resolving dependencies" stage die > in the middle like that with no error message. Is this possibly a ulimit > problem or something, and you're exceeding a (very small) maximum time limit > for an application to run??? (I'm grasping at straws here.) > > >> I repeated "make source," then it went through. However, the error remained >> "qx not defined." >> > > Yes, something's quite broken there. Let's try to figure out what. > > Please send the output from the following commands. Much of this is > repetition from what I previously asked you to do; sorry about that. Unless > absolutely necessary, try not to vary from these commands. Maybe you can do > this with "script" if it's available there, to save the whole session... > > % cd .../qooxdoo/frontend > % make -v > % python -V > % svn up > % make distclean > % svn info > % svn status > % cd application > % cp -R skeleton bibliotest > % cd bibliotest > % mv Makefile mk.orig > % sed -e 's,^QOOXDOO_PATH.*,QOOXDOO_PATH = ../../..,' < mk.orig > Makefile > % make source > > If it mysteriously completes the make, then try accessing > application/bibliotest/source/index.html with your browser. If not (the more > likely outcome), maybe I can deduce from the svn and version output what the > problem is. > > Cheers, > > 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 > ------------------------------------------------------------------------- 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
