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

Unable to build on Linux Debian Bulleyes with UE5 #9

Open
trungus opened this issue Aug 6, 2022 · 0 comments
Open

Unable to build on Linux Debian Bulleyes with UE5 #9

trungus opened this issue Aug 6, 2022 · 0 comments

Comments

@trungus
Copy link

trungus commented Aug 6, 2022

Hi people

I have an error and I can't figure out how to solve it.
I follow this issue and I workaround the error
configure: error: cannot run C compiled programs..

But now I get another error

checking linux/userfaultfd.h usability... no
checking linux/userfaultfd.h presence... no
checking for linux/userfaultfd.h... no
checking whether byte ordering is bigendian... no
checking for 64bit integer type... configure: error: long long not found
gdal-ue4/2.4.0@adamrehn/5.0: 
gdal-ue4/2.4.0@adamrehn/5.0: ERROR: Package 'a852cbbff64790bfac46213f30f74755a2ee10d2' build failed
gdal-ue4/2.4.0@adamrehn/5.0: WARN: Build folder /home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2
ERROR: gdal-ue4/2.4.0@adamrehn/5.0: Error in build() method, line 132
        self.build_unix()
while calling 'build_unix', line 250
        self.run("./configure --prefix=/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/package/a852cbbff64790bfac46213f30f74755a2ee10d2 --datarootdir=/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/package/a852cbbff64790bfac46213f30f74755a2ee10d2/data --enable-static --disable-shared --without-libtool --enable-pdf-plugin=no --without-ld-shared --with-threads=yes --with-libz=/home/trungus/.conan/data/zlib/ue4/adamrehn/5.0/package/4a8aa5a92eca740ec3100060d2a1f829bb028521 --without-liblzma --without-libiconv-prefix --without-pg --without-grass --without-libgrass --without-cfitsio --without-pcraster --with-png=/home/trungus/.conan/data/UElibPNG/ue4/adamrehn/5.0/package/4a8aa5a92eca740ec3100060d2a1f829bb028521 --without-mrf --without-dds --without-gta --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-rename_internal_libtiff_symbols --with-rename_internal_libgeotiff_symbols --without-jpeg12 --without-gif --without-ogdi --without-fme --without-sosi --without-mongocxx --without-hdf4 --without-hdf5 --without-kea --without-netcdf --without-jasper --without-openjpeg --without-fgdb --without-ecw --without-kakadu --without-mrsid --without-jp2mrsid --without-mrsid_lidar --without-msg --without-bsb --without-oci --without-oci-include --without-oci-lib --without-grib --without-mysql --without-ingres --without-xerces --without-expat --without-libkml --without-odbc --with-dods-root=no --without-curl --without-xml2 --without-spatialite --without-sqlite3 --without-pcre --without-idb --without-sde --without-epsilon --without-webp --without-qhull --with-freexl=no --with-libjson-c=internal --without-pam --without-poppler --without-podofo --without-pdfium --without-perl --without-python --without-java --without-mdb --without-rasdaman --without-armadillo --without-cryptopp --with-zstd=no --with-proj=/home/trungus/.conan/data/proj-ue4/4.9.3/adamrehn/5.0/package/d2e16ee6f6e041fdd8a86de339ae404b8d5c004c --with-geos=/home/trungus/.conan/data/geos-ue4/3.6.3/adamrehn/5.0/package/d2e16ee6f6e041fdd8a86de339ae404b8d5c004c/bin/geos-config --bindir=${prefix}/bin --sbindir=${prefix}/bin --libexecdir=${prefix}/bin --libdir=${prefix}/lib --includedir=${prefix}/include --oldincludedir=${prefix}/include")

If I run the ./configure in the terminal work just fine
I attach my config.log.

If I run ./configure from a terminal and them make && make install, I got another error

(cd port; make)
make[1]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/port'
make[1]: Nothing to be done for 'default'.
make[1]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/port'
(cd gcore; make generate_gdal_version_h)
make[1]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore'
make[1]: Nothing to be done for 'generate_gdal_version_h'.
make[1]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore'
(cd gcore; make)
make[1]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore'
make -C mdreader
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore/mdreader'
make[2]: Nothing to be done for 'default'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore/mdreader'
make[1]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore'
(cd alg; make)
make[1]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/alg'
make[1]: Nothing to be done for 'default'.
make[1]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/alg'
(cd frmts; make)
make[1]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts'
make -C gxf install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gxf'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gxf'
make -C gtiff install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gtiff'
(cd libgeotiff; make install-obj)
make[3]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gtiff/libgeotiff'
make[3]: Nothing to be done for 'install-obj'.
make[3]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gtiff/libgeotiff'
(cd libtiff; make install-obj)
make[3]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gtiff/libtiff'
make[3]: Nothing to be done for 'install-obj'.
make[3]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gtiff/libtiff'
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gtiff'
make -C hfa install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/hfa'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/hfa'
make -C aigrid install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/aigrid'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/aigrid'
make -C aaigrid install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/aaigrid'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/aaigrid'
make -C ceos install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ceos'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ceos'
make -C ceos2 install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ceos2'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ceos2'
make -C iso8211 install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/iso8211'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/iso8211'
make -C xpm install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/xpm'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/xpm'
make -C sdts install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/sdts'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/sdts'
make -C raw install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/raw'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/raw'
make -C dted install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/dted'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/dted'
make -C mem install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/mem'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/mem'
make -C jdem install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/jdem'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/jdem'
make -C envisat install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/envisat'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/envisat'
make -C elas install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/elas'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/elas'
make -C fit install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/fit'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/fit'
make -C vrt install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/vrt'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/vrt'
make -C usgsdem install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/usgsdem'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/usgsdem'
make -C l1b install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/l1b'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/l1b'
make -C nitf install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/nitf'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/nitf'
make -C bmp install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/bmp'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/bmp'
make -C airsar install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/airsar'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/airsar'
make -C rs2 install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/rs2'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/rs2'
make -C ilwis install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ilwis'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ilwis'
make -C rmf install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/rmf'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/rmf'
make -C leveller install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/leveller'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/leveller'
make -C sgi install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/sgi'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/sgi'
make -C srtmhgt install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/srtmhgt'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/srtmhgt'
make -C idrisi install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/idrisi'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/idrisi'
make -C gsg install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gsg'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gsg'
make -C ingr install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ingr'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ingr'
make -C ers install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ers'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ers'
make -C jaxapalsar install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/jaxapalsar'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/jaxapalsar'
make -C dimap install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/dimap'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/dimap'
make -C gff install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gff'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/gff'
make -C cosar install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/cosar'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/cosar'
make -C pds install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/pds'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/pds'
make -C adrg install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/adrg'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/adrg'
make -C coasp install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/coasp'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/coasp'
make -C tsx install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/tsx'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/tsx'
make -C terragen install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/terragen'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/terragen'
make -C blx install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/blx'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/blx'
make -C msgn install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/msgn'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/msgn'
make -C til install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/til'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/til'
make -C r install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/r'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/r'
make -C northwood install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/northwood'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/northwood'
make -C saga install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/saga'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/saga'
make -C xyz install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/xyz'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/xyz'
make -C hf2 install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/hf2'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/hf2'
make -C kmlsuperoverlay install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/kmlsuperoverlay'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/kmlsuperoverlay'
make -C ctg install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ctg'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ctg'
make -C e00grid install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/e00grid'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/e00grid'
make -C zmap install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/zmap'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/zmap'
make -C ngsgeoid install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ngsgeoid'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ngsgeoid'
make -C iris install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/iris'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/iris'
make -C map install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/map'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/map'
make -C cals install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/cals'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/cals'
make -C safe install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/safe'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/safe'
make -C sentinel2 install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/sentinel2'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/sentinel2'
make -C derived install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/derived'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/derived'
make -C prf install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/prf'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/prf'
make -C sigdem install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/sigdem'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/sigdem'
make -C ignfheightasciigrid install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ignfheightasciigrid'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ignfheightasciigrid'
make -C jpeg install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/jpeg'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/jpeg'
make -C png install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/png'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/png'
make -C pcidsk install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/pcidsk'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/pcidsk'
make -C rik install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/rik'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/rik'
make -C ozi install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ozi'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/ozi'
make -C pdf install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/pdf'
make[2]: Nothing to be done for 'install-obj'.
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/pdf'
make -C jpegls install-obj
make[2]: Entering directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/jpegls'
g++ -I/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/port -I/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore -I/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/alg -I/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr -I/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr/ogrsf_frmts -I/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gnm -I/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -fPIC  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wlogical-op -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wduplicated-cond -Wextra-semi -Wfloat-conversion -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wzero-as-null-pointer-constant -Wsuggest-override -Wimplicit-fallthrough  -DCHARLS_2 -DGNM_ENABLED -I/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/port -I/home/trungus/.conan/data/UElibPNG/ue4/adamrehn/5.0/package/4a8aa5a92eca740ec3100060d2a1f829bb028521 -I/home/trungus/.conan/data/UElibPNG/ue4/adamrehn/5.0/package/4a8aa5a92eca740ec3100060d2a1f829bb028521/include -I/home/trungus/.conan/data/zlib/ue4/adamrehn/5.0/package/4a8aa5a92eca740ec3100060d2a1f829bb028521 -I/home/trungus/.conan/data/zlib/ue4/adamrehn/5.0/package/4a8aa5a92eca740ec3100060d2a1f829bb028521/include  -DGDAL_COMPILATION -c -o ../o/jpeglsdataset.o jpeglsdataset.cpp
In file included from /home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr/ogr_api.h:45,
                 from /home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore/gdal.h:50,
                 from /home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore/gdal_priv.h:60,
                 from /home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/gcore/gdal_pam.h:35,
                 from jpeglsdataset.cpp:31:
/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr/ogr_core.h: In member function ‘void OGREnvelope::Intersect(const OGREnvelope&)’:
/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr/ogr_core.h:122:33: warning: implicitly-declared ‘constexpr OGREnvelope& OGREnvelope::operator=(const OGREnvelope&)’ is deprecated [-Wdeprecated-copy]
  122 |             *this = OGREnvelope();
      |                                 ^
/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr/ogr_core.h:68:9: note: because ‘OGREnvelope’ has user-provided ‘OGREnvelope::OGREnvelope(const OGREnvelope&)’
   68 |         OGREnvelope(const OGREnvelope& oOther) :
      |         ^~~~~~~~~~~
/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr/ogr_core.h: In member function ‘void OGREnvelope3D::Intersect(const OGREnvelope3D&)’:
/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr/ogr_core.h:229:35: warning: implicitly-declared ‘constexpr OGREnvelope3D& OGREnvelope3D::operator=(const OGREnvelope3D&)’ is deprecated [-Wdeprecated-copy]
  229 |             *this = OGREnvelope3D();
      |                                   ^
/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/ogr/ogr_core.h:169:9: note: because ‘OGREnvelope3D’ has user-provided ‘OGREnvelope3D::OGREnvelope3D(const OGREnvelope3D&)’
  169 |         OGREnvelope3D(const OGREnvelope3D& oOther) :
      |         ^~~~~~~~~~~~~
jpeglsdataset.cpp: In function ‘const char* JPEGLSGetErrorAsString(CharlsApiResultType)’:
jpeglsdataset.cpp:125:35: error: ‘ImageTypeNotSupported’ is not a member of ‘CharlsApiResultType’ {aka ‘charls::jpegls_errc’}
  125 |         case CharlsApiResultType::ImageTypeNotSupported: return "ImageTypeNotSupported";
      |                                   ^~~~~~~~~~~~~~~~~~~~~
jpeglsdataset.cpp:126:35: error: ‘UnsupportedBitDepthForTransform’ is not a member of ‘CharlsApiResultType’ {aka ‘charls::jpegls_errc’}; did you mean ‘UnsupportedColorTransform’?
  126 |         case CharlsApiResultType::UnsupportedBitDepthForTransform: return "UnsupportedBitDepthForTransform";
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                   UnsupportedColorTransform
jpeglsdataset.cpp: In member function ‘CPLErr JPEGLSDataset::Uncompress()’:
jpeglsdataset.cpp:319:76: warning: ‘CharlsApiResultType JpegLsDecode(void*, size_t, const void*, size_t, const JlsParameters*, char*)’ is deprecated: Functionality will be removed in the next major version, use CHARLS_NO_DEPRECATED_WARNING to suppress this deprecation. [-Wdeprecated-declarations]
  319 |                             pabyCompressedData, nFileSize, nullptr, nullptr);
      |                                                                            ^
In file included from /usr/include/CharLS/charls.h:7,
                 from jpegls_header.h:42,
                 from jpeglsdataset.cpp:33:
/usr/include/CharLS/charls_jpegls_decoder.h:206:1: note: declared here
  206 | JpegLsDecode(OUT_WRITES_BYTES_(destination_length) void* destination, size_t destination_length,
      | ^~~~~~~~~~~~
jpeglsdataset.cpp: In static member function ‘static GDALDataset* JPEGLSDataset::Open(GDALOpenInfo*)’:
jpeglsdataset.cpp:437:76: warning: ‘CharlsApiResultType JpegLsReadHeader(const void*, size_t, JlsParameters*, char*)’ is deprecated: Functionality will be removed in the next major version, use CHARLS_NO_DEPRECATED_WARNING to suppress this deprecation. [-Wdeprecated-declarations]
  437 |                                 poOpenInfo->nHeaderBytes, &sParams, nullptr);
      |                                                                            ^
In file included from /usr/include/CharLS/charls.h:7,
                 from jpegls_header.h:42,
                 from jpeglsdataset.cpp:33:
/usr/include/CharLS/charls_jpegls_decoder.h:187:1: note: declared here
  187 | JpegLsReadHeader(IN_READS_BYTES_(source_length) const void* source, size_t source_length, OUT_ struct JlsParameters* params,
      | ^~~~~~~~~~~~~~~~
jpeglsdataset.cpp:475:69: warning: ‘CharlsApiResultType JpegLsReadHeader(const void*, size_t, JlsParameters*, char*)’ is deprecated: Functionality will be removed in the next major version, use CHARLS_NO_DEPRECATED_WARNING to suppress this deprecation. [-Wdeprecated-declarations]
  475 |         eError = JpegLsReadHeader(abyBuffer, 1024, &sParams, nullptr);
      |                                                                     ^
In file included from /usr/include/CharLS/charls.h:7,
                 from jpegls_header.h:42,
                 from jpeglsdataset.cpp:33:
/usr/include/CharLS/charls_jpegls_decoder.h:187:1: note: declared here
  187 | JpegLsReadHeader(IN_READS_BYTES_(source_length) const void* source, size_t source_length, OUT_ struct JlsParameters* params,
      | ^~~~~~~~~~~~~~~~
jpeglsdataset.cpp: In static member function ‘static GDALDataset* JPEGLSDataset::CreateCopy(const char*, GDALDataset*, int, char**, GDALProgressFunc, void*)’:
jpeglsdataset.cpp:715:31: warning: ‘CharlsApiResultType JpegLsEncode(void*, size_t, size_t*, const void*, size_t, const JlsParameters*, char*)’ is deprecated: Functionality will be removed in the next major version, use CHARLS_NO_DEPRECATED_WARNING to suppress this deprecation. [-Wdeprecated-declarations]
  715 |                               );
      |                               ^
In file included from /usr/include/CharLS/charls.h:8,
                 from jpegls_header.h:42,
                 from jpeglsdataset.cpp:33:
/usr/include/CharLS/charls_jpegls_encoder.h:204:1: note: declared here
  204 | JpegLsEncode(OUT_WRITES_BYTES_(destination_length) void* destination, size_t destination_length, OUT_ size_t* bytes_written,
      | ^~~~~~~~~~~~
make[2]: *** [../../GDALmake.opt:674: ../o/jpeglsdataset.o] Error 1
make[2]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts/jpegls'
make[1]: *** [GNUmakefile:15: jpegls-install-obj] Error 2
make[1]: Leaving directory '/home/trungus/.conan/data/gdal-ue4/2.4.0/adamrehn/5.0/build/a852cbbff64790bfac46213f30f74755a2ee10d2/gdal/gdal/frmts'
make: *** [GNUmakefile:100: frmts-target] Error 2

Anyone has some ideas?.

Thank you in advance
Best Regards

config.log

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

1 participant