Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdal build fails due to missing json_object_private.h #36

Open
captainkirk99 opened this issue Dec 13, 2020 · 1 comment
Open

gdal build fails due to missing json_object_private.h #36

captainkirk99 opened this issue Dec 13, 2020 · 1 comment

Comments

@captainkirk99
Copy link

On my Ubuntu system, the build of gdal fails like this:

libtool: compile:  g++ -I/home/ed/hyrax-dependencies/src/gdal-2.1.1/port -I/home/ed/hyrax-dependencies/src/gdal-2.1.1/gcore -I/home/ed/hyrax-dependencies/src/gdal-2.1.1/alg -I/home/ed/hyrax-dependencies/src/gdal-2.1.1/ogr -I/home/ed/hyrax-dependencies/src/gdal-2.1.1/ogr/ogrsf_frmts -I/home/ed/hyrax-dependencies/src/gdal-2.1.1/gnm -I/home/ed/hyrax-dependencies/src/gdal-2.1.1/apps -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wlogical-op -Wshadow -Werror=vla -Wnull-dereference -Wduplicated-cond -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -I/usr/include/json-c -I. -I.. -I../.. -DOGR_ENABLED -I/home/ed/hyrax-dependencies/src/gdal-2.1.1/port -I/usr/include/libqhull -I/usr/include/qhull -I/home/ed/hd1/deps/include -DGDAL_COMPILATION -c ogrgeojsonwriter.cpp  -fPIC -DPIC -o ../o/.libs/ogrgeojsonwriter.o
ogrgeojsonwriter.cpp:35:10: fatal error: json_object_private.h: No such file or directory
   35 | #include <json_object_private.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

I'm not sure if this is significant...

@jgallagher59701
Copy link
Member

jgallagher59701 commented Dec 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants