fourpartswater / mandelbulber

Automatically exported from code.google.com/p/mandelbulber
GNU General Public License v3.0
0 stars 0 forks source link

Does not compile on OS X #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Does not compile on OS X:

In file included from 
/Users/martin/Downloads/submit4/fmmake-osx/freeminer-git/src/mapgen_math.h:35:
/Users/martin/Downloads/submit4/fmmake-osx/freeminer-git/src/mandelbulber/fracta
l.h:71:2: error: 
      redefinition of enumerator 'normal'
        normal = 0, colouring = 1, fake_AO = 2, deltaDE1 = 3, deltaDE2 = 4, orbitTrap = 5
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/S
DKs/MacOSX10.9.sdk/usr/include/MacTypes.h:558:3: note: 
      previous definition is here
  normal                        = 0,
  ^

Also see error report and patch at the Freeminer GitHub page: 
https://github.com/freeminer/freeminer/issues/99

Original issue reported on code.google.com by mdo...@gmail.com on 6 Jul 2014 at 11:01