RealmeIP / openjpeg

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

OpenJPEG doesn't compile on mac with gcc 4 #243

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Several methods are forward declared as static but the actual definition does 
not have the static keyword (gcc4 with our build options chokes on this).

This was reported in OpenJPEG 2.0.0
MacOSX 10.7.5
Xcode 3.2.6

Attached patch is generated with diff.

Original issue reported on code.google.com by brta.enf...@gmail.com on 8 Oct 2013 at 12:29

Attachments:

GoogleCodeExporter commented 8 years ago
Please provide a unified diff thanks.

Original comment by mathieu.malaterre on 24 Feb 2014 at 8:43

GoogleCodeExporter commented 8 years ago

Original comment by mathieu.malaterre on 25 Feb 2014 at 3:56

GoogleCodeExporter commented 8 years ago
marking as wontfix until OP update status. thanks.

Original comment by mathieu.malaterre on 3 Mar 2014 at 11:53

GoogleCodeExporter commented 8 years ago
New patch created with command
diff -ru Patched/src/lib/openjp2/t1.c Original/src/lib/openjp2/t1.c > 
Issue243-Patch2.txt

Original comment by brta.enf...@gmail.com on 7 Jul 2014 at 9:55

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by antonin on 8 Jul 2014 at 11:44