Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to next message
slashupp is currently offline  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

Re: svn 8962 does not compile [message #45189 is a reply to message #45184] Sat, 26 September 2015 15:25 Go to previous messageGo to next message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi slashupp,

Both issues should be fixed now. It should work well in the next nightly build. Thank you for reporting this.

Best regards,
Honza
Re: svn 8962 does not compile [message #45192 is a reply to message #45189] Mon, 28 September 2015 10:17 Go to previous messageGo to next message
slashupp is currently offline  slashupp
Messages: 231
Registered: July 2009
Experienced Member
nightly 8969 still fails with same errors
Re: svn 8962 does not compile [message #45193 is a reply to message #45192] Mon, 28 September 2015 12:04 Go to previous messageGo to next message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Oh, right, my mistake Embarassed I forgot it is necessary to update theide on the machine which builds the nightly packages...

Honza
Re: svn 8962 does not compile [message #45206 is a reply to message #45193] Sun, 04 October 2015 15:25 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
IDE updated on nightly builds machine.
Previous Topic: missing file domake in nightly build tarball
Next Topic: IDE compilation error
Goto Forum:
  


Current Time: Thu Mar 28 10:05:21 CET 2024

Total time taken to generate the page: 0.01131 seconds