Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » svn 8962 does not compile
svn 8962 does not compile [message #45184] |
Thu, 24 September 2015 10:45 |
slashupp
Messages: 231 Registered: July 2009
|
Experienced Member |
|
|
(on debian)
-----
First issue in Makefile.in:
lines 107 & 108 - should be tabs before echo, not spaces
-----
Second issue: Compile fails with:
...
IN ide/About.cpp -o _out/ide//home/upp/Scripts/GCCMK.bm-Gcc-Gui-Linux-Main-Mt-Po six-Shared/About.o
In file included from ide/About.cpp:11:0:
./build_info.h:7:28: error: invalid digit "9" in octal constant
#define bmTIME Time(15, 09, 24, 10, 24, 50)
^
ide/About.cpp:41:22: note: in expansion of macro 'bmTIME'
h << "Compiled " << bmTIME << "\n";
^
Makefile:7811: recipe for target '_out/ide//home/upp/Scripts/GCCMK.bm-Gcc-Gui-Linux-Main-Mt-P osix-Shared/About.o' failed
make[1]: *** [_out/ide//home/upp/Scripts/GCCMK.bm-Gcc-Gui-Linux-Main-Mt-P osix-Shared/About.o] Error 1
make[1]: Leaving directory '/home/mais/upp_src_download/upp-x11-src-8962/uppsrc'
cp: cannot stat `uppsrc/ide.out': No such file or directory
Makefile:4: recipe for target 'all' failed
make: *** [all] Error 1
-----[edit]
Workaround:
1. replaced spaces with tabs
2. changed (in Makefile.in):
line 99: "%m%n" to "9%n"
line 104: "%m" to "9"
and compile succeeded
[Updated on: Thu, 24 September 2015 11:43] Report message to a moderator
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sun Dec 22 06:42:14 CET 2024
Total time taken to generate the page: 0.01788 seconds
|