Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
libvorbis
08-20-2007, 11:16 AM,
#3
 
This has horribly broken the OS X build.

CompileC /Users/lauasanf/code/build/vdrift.build/Release-Deployment/vdrift.build/Objects-normal/ppc/sound.o /Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp normal ppc c++ com.apple.compilers.gcc.4_0
cd /Users/lauasanf/code/vdrift/tools/osx
/usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -g -O3 -fmessage-length=0 -mtune=G4 -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -I/Users/lauasanf/code/build/vdrift.build/Release-Deployment/vdrift.build/vdrift.hmap -mdynamic-no-pic -F/Users/lauasanf/code/build/Release-Deployment -F/Users/lauasanf/code/vdrift/tools/osx -I/Users/lauasanf/code/build/Release-Deployment/include -I../../include -ISDL.framework/Headers -Iode.framework/Headers -I/Users/lauasanf/code/build/vdrift.build/Release-Deployment/vdrift.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -include /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/pch-dxcmspvacvznjgafiylecvgkkmhx/pch.h -c /Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp -o /Users/lauasanf/code/build/vdrift.build/Release-Deployment/vdrift.build/Objects-normal/ppc/sound.o
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:10:31: error: vorbis/vorbisfile.h: No such file or directory
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp: In member function 'void SOUNDBUFFER::LoadOGG(const std:Confusedtring&, const SOUNDINFO&)':
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:792: error: 'vorbis_info' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:792: error: 'pInfo' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:793: error: 'OggVorbis_File' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:793: error: expected `;' before 'oggFile'
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:795: error: 'oggFile' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:795: error: 'ov_open' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:797: error: 'ov_info' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:800: error: 'ov_pcm_total' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:814: error: 'ov_clear' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:830: error: 'ov_read' was not declared in this scope
/Users/lauasanf/code/vdrift/tools/osx/../../src/sound.cpp:838: error: 'ov_clear' was not declared in this scope


Anyone got recommendations or a quick fix for this? If it's something that's going to take some time, I've still got a couple of recent working versions laying around.
Reply


Messages In This Thread
libvorbis - by joevenzon_phpbb2_import3 - 08-19-2007, 06:57 PM
[No subject] - by joevenzon_phpbb2_import3 - 08-19-2007, 10:20 PM
[No subject] - by cotharyus - 08-20-2007, 11:16 AM
[No subject] - by xTs - 08-20-2007, 03:01 PM
[No subject] - by cotharyus - 08-20-2007, 05:54 PM
[No subject] - by cotharyus - 08-20-2007, 08:45 PM
[No subject] - by joevenzon_phpbb2_import3 - 08-21-2007, 12:09 PM
[No subject] - by cotharyus - 08-21-2007, 04:05 PM
[No subject] - by cotharyus - 08-21-2007, 05:08 PM
[No subject] - by xTs - 08-21-2007, 05:57 PM
[No subject] - by cotharyus - 08-21-2007, 06:20 PM
[No subject] - by cotharyus - 08-21-2007, 07:31 PM
[No subject] - by joevenzon_phpbb2_import3 - 08-22-2007, 11:50 AM
[No subject] - by cotharyus - 08-22-2007, 02:01 PM
[No subject] - by cotharyus - 08-22-2007, 03:26 PM
[No subject] - by cotharyus - 08-22-2007, 05:12 PM
[No subject] - by cotharyus - 08-22-2007, 05:21 PM
[No subject] - by joevenzon_phpbb2_import3 - 08-23-2007, 12:44 AM
About libvorbis - by Fx - 08-23-2007, 05:22 AM
[No subject] - by cotharyus - 08-23-2007, 06:41 AM
[No subject] - by cotharyus - 08-23-2007, 08:40 AM
[No subject] - by mpo - 08-23-2007, 01:58 PM
[No subject] - by cotharyus - 08-23-2007, 02:08 PM
[No subject] - by mpo - 08-23-2007, 03:16 PM
Compiling ok - by Fx - 08-23-2007, 06:12 PM
[No subject] - by cotharyus - 08-23-2007, 07:43 PM
[No subject] - by mak77 - 08-24-2007, 05:01 AM
[No subject] - by bugsyv - 08-24-2007, 12:33 PM
Depolyment release - by Fx - 08-24-2007, 12:47 PM
[No subject] - by cotharyus - 08-24-2007, 12:57 PM
r1821 compile failed - by Fx - 08-25-2007, 09:38 AM
[No subject] - by cotharyus - 08-25-2007, 09:44 AM
r1821 - by Fx - 08-25-2007, 09:54 AM
[No subject] - by cotharyus - 08-25-2007, 10:40 AM
ogg/vorbis framework - by Fx - 08-25-2007, 11:02 AM
[No subject] - by Fx - 08-25-2007, 11:20 AM
[No subject] - by joevenzon_phpbb2_import3 - 08-25-2007, 11:29 AM
[No subject] - by cotharyus - 08-25-2007, 11:53 AM
[No subject] - by Fx - 08-25-2007, 03:38 PM
[No subject] - by cotharyus - 08-25-2007, 03:44 PM
[No subject] - by joevenzon_phpbb2_import3 - 08-25-2007, 08:16 PM
[No subject] - by cotharyus - 08-25-2007, 08:52 PM
[No subject] - by Fx - 08-26-2007, 04:22 AM
[No subject] - by joevenzon_phpbb2_import3 - 08-26-2007, 12:34 PM
[No subject] - by Fx - 08-26-2007, 03:24 PM
[No subject] - by cotharyus - 08-26-2007, 09:45 PM
[No subject] - by Fx - 08-27-2007, 03:05 AM
[No subject] - by bugsyv - 08-27-2007, 11:38 AM
[No subject] - by cotharyus - 08-27-2007, 01:40 PM
Mac OS X r1824/r64 Built/linked ok - by Fx - 08-28-2007, 03:03 PM
[No subject] - by cotharyus - 08-28-2007, 03:06 PM
[No subject] - by joevenzon_phpbb2_import3 - 08-28-2007, 11:06 PM
[No subject] - by abs1nth - 09-02-2007, 08:44 AM
[No subject] - by cotharyus - 09-02-2007, 09:25 AM
[No subject] - by abs1nth - 09-02-2007, 11:00 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)