Re: [EQL5] `init_lib_APP__ALL_SYSTEMS` strangeness

2020-12-18 Thread PR
On 12/18/20, Erik Winkels wrote: > eql5-sfos.o: in function `main': > eql5-sfos.cc:(.text.startup+0x2c8): undefined reference to > `init_lib_APP__ALL_SYSTEMS' > collect2: error: ld returned 1 exit status > make: *** [Makefile:170: eql5-sfos] Error 1 In your 'make.lisp' in 'asdf:mak

Re: [EQL5] `init_lib_APP__ALL_SYSTEMS` strangeness

2020-12-18 Thread Gunter Königsmann
The error measage should mean: A function of the correct name is compiled into the library, but all versions of functions with the given name expects different parameters than requested by the program. A second possibility is that the function was compiled by a compiler that generates a differen

[EQL5] `init_lib_APP__ALL_SYSTEMS` strangeness

2020-12-18 Thread Erik Winkels
Hi, My C++ knowledge is very basic and I'm running into something I do not understand. I build the RPM for my Sailfish OS app in a Docker environment I made: https://git.sr.ht/~aerique/sfosbid#codeeql5-sfoscode If I follow the steps in the "eql5-sfos" section on my home PC it works, but if