Opened 11 years ago

Closed 6 years ago

#5156 closed enhancement (invalid)

[PATCH] Successful nmake compile with kakadu 7

Reported by: mathiask Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: svn-trunk
Severity: normal Keywords: kakadu
Cc:

Description

I had to make a minor patch to jp2kak makefile.vc to get gdal to compile with kakadu 7.2.2

Index: gdal/frmts/jp2kak/makefile.vc
===================================================================
--- gdal/frmts/jp2kak/makefile.vc       (revision 26184)
+++ gdal/frmts/jp2kak/makefile.vc       (working copy)
@@ -6,7 +6,7 @@
 KAKINC = -I$(KAKSRC)/managed/all_includes \
        -I$(KAKSRC)/apps/jp2
 OBJ_EXT =      obj
-OBJ_PREFIX =   $(KAKDIR)\v6_generated_x86
+OBJ_PREFIX =   $(KAKDIR)\v7_generated_x86
 OBJ_CONFIG =   release

 KAK_APPS_OBJ = \
@@ -20,7 +20,8 @@
             $(OBJ_PREFIX)\buffered_expand\$(OBJ_CONFIG)\kdu_stripe_decompressor.obj \
             $(OBJ_PREFIX)\render\$(OBJ_CONFIG)\kdu_region_decompressor.obj \
             $(OBJ_PREFIX)\compress\$(OBJ_CONFIG)\kdu_tiff.obj \
-            $(OBJ_PREFIX)\compress\$(OBJ_CONFIG)\jpx.obj
+            $(OBJ_PREFIX)\compress\$(OBJ_CONFIG)\jpx.obj \
+            $(OBJ_PREFIX)\buffered_expand\$(OBJ_CONFIG)\ssse3_stripe_transfer.obj

 OBJ    =       jp2kakdataset.obj
 EXTRAFLAGS =   $(KAKINC) /DKDU_PENTIUM_MSVC /EHsc

Change History (3)

comment:1 by Jukka Rahkonen, 9 years ago

Patch not yet reviewed nor applied 2014-12-26.

comment:2 by Jukka Rahkonen, 9 years ago

Summary: successful nmake compile with kakadu 7[PATCH] Successful nmake compile with kakadu 7

comment:3 by Even Rouault, 6 years ago

Resolution: invalid
Status: newclosed

Outdated patch

Note: See TracTickets for help on using tickets.