[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] Reproducible missing file after "make clean" when trying to do
From: |
Peter Teeson |
Subject: |
[Bug-apl] Reproducible missing file after "make clean" when trying to do "make" again |
Date: |
Thu, 16 Apr 2015 13:04:40 -0400 |
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
- [Bug-apl] Reproducible missing file after "make clean" when trying to do "make" again,
Peter Teeson <=