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

v2.5.0 cannot be built successfully on aarch64 CentOS machine #1475

Closed
harlanc opened this issue Aug 2, 2023 · 0 comments
Closed

v2.5.0 cannot be built successfully on aarch64 CentOS machine #1475

harlanc opened this issue Aug 2, 2023 · 0 comments

Comments

@harlanc
Copy link

harlanc commented Aug 2, 2023

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

@harlanc harlanc closed this as completed Aug 19, 2023
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