raphael10-collab
raphael10-collab
@hannahbast no. it does not work for me. What's wrong with this FetchContent : FetchContent_Declare( qlever GIT_REPOSITORY https://github.com/ad-freiburg/qlever.git GIT_TAG iswc-69 ) FetchContent_MakeAvailable(qlever) target_link_libraries (${PROJECT_NAME} PUBLIC qlever ) being similar to...
@hannahbast I had to add `-DCMAKE_POLICY_VERSION_MINIMUM=3.5` : (base) raphy@raohy:~/CppPrjWithQLever/build$ cmake -DCMAKE_BUILD_TYPE=Release -DLOGLEVEL=INFO -DUSE_PARALLEL=true -D_NO_TIMING_TESTS=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -GNinja .. -- The C compiler identification is GNU 13.3.0 -- The CXX compiler identification...
@hannahbast @RobinTF (base) raphy@raohy:~$ sudo apt-get update && sudo apt-get install -y wget Ign:31 http://security.ubuntu.com/ubuntu jammy-security i386 Contents (deb) Get:65 http://security.ubuntu.com/ubuntu jammy-security amd64 Contents (deb) [244 MB] Get:31 http://security.ubuntu.com/ubuntu jammy-security...
@RobinTF Removing LibQLeverExample.cpp from CMakeLists.txt file : cmake_minimum_required(VERSION 3.27) project(CppPrjWithQLever) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) include(FetchContent) FetchContent_Declare( qlever GIT_REPOSITORY https://github.com/ad-freiburg/qlever.git GIT_TAG iswc-69 ) FetchContent_MakeAvailable(qlever) #add_executable(${PROJECT_NAME} #./src/LibQLeverExample.cpp #) makes the building and...
@RobinTF Based on this: https://github.com/ad-freiburg/qlever/tags it seems that the latest release is the one I've been trying to use: [iswc-69](https://github.com/ad-freiburg/qlever/releases/tag/iswc-69) , which doesn't contain Qlever.h file yet I tried to...
Hi @arnesetzer ! Yes. The user raphy is part of the docker group : raphy@WorldMap:~/pelias/docker/projects/portland-metro$ id raphy uid=1000(raphy) gid=1000(raphy) groups=1000(raphy),100(users),133(docker) output of `ls -al ./data/` : raphy@WorldMap:~/pelias/docker/projects/portland-metro$ ls -al ./data/...
Deleting the `./data/elasticsearch` folder and afterwards running `pelias elastic start` didn't solve the issue: raphy@WorldMap:~/pelias/docker/projects/portland-metro/data$ rm -rf elasticsearch/ raphy@WorldMap:~/pelias/docker/projects/portland-metro/data$ cd .. raphy@WorldMap:~/pelias/docker/projects/portland-metro$ pelias elastic start Recreating c2c8ebdaeeb2_pelias_elasticsearch ... ERROR: for...
@arnesetzer I had to kill or stop few services since, every time I killed or stopped a service using 9200/tcp , another service grabbed it Now pelias elastic started: raphy@WorldMap:~/pelias/docker/projects/portland-metro$...
By the way, something in the download process has to be fixed : https://github.com/pelias/docker/issues/380#issue-3139767379
@mtmail reported the error to oregon-gtfs.com