S R C

Results 5 comments of S R C

libicu-dev version 60.2-3ubuntu3.1 is already there , is there a version related issue ?

Hi: Charybdis went through on that step, gave another error: ``` utf.cc:261:59: error: explicit qualification in declaration of ‘ircd::simd::u8x16 ircd::utf16::find_surrogate(ircd::simd::u8x16)’ template u8x16 utf16::find_surrogate(const u8x16) noexcept; ^~~~~~~~ utf.cc:262:59: error: explicit qualification...

> Thanks! What compiler version? gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

I tried with g++9 , now it gives these errors: ``` db_allocator.cc:28:40: error: ‘extent_hooks_t’ was not declared in this scope 28 | static void *cache_arena_handle_alloc(extent_hooks_t *, void *, size_t, size_t,...

this worked for me git clone https://github.com/eelpie/common-geo-model cd common-geo-model/ mvn clean install cd .. git clone https://github.com/eelpie/common-views.git cd common-views/ mkdir -p lib cp ../common-geo-model/target/_.jar lib/ mvn clean install cd .....