similar to: (no subject)

Displaying 20 results from an estimated 20000 matches similar to: "(no subject)"

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
2013 May 06
2
flac-dev Digest, Vol 102, Issue 7
Ralph, for Mac OS you should download either the Unarchiver which is free, or Entrophy which is what I use, but it costs like $15 I believe, both support decompressing .7z and Entrophy supports compressing TO .7z On Mon, May 6, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote: > Send flac-dev mailing list submissions to > flac-dev at xiph.org > > To subscribe or
2013 Apr 30
1
flac-dev Digest, Vol 101, Issue 28
Well, I'm bored, and I hope I'm not getting in the way of anyone, but I was like hell might as well try to make a new Xcode project, although I am using 10.8 with the latest xcode, so I'd have to manually remove that, but there is one serious concern, and that's that header files are being called from 1 directory up from where they are, for example: "share/compat.h"
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
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:
2013 Jun 10
2
(no subject)
Also, shouldn't the changelog feature the 4GB windows fix? I remember reading about that bug fix at the start of 1.3.0, and I for one was incredibly excited about it. if nobody remembers it I can try to hunt down that patch on the mail list. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jul 19
3
flac-dev Digest, Vol 128, Issue 14
Do you have a source on the CoreAudio quality thing? I'd be very interested in reading more about that. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20150719/f37ce5e8/attachment.htm
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 a link error when I call speex_lib_get_mode().
2018 Aug 24
4
[cfe-dev] [7.0.0 Release] rc2 has been tagged
> > Don't forget to compile (everything if possible, but especially LLVM) as a > shared library on Windows. > the installed toolchain is about 10 times bigger than the executable, because the static library is being compressed, which means on disk it's taking up far more space than it needs. > > > -------------- next part -------------- An HTML attachment was
2013 Mar 24
1
flac-dev Digest, Vol 100, Issue 52
I'll try it, thanks. also do you know how to cross compile with MinGW? I'm trying on my Mac, because Visual Studio 2012 doesn't like the SLN, but it's not really working. :/ On Sun, Mar 24, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote: > Send flac-dev mailing list submissions to > flac-dev at xiph.org > > To subscribe or unsubscribe via the
2013 Mar 06
1
(no subject)
Will you guys ever shut down or start using the Sourceforge page? It's pretty confusing for newbz. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130306/ddac32d4/attachment-0001.htm
2018 Aug 27
1
[cfe-dev] [7.0.0 Release] rc2 has been tagged
I'm just curious why you don't plan on using dlls? Xcode ships with libclang as a dylib, i wouldnt think windows would be a big leap? On Monday, August 27, 2018, Hans Wennborg <hans at chromium.org> wrote: > On Sat, Aug 25, 2018 at 12:03 AM, Marcus Johnson > <bumblebritches57 at gmail.com> wrote: > >> Don't forget to compile (everything if possible, but
2013 Apr 28
1
flac-dev Digest, Vol 101, Issue 24
Compiling on OS X 10.8 x86_64 as we speak. On Sun, Apr 28, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote: > Send flac-dev mailing list submissions to > flac-dev at xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xiph.org/mailman/listinfo/flac-dev > or, via email, send a message with subject or body
2013 May 07
0
flac-dev Digest, Vol 102, Issue 7
It's not that hard to repackage it, is it? Here you go: www.icer.nl/misc_stuff/flac.xcodeproj .zip On 06-05-13 23:37, Marcus Johnson wrote: > Ralph, for Mac OS you should download either the Unarchiver which is > free, or Entrophy which is what I use, but it costs like $15 I > believe, both support decompressing .7z and Entrophy supports > compressing TO .7z > > > On
2013 Mar 12
2
I reinstalled OS X, now FLAC 1.3 git won't compile.
Are there any dependencies that I need, but don't have? I've got doxygen, libogg, automake, autoconf, libtool, valgrind, docbook, nasm, yasm, libiconv. the Autogen.sh script fails with: "Updating build configuration files for FLAC, please wait.... configure.ac:308: warning: macro 'AM_ICONV' not found in library configure.ac:309: warning: macro 'AM_LANGINFO_CODESET'
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
2013 Mar 12
3
Flac compression levels?
"Using FLAC binary : /Users/Marcus/flac/test/../src/flac/flac Original file size 441044 bytes. Compression level 1, file size 421393 bytes. Compression level 2, file size 421393 bytes. Compression level 3, file size 373613 bytes. Compression level 4, file size 369517 bytes. Compression level 5, file size 369517 bytes. Compression level 6, file size 369517 bytes. Compression
2007 Nov 14
3
FLAC codec in OS X Leopard
I upgraded to Leopard (version 10.5 of OS X) a few weeks 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
2013 Jul 09
2
Pre-compiled OS X binaries?
From: bumblebritches57 at gmail.com (Marcus Johnson) Date: Mon, 10 Jun 2013 10:03:52 -0400 Subject: [flac-dev] (no subject) Message-ID: <CAFWGNQW0aa6+dGzdSk120PWcTMv+vjPjmsVQmT-p4NN2N9kjVw at mail.gmail.com> Are there precompiled binaries for OS X? if not I could provide them. *** From: john.edwards33 at ntlworld.com (John Edwards) Date: Mon, 10 Jun 2013 15:06:39 +0100 Subject: [flac-dev]
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