bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Reproducible missing file after "make clean" when trying t


From: Juergen Sauermann
Subject: Re: [Bug-apl] Reproducible missing file after "make clean" when trying to do "make" again
Date: Sat, 18 Apr 2015 13:44:40 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Peter,

thanks, should fixed in SVN 607.

/// Jürgen


On 04/16/2015 07:04 PM, Peter Teeson wrote:
Hi Jürgen:
This issue was discovered in Xcode but it is reproducible in Terminal.
I have the complete terminal log when I did the following:
1. SVN co
(revision 686)
2. ./configure
3. make
4. sudo make install
5. apl
6. )OFF
7. make clean
8. make

Apparently "make clean" removes 'makefile.h'
NativeFunction.cc:28:10: fatal error: 'makefile.h' file not found
#include "makefile.h"
         ^
main.cc:37:10: fatal error: 'makefile.h' file not found
#include "makefile.h"
         ^
UserPreferences.cc:39:10: fatal error: 'makefile.h' file not found
#include "makefile.h"
         ^
1 error generated.
1 error generated.
make[3]: *** [apl-UserPreferences.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [apl-NativeFunction.o] Error 1
1 error generated.
make[3]: *** [apl-main.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Gandalf:apl-svn pteeson$ 

respect…

Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]