rinigus

Results 404 comments of rinigus

SFOS - Sailfish OS - mobile Linux distro OBS - Open Build Service - set of servers that allows SFOS developers to build for a range of SFOS versions and...

@ntadej: there are some, but those are unofficial and I don't know how well they track SFOS releases. OBS has been a tool of choice for many of us. I'll...

As additional note: it is surprising that a relatively simple change in client options requires so many changes. I guess it is a shortcoming of the used library design

The platform that I use has gcc 10.2.0 and configured as in FB: Running: flatpak build --die-with-parent --env=FLATPAK_BUILDER_BUILDDIR=/run/build/valhalla-lite --nofilesystem=host --filesystem=/srv/buildbot/worker/build-x86_64-1/build/.flatpak-builder/build/valhalla-lite-1 --bind-mount=/run/build/valhalla-lite=/srv/buildbot/worker/build-x86_64-1/build/.flatpak-builder/build/valhalla-lite-1 --build-dir=/run/build/valhalla-lite --bind-mount=/run/ccache=/srv/buildbot/worker/build-x86_64-1/build/.flatpak-builder/ccache --unshare=network --env=SOURCE_DATE_EPOCH=1635357291 '--env=CFLAGS=-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS...

Indeed, seems to be new with gcc 10.2 . Managed to compile with the workaround CMake option for now. Let me know if I should close this issue.

It looks like you don't have `configure` script. Run `ls` to see the files in the current directory. If configure is missing, you probably have some autoconf routines not installed...

`bootstrap.sh` is expected to make `configure` script. So, for some reasons it fails to do so

Did you run ``` pacman -S autoconf automake curl git make libtool gcc mingw-w64-x86_64-gcc ``` , as in Win instructions? I don't know much about windows builds, working on Linux....

wherever you want to store the data files. I have no idea on your Linux expertise. If you don't know where to store files in Linux, please read up on...

absence of ./libpostal is no good. I presume that the make command failed at some point. Please go to main libpostal directory, run make and paste its result.