Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » last trunk can't compil on Raspberry
last trunk can't compil on Raspberry [message #57234] |
Mon, 14 June 2021 09:51 |
|
Xemuth
Messages: 387 Registered: August 2018 Location: France
|
Senior Member |
|
|
In last trunk for Linux ( upp-posix-15989.tar.xz) :
using command "sudo ./install" (same happen with "make")
./uppsrc/Core/diag.h: 103:26: error stray '@' in program
#define DDUMP(x) @// To clean logs after debugging, this produces error in release mode
./uppsrc/Draw/RescaleFilter.cpp:126:8: error stray '@' in program
#define DDUMP(x) @// To clean logs after debugging, this produces error in release mode
...
[Updated on: Mon, 14 June 2021 09:52] Report message to a moderator
|
|
|
Re: last trunk can't compil on Raspberry [message #57235 is a reply to message #57234] |
Mon, 14 June 2021 17:04 |
|
Klugier
Messages: 1085 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello Xemuth,
Good catch! It seems that in Draw/RescaleFilter.cpp - line 126 we have 3 DDUMP:
if(s.a != 255) {
DDUMP(s);
DDUMP(x);
DDUMP(y);
}
The bad news is that this change is from 2020-07-07. It means that our source POSIX package is non build-able on RPI for a year. I would consider this as critical issue. It would be good to start building on RPI (ARM) Linux machine before release.
Klugier
U++ - one framework to rule them all.
[Updated on: Mon, 14 June 2021 17:04] Report message to a moderator
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat Dec 14 13:18:08 CET 2024
Total time taken to generate the page: 0.01822 seconds
|