search for: oggimport

Displaying 8 results from an estimated 8 matches for "oggimport".

2010 Aug 24
1
trouble building XiphQT
...projects into external-libs; doing the full trunk checkout doesn't. I had to open every Xcode project and change the base SDK; none of my systems have the old 10.4 SDK on them. Building fails with a cascade of errors that start with In file included from /Volumes/data/XiphQT/build-macosx/../OggImport/src/OggImport.c:55: /Volumes/data/XiphQT/build-macosx/../OggImport/src/importer_types.h:99: error: expected specifier-qualifier-list before 'Track' /Volumes/data/XiphQT/build-macosx/../OggImport/src/importer_types.h:152: error: expected specifier-qualifier-list before 'Movie' /Volum...
2008 Jan 11
0
XiphQT OggImport component OS X symbol error
Sorry if this is a duplicate, but I did not see the original in my "Sent" mailbox. I am trying to build XiphQT's OggImport component on OS X 10.5 with Xcode 3.0. I am using frameworks, so I have XIPHQT_USE_FRAMEWORKS set. I get the following error: Ld /Users/jeff/programming/xiph-qt/OggImport/build/Development/ OggImport.component/Contents/MacOS/OggImport normal i386 cd /Users/jeff/programming/xiph-qt/OggI...
2008 Jan 12
2
XiphQT OggImport component on OS X link error
I am trying to build the OggImport component using Xcode 3.0. Since I am a fan of frameworks, I have the XIPHQT_USE_FRAMEWORKS define set. Anyhow, I am getting a link error as listed below. Ld /Users/jeff/programming/xiph-qt/OggImport/build/Development/ OggImport.component/Contents/MacOS/OggImport normal i386 cd /Users/...
2010 Aug 22
4
trouble building XiphQT
Hi all. Maybe there's a document about the build procedure that I overlooked; if so, please let me know. Meanwhile, I'm having trouble getting this thing to build. At first I saw missing-header complaints, so I checked the entire trunk out of the repository to make sure I have everything. After correcting the base SDK in each Xcode project (they're all set to the OS 10.4 SDK, which
2006 Apr 30
1
building OggImporter
...holding question: I've been trying to build your xiph-qt package on my MacBook Pro (MacOS X 10.4.6, Xcode 2.2.1) I've tried the Ogg, Vorbis, and theora-exp frameworks, and the CAVorbis and Theora components and they all seem to have built fine, but I get a couple of hundred errors building OggImporter, starting with a missing ogg.h include in common.h, and on with numerous parse errors, for example: Parse error before OggImportGlobalsPtr in ComponentDispatchHelper.c What am I missing to build this? I assume I can't really do anything without a working OggImporter component? -r
2010 Jul 21
2
Compiling in Xcode
...initions, for the most part: src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26:0 src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26: error: expected specifier-qualifier-list before 'FLAC__FileDecoderState' and /Users/dmitry/Developer/objc/xiph-qt/build-macosx/../OggImport/src/importer_types.h:99:0 /Users/dmitry/Developer/objc/xiph-qt/build-macosx/../OggImport/src/importer_types.h:99: error: syntax error before 'Track' are some of the repeating examples of errors. I've tried building PPC, 32 and x64 builds, as well as the universal ones, but they all fa...
2010 Jul 22
1
Compiling the Xiph QuickTime component project in Xcode 3.2
...finitions, for the most part: src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26:0 src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26: error: expected specifier-qualifier-list before 'FLAC__FileDecoderState' and /Users/dmitry/Developer/objc/xiph-qt/build-macosx/../OggImport/src/importer_types.h:99:0 /Users/dmitry/Developer/objc/xiph-qt/build-macosx/../OggImport/src/importer_types.h:99: error: syntax error before 'Track' are some of the repeating examples of errors. I've tried building PPC, 32 and x64 builds, as well as the universal ones, but they all fa...
2010 Jul 21
0
Compiling in Xcode
...-1.1.0/src/libFLAC/include/protected/file_decoder.h:26:0 > src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26: > error: expected specifier-qualifier-list before > 'FLAC__FileDecoderState' > > and > > /Users/dmitry/Developer/objc/xiph-qt/build-macosx/../OggImport/src/ > importer_types.h:99:0 /Users/dmitry/Developer/objc/xiph-qt/build- > macosx/../OggImport/src/importer_types.h:99: error: syntax error > before 'Track' > > are some of the repeating examples of errors. > > I've tried building PPC, 32 and x64 builds, as well...