-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build error for dcmj2pnm #32
Comments
Did you enable dcm2pnm in your build also? I'd guess the jpeg version won't build without it: https://github.com/jcfr/DCMTK/blob/patched/dcmjpeg/apps/dcmj2pnm.cc#L38 If you are still having problems, could you include your exact configuration steps (also try to use the docker build so everything is reproducible). |
Thx the quick reply! I tried to enable that, it is still failed but the error message is different: error: Linking globals named '_Z12dcm2pnm_mainiPPc': symbol multiply defined! I am using this steps for the building: 2.: And I using the latest stable version of the dcmjs-master. (I download it in zip on 05.27. If I am right the current version is faild on the CI so I did not update for that.) |
I have a problem: when I build it and the dcmj2pnm app is in the build, the build is faild with this error:
In file included from /work/dcmjs-build/DCMTK/dcmjpeg/apps/dcmj2pnm.cc:27:
/work/dcmjs-build/DCMTK/dcmjpeg/apps/../../dcmimage/apps/dcm2pnm.cc:121:10: fatal error: 'dcmtk/config/dcm2pnm_app.h' file not found
#include "dcmtk/config/dcm2pnm_app.h"
If I am right the problem is in the dcmtk source code, my question is that is there any option to change the version of the used dcmtk source? (If I am right You forked the dcmtk git repo and You use your own version of it. ) Can You give me a little description how can I use an other version of the dcmtk? (On my machine I currently using the native c++ 3.6.2 and it is working well.)
thx
The text was updated successfully, but these errors were encountered: