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
Description:
I am encountering several errors while trying to compile OpenJPEG 2.5.3 on Windows using MinGW. The errors seem to be related to missing function declarations, unknown types, and undeclared constants in the JavaOpenJPEGDecoder.c file.
Error messages:
'opj_dinfo_t' is undefined
Implicit declaration of function 'reset_options_reading'
'CODEC_J2K' undeclared
'opj_common_ptr' undeclared
'opj_cio_open' and 'opj_decode' have incompatible argument types
'CODEC_JP2' undeclared
Implicit declaration of functions like 'opj_set_event_mgr' and 'opj_cio_close'
Steps to reproduce:
Clone the repository: git clone https://github.com/openjpeg/openjpeg.git
Follow the build instructions provided in the README.
Run mingw32-make to compile the project.
Expected behavior:
The project should compile successfully without errors.
Actual behavior:
The build fails with multiple errors related to undeclared functions, types, and constants, especially in the JavaOpenJPEGDecoder.c file.
Environment:
Operating system: Windows 10
Compiler: MinGW
OpenJPEG version: 2.5.3
CMake version: [cmake version 3.5.0-rc2]
Java version: [javac 1.8.0_202]
Additional context:
I have tried to build OpenJPEG 2.5.3 multiple times using the provided build instructions, but I keep encountering the same errors. Any help or guidance would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Description:
I am encountering several errors while trying to compile OpenJPEG 2.5.3 on Windows using MinGW. The errors seem to be related to missing function declarations, unknown types, and undeclared constants in the
JavaOpenJPEGDecoder.c
file.Error messages:
Steps to reproduce:
git clone https://github.com/openjpeg/openjpeg.git
mingw32-make
to compile the project.Expected behavior:
The project should compile successfully without errors.
Actual behavior:
The build fails with multiple errors related to undeclared functions, types, and constants, especially in the
JavaOpenJPEGDecoder.c
file.Environment:
Additional context:
I have tried to build OpenJPEG 2.5.3 multiple times using the provided build instructions, but I keep encountering the same errors. Any help or guidance would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: