We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
build successfully on aarch64 linux machine
git clone https://github.com/uclouvain/openjpeg.git openjpeg2 git checkout v2.5.0 cd openjpeg2 mkdir build && cd build cmake -DBUILD_THIRDPARTY:BOOL=ON .. make
../../../thirdparty/lib/libpng.a(pngrutil.c.o): In function png_init_filter_functions': pngrutil.c:(.text+0x6824): undefined reference to png_init_filter_functions_neon' collect2: error: ld returned 1 exit status make[2]: *** [src/bin/jp2/CMakeFiles/opj_compress.dir/build.make:214: bin/opj_compress] Error 1 make[1]: *** [CMakeFiles/Makefile2:453: src/bin/jp2/CMakeFiles/opj_compress.dir/all] Error 2 make: *** [Makefile:156: all] Error 2
png_init_filter_functions': pngrutil.c:(.text+0x6824): undefined reference to
CentOS Linux release 8.4.2105 uname -a Linux 5.10.134-14.1.al8.aarch64 #1 SMP Thu May 25 18:02:42 CST 2023 aarch64 aarch64 aarch64 GNU/Linux
v2.5.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior and actual behavior.
build successfully on aarch64 linux machine
Steps to reproduce the problem.
git clone https://github.com/uclouvain/openjpeg.git openjpeg2
git checkout v2.5.0
cd openjpeg2
mkdir build && cd build
cmake -DBUILD_THIRDPARTY:BOOL=ON ..
make
../../../thirdparty/lib/libpng.a(pngrutil.c.o): In function
png_init_filter_functions': pngrutil.c:(.text+0x6824): undefined reference to
png_init_filter_functions_neon'collect2: error: ld returned 1 exit status
make[2]: *** [src/bin/jp2/CMakeFiles/opj_compress.dir/build.make:214: bin/opj_compress] Error 1
make[1]: *** [CMakeFiles/Makefile2:453: src/bin/jp2/CMakeFiles/opj_compress.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
Operating system
CentOS Linux release 8.4.2105
uname -a
Linux 5.10.134-14.1.al8.aarch64 #1 SMP Thu May 25 18:02:42 CST 2023 aarch64 aarch64 aarch64 GNU/Linux
openjpeg version
v2.5.0
The text was updated successfully, but these errors were encountered: