mirror of
				https://github.com/cldellow/sqlite-parquet-vtable.git
				synced 2025-11-04 02:39:56 +00:00 
			
		
		
		
	WIP on making build work on Ubuntu 16.04
See comment at https://github.com/cldellow/sqlite-parquet-vtable/pull/39#issuecomment-553983872 in https://github.com/cldellow/sqlite-parquet-vtable/pull/39 for log messages. I think I need to refactor the `-I` directives -- I think when I updated them to fix finding compression library headers, I brought in an internal set of arrow includes, perhaps?
This commit is contained in:
		@@ -44,7 +44,7 @@ CC = gcc
 | 
			
		||||
CXX = g++
 | 
			
		||||
OPTIMIZATIONS = -O3
 | 
			
		||||
CPUS:=$(shell nproc)
 | 
			
		||||
CFLAGS = -I $(SQLITE) -I $(PARQUET_CPP)/arrow_ep-prefix/src/arrow_ep/cpp/src -I $(PARQUET_CPP)/src -I $(ARROW)/cpp/src $(OPTIMIZATIONS) -std=c++11 -Wall -fPIC -g
 | 
			
		||||
CFLAGS = -I $(SQLITE) -I $(ARROW)/cpp/src -I $(PARQUET_CPP)/arrow_ep-prefix/src/arrow_ep/cpp/src -I $(PARQUET_CPP)/src $(OPTIMIZATIONS) -std=c++11 -Wall -fPIC -g
 | 
			
		||||
 | 
			
		||||
ALL_LIBS = $(PARQUET_CPP_LIB) $(LZ4_LIB) $(ZSTD_LIB) $(THRIFT_LIB) $(SNAPPY_LIB) $(ARROW_LIB) \
 | 
			
		||||
	  $(ICU_I18N_LIB) $(ICU_UC_LIB) $(ICU_DATA_LIB) \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user