https://bugs.kde.org/show_bug.cgi?id=398342

--- Comment #6 from A. Wilcox (awilfox) <awil...@adelielinux.org> ---
It is not possible to "mix" endians, unfortunately, so there is no way for us
to compile LabPlot in LE mode.

I applied the attached patch to our tree and rebuilt.  The exact same stack
trace was present; only the memory addresses were different, due to ASLR.

Attempting to pass -DENABLE_LIBORIGIN=OFF to CMake resulted in a build error:

In file included from
/usr/src/packages/user/labplot/src/labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.h:34:0,
                 from
/usr/src/packages/user/labplot/src/labplot-2.5.0/src/kdefrontend/MainWin.cpp:40:
/usr/src/packages/user/labplot/src/labplot-2.5.0/liborigin/OriginFile.h:34:30:
fatal error: liborigin/config.h: No such file or directory
 #include "liborigin/config.h"
                              ^
compilation terminated.
make[2]: *** [src/CMakeFiles/labplot2lib.dir/build.make:333:
src/CMakeFiles/labplot2lib.dir/kdefrontend/MainWin.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from
/usr/src/packages/user/labplot/src/labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.h:34:0,
                 from
/usr/src/packages/user/labplot/src/labplot-2.5.0/src/kdefrontend/datasources/ImportProjectDialog.cpp:33:
/usr/src/packages/user/labplot/src/labplot-2.5.0/liborigin/OriginFile.h:34:30:
fatal error: liborigin/config.h: No such file or directory
 #include "liborigin/config.h"
                              ^
compilation terminated.
make[2]: *** [src/CMakeFiles/labplot2lib.dir/build.make:541:
src/CMakeFiles/labplot2lib.dir/kdefrontend/datasources/ImportProjectDialog.cpp.o]
Error 1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to