<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 09-03-2011 02:59, Angelos Tzotsos wrote:
<blockquote cite="mid:4D76ECFD.6080708@gmail.com" type="cite">Hi
Joaquim,
<br>
<br>
In order to build with OpenJpeg, you must use the unreleased
version 2.0 of OpenJpeg.
<br>
Try the following:
<br>
<a class="moz-txt-link-freetext" href="http://code.google.com/p/openjpeg/downloads/detail?name=openjpeg_v2_alpha_0.zip">http://code.google.com/p/openjpeg/downloads/detail?name=openjpeg_v2_alpha_0.zip</a>
<br>
</blockquote>
<br>
Thanks Angelos, but with this version I'm not even able to build
OpenJpeg as it hangs on CMake with this error<br>
<span style="color: rgb(255, 0, 0);">Could NOT find TIFF (missing:
TIFF_LIBRARY TIFF_INCLUDE_DIR)<br>
<br>
</span>Easy to fix the above by pointing into its local libtiff
directory but compilation hangs latter on with (only first of many)<br>
<br>
Error 1 error C2373: 'opj_stream_create' : redefinition;
different type modifiers
C:\programs\compa_libs\OpenJPEG_V2_Alpha\Development\libopenjpeg\cio.c
228 1 openjpeg<br>
<br>
Also, since it comes with a libtif.lib it would not likely compile
for Win64 which is may main goal to try this.<br>
<br>
Regards <br>
<br>
Joaquim<br>
<span style="color: rgb(255, 0, 0);"></span><br>
<blockquote cite="mid:4D76ECFD.6080708@gmail.com" type="cite">
<br>
Regards,
<br>
Angelos
<br>
<br>
On 03/09/2011 03:23 AM, Joaquim Luis wrote:
<br>
<blockquote type="cite">Hi,
<br>
<br>
My attempt to build gdal (trunk) on Windows with OpenJpeg failed
with these errors
<br>
<br>
C:\programs\GDALtrunk\gdal\frmts>cd openjpeg && nmake
/nologo /f makefile.vc && cd .. || exit 1
<br>
cl /nologo /MD /EHsc /Ox /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /DNDEBUG /W4 /wd4127 /wd4251 /wd4275
/wd4786 /wd4100 /wd4245 /wd4206 /wd4018 /wd4389 -I..\..\port
-I..\..\ogr -I..\..\gcore -I..\..\alg -I..\..\ogr\ogrsf_frmts
-IC:\programs\compa_libs\openjpeg_v1_4\libopenjpeg
-DOGR_ENABLED /c openjpegdataset.cpp
<br>
openjpegdataset.cpp
<br>
openjpegdataset.cpp(80) : error C2146: syntax error : missing
';' before identifier 'JP2OpenJPEGDataset_Read'
<br>
openjpegdataset.cpp(80) : error C4430: missing type specifier -
int assumed. Note: C++ does not support default-int
<br>
openjpegdataset.cpp(80) : error C2061: syntax error : identifier
'OPJ_UINT32'
<br>
<br>
I greped for OPJ_UINT32 in the OpenJpeg source and on GDAL's)
and there was no sign of it.
<br>
I am using openjpeg_v1_4_source_r697 as per its web site.
<br>
<br>
<br>
Joaquim
<br>
_______________________________________________
<br>
gdal-dev mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/gdal-dev">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
<br>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</body>
</html>