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:
>
> [EMAIL PROTECTED]:~/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

Reply via email to