You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new here and currently trying to build and use NITRO with my own project using the conan paketet manager.
When I'm building nitro by calling
conan create --build missing .
there are missing header files related to the j2k c-interface defintiions when c++ nitf module is built:
J2KComponent.cpp
C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\include\nitf/J2KComponent.hpp(30,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "j2k/Component.h": No such file or directory [C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\nitf-c+
+.vcxproj]
J2KCompressionParameters.cpp
J2KCompressor.cpp
C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\source\J2KCompressor.cpp(28,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "j2k/TileWriter.h": No such file or directory [C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\nitf-c++.vc
xproj]
Code wird generiert...
Kompilieren...
J2KContainer.cpp
C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\include\nitf/J2KContainer.hpp(30,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "j2k/Container.h": No such file or directory [C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\nitf-c+
+.vcxproj]
J2KEncoder.cpp
C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\include\nitf/J2KEncoder.hpp(33,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "j2k/TileWriter.h": No such file or directory [C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\nitf-c++
.vcxproj]
J2KImage.cpp
C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\include\nitf/J2KImage.hpp(30,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "j2k/TileWriter.h": No such file or directory [C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\nitf-c++.v
cxproj]
J2KReader.cpp
C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\include\nitf/J2KReader.hpp(32,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "j2k/j2k_Reader.h": No such file or directory [C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\nitf-c++.
vcxproj]
J2KStream.cpp
C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\include\nitf/J2KStream.hpp(30,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "j2k/TileWriter.h": No such file or directory [C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\nitf-c++.
vcxproj]
J2KWriter.cpp
C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\include\nitf/J2KWriter.hpp(33,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "j2k/j2k_Writer.h": No such file or directory [C:\Users\seda\.conan_short\af3c4f\1\modules\c++\nitf\nitf-c++.
vcxproj]
LabelSegment.cpp
Can anyone provide a hint related to that problem? Every given hint would really be appreciated.
Note:
I already had to change conanfile.py in order to get that far, as the required coda-oss/master_* could could not be found and I had to create coda-oss locally in order to have the needed packages at least in my local repository.
Python had to be disabled due to missing libpython dependencies, but that should not be my issue here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm new here and currently trying to build and use NITRO with my own project using the conan paketet manager.
When I'm building nitro by calling
there are missing header files related to the j2k c-interface defintiions when c++ nitf module is built:
Can anyone provide a hint related to that problem? Every given hint would really be appreciated.
Note:
I already had to change conanfile.py in order to get that far, as the required coda-oss/master_* could could not be found and I had to create coda-oss locally in order to have the needed packages at least in my local repository.
Python had to be disabled due to missing libpython dependencies, but that should not be my issue here.
Used tags:
NITRO: NITRO-2.11.0
coda-oss: 2022-08-30_cpp14
Beta Was this translation helpful? Give feedback.
All reactions