Export to GitHub

openjpeg - issue #38

Missing openjpegConfigure.h


Posted on Sep 8, 2010 by Happy Dog

The header "openjpegConfigure.h" appears to be missing from the repository in trunk.

Comment #1

Posted on Oct 5, 2010 by Happy Rabbit

We added an opj_config.h file, automatically generated by 'configure' tools and cmake.

For 'manual' building, one has to update properly opj_config.h.in.user and rename it to opj_config.h

For other IDE (Windows, Xcode), we are in the process of updating the corresponding project files.

Comment #2

Posted on Dec 9, 2010 by Helpful Monkey

the manual building should be deprecated. We are in 2010. cmake and autotools are the tools used for building projects. For IDE like VS or Xcode, that's another story.

Comment #3

Posted on Jan 29, 2011 by Happy Rabbit

Following building methods are currently supported : cmake and autotools. Both are generating opj_config.h automatically. Pleas use one of these two methods.

Note that cmake is able to generate VS project files automatically.

Status: WontFix

Labels:
Type-Defect Priority-Medium