[MacPorts] #41241: vxl fails to build on OS X 10.9 Mavericks

MacPorts noreply at macports.org
Thu Nov 7 18:18:48 PST 2013


#41241: vxl fails to build on OS X 10.9 Mavericks
---------------------------------+--------------------------------
  Reporter:  andreas.schuh.84@…  |      Owner:  macports-tickets@…
      Type:  defect              |     Status:  new
  Priority:  Normal              |  Milestone:
 Component:  ports               |    Version:  2.2.1
Resolution:                      |   Keywords:  mavericks
      Port:  vxl                 |
---------------------------------+--------------------------------

Comment (by andreas.schuh.84@…):

 For documentation, I managed to solve the openjpeg2 related 'unknown type
 name 'opj_codec_t' error as follows:

 - Set '''VXL_FORCE_V3P_OPENJPEG2''' to ON
 - Add the following to '''core/vil/CMakeLists.txt''' around line 133 after
 all dependencies were looked for. Required because the more recent
 (incompatible) OpenJPEG2 header files were in the same MacPorts
 installation directory as other dependencies.

 {{{
 IF(NOT VXL_USING_NATIVE_OPENJPEG2)
   INCLUDE_DIRECTORIES(BEFORE ${OPENJPEG2_INCLUDE_DIR})
 ENDIF()
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/41241#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list