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
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:
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.
openhrp3/hrplib/hrpUtil/lpng1232/png.h
libpng1.6.37-2
Could you help me with it please?
Yuquan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear maintainers,
I followed the procedure below:
Whereas, I met the issue about
libpng
: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
The text was updated successfully, but these errors were encountered: