search for: projectbuilder

Displaying 12 results from an estimated 12 matches for "projectbuilder".

2001 Oct 20
1
ProjectBuilder project?
Could someone please include a PB project file in the CVS tree ? I've exported the CW project to an XML file, imported it to PB, but there were no targets in the imported project. Besides, PB lists ALL the files in red (indicating it cannot find the files), so it seems I'll have to manually include them, but if I do it, I'm afraid PB won't be aware they should be synched with
2001 Oct 21
0
RE: ProjectBuilder project
From: rillian (rillian@telus.net) > I've not tried this, and last I checked the vorbis CW project files were > out of date. Do they work for you under CW? > I haven't tried to compile them under CW. > All this said, I'd much prefer we just get the unix source building > under darwin. If you're offering to maintain a 'port' or sorts (e.g. as > a
2001 Nov 01
1
Re: vorbis.framework
I've committed Elifarley's ProjectBuilder files to ogg and vorbis cvs. They're both in the 'macosx' directories. I verified that they built, but didn't test the resulting frameworks. Just type 'open macosx/[ogg|vorbis].pbproj' from the terminal to try them out. They need a fair bit of cleanup, which I'm work...
2004 Sep 10
2
Altivec, automake
finished hooking up the altivec stuff so it works in ProjectBuilder. I ran a test, doing a 'flac -t' on 400MB of files compresses at level 5. the runtime dropped from from 180 sec to 105 sec! once I get the latest autotools on my ibook I'll try and get asm compilation to work that way. Josh --- Josh Coalson <xflac@yahoo.com> wrote: > OK, ch...
2004 Sep 10
0
Altivec, automake
...a line "SED=sed" before $SED is used because it doesn't get defined (some known libtool/ autoconf bug). Josh P.S. it passed the test suite too so it's going in FLAC 1.1.1 --- Josh Coalson <xflac@yahoo.com> wrote: > finished hooking up the altivec stuff so it works in ProjectBuilder. > I ran a test, doing a 'flac -t' on 400MB of files compresses at > level 5. the runtime dropped from from 180 sec to 105 sec! > > once I get the latest autotools on my ibook I'll try and get > asm compilation to work that way. > > Josh > > --- Josh Coals...
2010 Jul 21
0
Compiling in Xcode
...c in Xcode, and you're getting mysterious errors, then it's probably a good sign this is a task better left to the experts. It would be great if someone could set this up, but it's not necessary since the command line is available. I've been using Xcode since it was called ProjectBuilder, and I know the environment quite well. However, I have found that it's usually more work than anticipated to convert a command-line build environment to a GUI Xcode environment. It certainly should be simple, but it's probably not really worth anyone's time. That said, if...
2001 Oct 30
0
Ogg Traffic for October 30, 2001
...oject. Several others agreed and also offered to help. 3.2. ogg123 On OS X Richard Clamp [16]has ported ogg123 to OS X. It has been tested with ESD, but the native drivers might work as well. 3.3. Ogg Compiled As A Framework Elifarley Coelho [17]has compiled Ogg as a framework under ProjectBuilder. He has also [18]done the same for Vorbis. 4. Interesting Happenings A lot of mail comes in to the various lists as well as to the team's personal mailboxes. The following is a highlight of the interesting things that have been mentioned or announced. 4.1. New Listening Tests ff...
2002 Oct 05
0
R-1.6.0 for Darwin
...ompiler anyway). 1. The Apple Developer Tools. Become an on-line member of the Apple Developer Connection (for free) and then get the latest version of the Developer Tools. http://www.apple.com/developer This gives you, in the Darwin layer, the gcc toolset, and in the Aqua layer it gives you the ProjectBuilder toolset (which you do not need for the Darwin/X11 version of R). 2. You have to install X11. A good introduction to this is http://fink.sourceforge.net/doc/x11/index.php You can install xfree86 using fink (see below), you can also install it using the installer from http://www.mrcla.com/XonX/...
2010 Jul 21
2
Compiling in Xcode
Hello everyone, I'm not sure whether this is the best place to send the question, but since I'm mostly interested in FLAC and there didn't appear to be a better place for it.. here goes. I pulled the latest source code from the SVN repo along with all the external dependencies including FLAC. I've been able to compile the FLAC.framework file using the 10.5 SDK in Xcode 3.2 with a
2001 Oct 27
3
vorbis won't compile as a Framework
When I tried to compile the vorbis module as a Framework, using ProjectBuilder, I got 1058 warnings (excess elements in scalar initializer, near initialization for ''psy_set0.toneatt', 'vorbis_ftoi' defined but not used, unused variable 'k', braces around scalar initializer, and so on) and 65 errors. Some examples of errors: ------- vorbis/lib...
2004 Sep 10
2
Altivec, automake
Here's what I listed in that email. Merging doesn't appear to be necessary. If you have any build problems, let me know. Note that my detection code is Darwin-specific. It's a BSD call (sysctl()), so a change to the platform-detection macros should enable it to work on other BSDs. However, I don't know what that would be, and I couldn't determine any safe way to do the check
2001 Nov 22
14
Small vorbis files with vorbisfile
I think I have bumped into the small file error, or I''m doing something stupid. The files are short audio effects for a game (embedded in our own data format). Sample info: Vorbis packets: 1 (4 kb) Samples: 28672 Samplerate: 22 kHz Channels: 2 This is what I''m doing when I want to get a number of bytes from the stream: The problem is that ov_pcm_tell always returns 0. And so