Skip to content
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

Missing openjpegConfigure.h #38

Closed
gcode-importer opened this issue Sep 8, 2010 · 3 comments
Closed

Missing openjpegConfigure.h #38

gcode-importer opened this issue Sep 8, 2010 · 3 comments

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 38

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

Reported by mrevelle on 2010-09-08 20:39:45

@gcode-importer
Copy link
Author

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.

Reported by detonin on 2010-10-05 20:36:50

  • Status changed: Started

@gcode-importer
Copy link
Author

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.

Reported by vincent.torri on 2010-12-09 22:02:59

@gcode-importer
Copy link
Author

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.

Reported by detonin on 2011-01-29 14:18:54

  • Status changed: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant