RealmeIP / openjpeg

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

opj_inttypes.h:39:2: error: unsupported platform #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn clone from trunk
2. cmake .
3. make

What is the expected output? What do you see instead?

Expecting: no errors

Seeing instead:

[ 65%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/index.c.o
In file included from /Users/eikeon/Projects/openjpeg/src/bin/jp2/index.c:34:
/Users/eikeon/Projects/openjpeg/src/lib/openjp2/opj_inttypes.h:39:2: error: 
unsupported platform
#error unsupported platform
 ^

What version of the product are you using? On what operating system?

This is happening on both OS X and Ubuntu 12.10

Please provide any additional information below.

This started happening at r2301.

Original issue reported on code.google.com by eik...@eikeon.com on 19 Mar 2013 at 2:54

GoogleCodeExporter commented 8 years ago
And it should have been stopped with r2315. Try it.

winfried

Original comment by szukw...@arcor.de on 20 Mar 2013 at 11:03

GoogleCodeExporter commented 8 years ago
Yep, r2315 is working. My working copy still had some changes in it and was not 
at a clean r2315.

Sorry for the false alarm; my svn is rusty since I have been using git and 
other DVCS for the past 5+ years ;) Has openjpeg had any thoughts of moving to 
git (and maybe github)?

Original comment by eik...@eikeon.com on 20 Mar 2013 at 12:38

GoogleCodeExporter commented 8 years ago

Original comment by savmick...@gmail.com on 21 Mar 2013 at 5:44