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

libpng version compatibility issue (Ubuntu 20.04) #159

Open
wyqsnddd opened this issue Nov 1, 2022 · 0 comments
Open

libpng version compatibility issue (Ubuntu 20.04) #159

wyqsnddd opened this issue Nov 1, 2022 · 0 comments

Comments

@wyqsnddd
Copy link

wyqsnddd commented Nov 1, 2022

Dear maintainers,

I followed the procedure below:

$ cd util
$ ./installPackages.sh packages.list.ubuntu.16.04
$ cd ..
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

Whereas, I met the issue about libpng:

[ 90%] Generating ../../sample/model/house/box.dae
Humanoid node
Joint node WAIST
  Segment node BODY
libpng error: Incompatible libpng version in application and library
terminate called after throwing an instance of 'char const*'
Aborted (core dumped)
make[2]: *** [sample/CMakeFiles/export_collada_models.dir/build.make:313: ../sample/model/house/box.dae] Error 134
make[1]: *** [CMakeFiles/Makefile2:1422: sample/CMakeFiles/export_collada_models.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

I noticed that openhrp3/hrplib/hrpUtil/lpng1232/png.h might be incompatible with the ubuntu 20.04's packages: libpng1.6.37-2.

Could you help me with it please?

Yuquan

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