search for: xcodeproj

Displaying 20 results from an estimated 40 matches for "xcodeproj".

2008 Jan 18
1
Questions about the Xcode projects and a bug found
What is the difference between Speex. xcodeproj and Speex_UB.xcodeproj? In building the Speex framework, I noticed that Speex_UB.xcodeproj is including several files that don't exist anymore as well as missing files that were added since it was last updated. Also, modes_wb.c is not included in either framework project which causes...
2013 May 03
2
(no subject)
Here's the Flac.xcodeproj, compressed with 7-zip as it's just a folder and can't be transmitted without being compressed, check to see if it works on your computers, and hopefully everything works. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-de...
2013 Apr 30
2
What is in directory flac.pbproj?
Ulrich Klauer wrote: > Erik de Castro Lopo wrote: > > > There is a bunch of seemingly windows related stuff in the top level > > directory flac.pbproj which has not been touched since 2009. > > Apparently, it is a Project Builder project, from NeXTSTEP/MacOS X. > Wikipedia says it "was" an IDE and "superseded by Xcode, as of Mac OS > X 10.3
2012 Nov 04
3
[LLVMdev] I can debug llvm source code by lldb on iMac
Ten days ago, I asked "Can I debug llvm source code by iMac Xcode?". I still cannot do it now, but I can debug llvm source code by iMac lldb. I write it down on section  "1.4  Create LLVM.xcodeproj of supporting cpu0 by terminal cmake command" of GammaLLVMBackendBook.pdf in https://www.dropbox.com/sh/2pkh1fewlq2zag9/r9n4gnqPm7  Best regards Jonathan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/p...
2007 Nov 14
3
FLAC codec in OS X Leopard
...eeks ago. Although I was a bit disappointed, but not surprised, to see that FLAC support isn't built natively into the OS, I was very happy to notice recently that Apple ships source code for a FLAC encoder and decoder codec component in /Developer/Examples/CoreAudio/AudioCodecs/ FLAC.xcodeproj. All that is necessary to build the codec is to download the latest FLAC source code, copy it into the project tree, #define VERSION appropriately, and build it. Once installed this allows Core Audio aware applications to encode and decode FLAC in a CAF container. I think this is superio...
2013 May 07
1
flac-dev Digest, Vol 102, Issue 7
On 07-05-13 07:43, Martijn van Beurden wrote: > It's not that hard to repackage it, is it? > > Here you go: www.icer.nl/misc_stuff/flac.xcodeproj .zip I don't know what went wrong with that link, but it should be http://www.icer.nl/misc_stuff/flac.xcodeproj.zip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130507/f2d9e7fe/attachment.htm
2012 Jan 14
2
[LLVMdev] Off Topic: Building ld
I have a need to build ld from source to understand an assert(0). I got excited when I found that ld64 on the opensource portal contains an xcodeproj http://opensource.apple.com/source/ld64/ld64-127.2/ But... it seems like I'm lacking mach-o/arm/reloc.h, and dyld_priv.h. I'm doing my best to stitch it all together, but if anyone has any pointers to make this less painful, it would be much obliged. Humbly, Joe Abbey Director of S/W D...
2017 Dec 15
2
llvm-config output on MacOS
Hi, I configured and built LLVM as follows on Mac OS 10.13.2: $ pwd <llvm-build-dir> $ cmake -G "Xcode" -DCMAKE_INSTALL_PREFIX=<llvm-install-dir> -DLLVM_ENABLE_PIC=0 <llvm-src-dir>/llvm $ xcodebuild -project LLVM.xcodeproj All binaries are in <llvm-build-dir>/Debug/bin. I am interested in using the output of llvm-config. Now, when I run $ <llvm-build-dir>/Debug/bin/llvm-config --cmakedir <llvm-build-dir>/Debug/lib/cmake/llvm But, $ ls -d `<llvm-build-dir>/Debug/bin/llvm-config --cmakedir`...
2013 Apr 30
1
flac-dev Digest, Vol 101, Issue 28
...den) > > > ---------- Forwarded message ---------- > From: Marcus Johnson <bumblebritches57 at gmail.com> > To: flac-dev at xiph.org > Cc: > Date: Tue, 30 Apr 2013 16:45:31 -0400 > Subject: Re: [flac-dev] flac-dev Digest, Vol 101, Issue 27 > I'd love to fix the .Xcodeproj (which is what they're called now) but I > don't have a clue how to, if I were to figure it out would you guys accept > it, or is it not worth my time? > > btw, someone on Windows should get the visual studio files working, it > always complains about not finding nasm.exe. &g...
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
2012 Nov 05
0
[LLVMdev] I can debug llvm source code by lldb on iMac
...un, Nov 4, 2012 at 4:36 AM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > Ten days ago, I asked "Can I debug llvm source code by iMac Xcode?". I > still cannot do it now, but I can debug llvm source code by iMac lldb. I > write it down on section "1.4 Create LLVM.xcodeproj of supporting cpu0 > by terminal cmake command" of GammaLLVMBackendBook.pdf in > https://www.dropbox.com/sh/2pkh1fewlq2zag9/r9n4gnqPm7 > > Best regards > > Jonathan > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs....
2007 Nov 19
1
FLAC codec in OS X Leopard
>> recently that Apple ships source code for a FLAC encoder and decoder >> codec component in /Developer/Examples/CoreAudio/AudioCodecs/ >> FLAC.xcodeproj. > > You can find a slightly more detailed review of the Apple's FLAC codec > implementation in my blog post at: > http://barelyfocused.net/blog/2007/10/28/flac-support-in-mac-os-x-105-leopard/ Thanks for the pointer- I've been playing with this codec and attempting to write...
2013 May 01
2
(no subject)
I've got the Xcode project done, I'm having trouble finding the proper format for the header search path, and do I need to include the tests in the xcodeproj? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130501/b9d135b1/attachment.htm
2007 Jan 02
4
Is FLAC fully cooked for OS X yet?
...y now contains version 1.1.3 files, and there > have been interface changes in that latest revision > (http://flac.sourceforge.net/changelog.html#flac_1_1_3). That could > explain your problems with compilation. Well, now, no, I did download the 1.1.3 sources again, and not only did the xcodeproj project file have the file_encoder.c listed in the project as WELL as the old pbproj project file that came WITH 1.1.3's sources, i did a search on the whole directory only to find no trace of file_encoder.c and it's cousins... I'm all at 1.1.3, source files, project files and ev...
2013 May 06
2
flac-dev Digest, Vol 102, Issue 7
...> ---------- Forwarded message ---------- > From: Ralph Giles <giles at thaumas.net> > To: flac-dev at xiph.org > Cc: > Date: Mon, 06 May 2013 11:20:15 -0700 > Subject: Re: [flac-dev] (no subject) > On 13-05-02 7:37 PM, Marcus Johnson wrote: > > Here's the Flac.xcodeproj, compressed with 7-zip as it's just a folder > > and can't be transmitted without being compressed, check to see if it > > works on your computers, and hopefully everything works. > > .7z isn't a normal MacOS tool. Could you please send a tar.gz or .zip > instead? &...
2010 Apr 29
0
liboggz release 1.0.2 (1.0-stable series)
...| 1 + README | 12 + TODO | 195 +++++++++++ configure.ac | 6 +- macosx/English.lproj/InfoPlist.strings | 2 + macosx/Info.plist | 28 ++ macosx/oggz.xcodeproj/project.pbxproj | 549 ++++++++++++++++++++++++++++++++ macosx/oggz_Prefix.pch | 7 + macosx/version.plist | 16 + src/liboggz/oggz.c | 2 +- src/liboggz/oggz_auto.c | 6 +- src/liboggz/oggz_comments.c |...
2010 Apr 29
0
liboggz release 1.1.1
...| 1 + README | 12 + TODO | 175 ++++++++++ configure.ac | 4 +- macosx/English.lproj/InfoPlist.strings | 2 + macosx/Info.plist | 28 ++ macosx/oggz.xcodeproj/project.pbxproj | 549 ++++++++++++++++++++++++++++++++ macosx/oggz_Prefix.pch | 7 + macosx/version.plist | 16 + src/liboggz/oggz.c | 2 +- src/liboggz/oggz_auto.c | 6 +- src/liboggz/oggz_comments.c |...
2012 Jan 14
0
[LLVMdev] Off Topic: Building ld
On 14.01.2012, at 17:23, Joe Abbey wrote: > I have a need to build ld from source to understand an assert(0). > > I got excited when I found that ld64 on the opensource portal contains an xcodeproj > > http://opensource.apple.com/source/ld64/ld64-127.2/ > > But... it seems like I'm lacking mach-o/arm/reloc.h, and dyld_priv.h. > > I'm doing my best to stitch it all together, but if anyone has any pointers to make this less painful, it would be much obliged. Most o...
2017 Dec 15
2
llvm-config output on MacOS
...bject:* [llvm-dev] llvm-config output on MacOS Hi, I configured and built LLVM as follows on Mac OS 10.13.2: $ pwd <llvm-build-dir> $ cmake -G "Xcode" -DCMAKE_INSTALL_PREFIX=<llvm-install-dir> -DLLVM_ENABLE_PIC=0 <llvm-src-dir>/llvm $ xcodebuild -project LLVM.xcodeproj All binaries are in <llvm-build-dir>/Debug/bin. I am interested in using the output of llvm-config. Now, when I run $ <llvm-build-dir>/Debug/bin/llvm-config --cmakedir <llvm-build-dir>/Debug/lib/cmake/llvm But, $ ls -d `<llvm-build-dir>/Debug/bin/llvm-config --cma...
2008 Apr 11
4
[LLVMdev] LLVMBuilder vs LLVMFoldingBuilder
...etEntryBlock().begin()); Here the arguments no longer line up properly. - LLVMBuilder TmpB(&amp;TheFunction-&gt;getEntryBlock(), + IRBuilder TmpB(&amp;TheFunction-&gt;getEntryBlock(), TheFunction-&gt;getEntryBlock().begin()); Likewise. Index: Xcode/LLVM.xcodeproj/project.pbxproj I don't know what this Xcode stuff is, so I've no idea if it is correct or whether you should be committing it. Thanks for doing this! Best wishes, Duncan.