DavidGriffith / gorilla-audio

Automatically exported from code.google.com/p/gorilla-audio
MIT License
0 stars 0 forks source link

OSX build failure #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd build/
2. cmake .
3. make

What is the expected output? What do you see instead?
Expected: 
Builds library.

Actual: 
Scanning dependencies of target gorilla
[  3%] Building C object 
CMakeFiles/gorilla.dir/Users/justin/Downloads/GorillaAudio-0.3.0-src/src/ga.c.o
[  7%] Building C object 
CMakeFiles/gorilla.dir/Users/justin/Downloads/GorillaAudio-0.3.0-src/src/gau.c.o
/Users/justin/Downloads/GorillaAudio-0.3.0-src/src/gau.c:31: error: 
redefinition of typedef ‘gau_Manager’
/Users/justin/Downloads/GorillaAudio-0.3.0-src/build/../include/gorilla/gau.h:38
: error: previous declaration of ‘gau_Manager’ was here
make[2]: *** 
[CMakeFiles/gorilla.dir/Users/justin/Downloads/GorillaAudio-0.3.0-src/src/gau.c.
o] Error 1
make[1]: *** [CMakeFiles/gorilla.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?
Version 0.3.0 downloaded archive. CMake 2.8.9. Xcode 4.5.2

Please provide any additional information below.

Let me know if I can provide any additional information.

Original issue reported on code.google.com by bowes.ju...@gmail.com on 5 Dec 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Gah, dummy. OS is OSX 10.8.2

Original comment by bowes.ju...@gmail.com on 5 Dec 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Library builds with attached patch.

Original comment by bowes.ju...@gmail.com on 5 Dec 2012 at 3:44

Attachments: