troosh / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

CMakeLists.txt and Makefile.am for JPIP are buggy #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have just compiled several revision using CONFIGURE
with '--enable-jpip'. And found that the 'reorganization'
in revision 897 has neither been done in the 'CMakeLists.txt'
nor in the 'Makefile.am'. Only 'Makefile.nix' works.

revision-896
=============
cidx_manager.c       idxjp2_manager.c  phix_manager.c  tpix_manager.c
cio_ext.c            j2k_decoder.c     ppix_manager.c
event_mgr_handler.c  j2k_to_idxjp2.c   thix_manager.c

revision-897 and higher
=======================
event_mgr_handler.c  idxjp2_manager.c  j2k_decoder.c  j2k_to_idxjp2.c

ext_libopenjpeg/:
cidx_manager.c  ext_j2k.c  phix_manager.c  thix_manager.c
cio_ext.c       ext_jp2.c  ppix_manager.c  tpix_manager.c

CMAKE
======
CMake Error in applications/jpip/tools/indexer/CMakeLists.txt:
  Cannot find source file "cidx_manager.c".  Tried extensions .c .C .c++ .cc
  .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

CONFIGURE
=========
make[5]: Entering directory `PATH_TO/applications/jpip/tools/indexer'
make[5]: *** No rule to make target `cidx_manager.c', needed by 
`j2k_to_idxjp2-cidx_manager.o'.  Stop.

winfried

Original issue reported on code.google.com by szukw...@arcor.de on 30 Aug 2011 at 11:16

GoogleCodeExporter commented 9 years ago
Yes I know.

See this thread : 
http://groups.google.com/group/openjpeg/browse_thread/thread/1df6a0dbb00505ec

Should be fixed in 2-3 days.

Original comment by anto...@gmail.com on 31 Aug 2011 at 7:33

GoogleCodeExporter commented 9 years ago
This issue seems not fixed yet? 

Original comment by liminzhi...@gmail.com on 26 Sep 2011 at 2:53

GoogleCodeExporter commented 9 years ago
I believe this is done. Closing.

Original comment by mathieu.malaterre on 11 Jan 2012 at 9:27