similar to: Vorbis framework @ /Library/Frameworks

Displaying 20 results from an estimated 2000 matches similar to: "Vorbis framework @ /Library/Frameworks"

2001 Nov 04
5
ogg123 running under MacOS X
I finally managed to compile ogg123 under MacOS X, after creating a PB project for it. Rillian, do you want to include the PB project in cvs? (it needs a LOT of polishing, though). ---------- Ogg123 from PACKAGE VERSION by Kenneth Arnold <kcarnold@arnoldnet.net> and others Usage: ogg123 [<options>] <input file> ... -h, --help this help -V, --version display
2001 Oct 30
1
Mac player; low bitrates; (was Re: vorbis players (or lack of) for mac)
> From: rillian (rillian@telus.net) > Date: Mon 29 Oct 2001 - 22:21:51 PST > > On Mon, 29 Oct 2001 dongoodman wrote: > > > >> frankly, i'm rather tired of the lack of free ogg vorbis players > for Mac > > >> OS; it doesn't look like iTunes is going to support the format > anytime > > >> soon (and i have some real issues with its
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/psytune.c: undefined
2001 Nov 05
1
Re: vorbis-tools PB project: requirements
On Monday, November 5, 2001, at 12:54 AM, dongoodman wrote: > ok, I haven't tried compiling your vorbis-tools PB project, as I still > can' > t get vorbis.framework to like me. test linkings still complain about > too many main()'s...and in fact, quite a lot of the c files in the > vorbis source have main()'s in them...how very odd. > I'm sorry, I have
2001 Nov 06
2
Updated Ogg project
I have modified some aspects of the Ogg project. cd to the ogg directory and type: > tar -zxvf macosx.tgz > cd macosx > sudo ./install.sh Doing so will install the "Ogg.framework" folder inside /System/Library/Frameworks/ <HR NOSHADE> <UL> <LI>application/x-gzip attachment: macosx.tgz </UL> -------------- next part -------------- A non-text
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 Jun 16
1
Quicktime, Ogg, Vorbis
What does Steve Nicolai's Quicktime component do? Does it create - an Ogg stream with Vorbis audio data inside it ? - a Quicktime stream with an Ogg track with Vorbis audio inside ? - a Quicktime stream with an audio track encoded with the Vorbis codec ? (I wish it could do all the three options above) Best regards, Elifarley C. Coelho http://www.geocities.com/elifarley/ --- >8 ----
2001 Nov 06
1
Updated Vorbis project
I have modified some aspects of the Vorbis project. First, cd to the vorbis directory and issue a "patch -p1" with this data: ################################################### --- vorbis/lib/codebook.h Tue Nov 6 16:51:34 2001 +++ vorbis/lib/codebook-new.h Sat Nov 3 19:32:33 2001 @@ -18,7 +18,7 @@ #ifndef _V_CODEBOOK_H_ #define _V_CODEBOOK_H_ -#include
2001 Nov 04
0
Can't compile vorbis-tools using autogen.sh
It seems autogen.sh does not see the ogg frameowrk: [localhost:~/Sources/vorbis-tools] ecc% ./autogen.sh I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Generating configuration files for vorbis-tools, please wait.... aclocal libtoolize --automake automake --add-missing automake: configure.in:
2001 Oct 23
4
Problems compiling under OS X
While trying to compile libao 0.8.0 under OS X 10.1, I got the following problems: > [localhost:ecc/Sources/libao-0.8.0] root# ./configure > creating cache ./config.cache > checking for a BSD compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... yes > checking for working aclocal... found >
2001 Oct 24
3
Almost there...
Ok, I managed to compile the Ogg and Vorbis libs. Then, after modifying the file audio_out.c as follows: original: #include <dlfcn.h> modified: #include <win32/include/dlfcn.h> I was able to (finally!) compile libao. Then I tried to compile the module vorbis-tools, but uninvited problems came to my party. [...] > /usr/bin/ld: multiple definitions of symbol _getopt >
2001 Oct 30
0
Ogg Traffic for October 30, 2001
Bear with the text-based format for a bit. I'll make it nicer over time, but for now it's just a lynx -dump of the html one. As always you can find these at http://www.vorbis.com/ot/ and http://www.vorbis.com/ot/latest.html for the latest one. ---- Ogg Traffic for Tuesday, October 30, 2001 Jack Moffitt <[1]jack@xiph.org>
2020 Apr 15
3
Samba-tool error after update to 4.12.0
Hi everyone, I have just updated samba from 4.11.6 to 4.12.0, compiled by the sources. Everything was fine and AD server is ok , but when I call samba-tool this error always appear: ldb: unable to dlopen /usr/lib64/samba/ldb/local_password.so : /usr/lib64/samba/libsamdb-common-samba4.so: version `SAMBA_4.11.6' not found (required by /usr/lib64/samba/ldb/local_password.so) ldb: unable to
2007 Aug 10
2
Select doenst pass the correct value
Hello, I have in my view a select tag that doesnt return the right value, could anyone point me what am I doing wrong? Heres whats in my view <%=select "", "situacao", {"Open"=>0,"Closed"=> 1},:include_blank=>true%> Then in my controller I do this def status if request.post? #Do some stuff @situacao = params[:situacao]
2020 Apr 15
3
Samba-tool error after update to 4.12.0
That is correct. Most of the time this isn't an issue because the new ldb modules, linking to the new symbol versions, overwrite the old files on 'make install'. However we chose to remove some obsolete ldb modules in the 4.12 cycle and so the old modules remain, triggering these warnings. We notice the old modules because we try to load all the modules during startup of ldb to
2010 Apr 13
2
Merge master.csv files
Hi there, Does asterisk keeps the master.csv open between writes? Right now I have 2 asterisk nodes sharing every configuration file (by using a distributed filesystem) except the master.csv files. If asterisk does not keep master.csv file open between writes, then I can share the master.csv file between both nodes right?If not, then any suggestions to merge both master.csv files? Thanks in
2019 Mar 08
1
Suggestions for dovecot-submission (XCLIENT NAME attribute)
Hi, Currently, Dovecot Submission doesn't forward NAME attribute when XCLIENT is enable: Received: from server.example.org (localhost [1.2.3.4]) (Authenticated sender: test at example.org) by localhost (Postfix) with ESMTPA id AAAAAAAAAA for <user at domain.com>; Fri, 8 Mar 2019 12:28:02 Postfix adds a header with the sender IP address (1.2.3.4), but with localhost as hostname.
2019 Mar 11
2
submission-login: Fatal: master: service(submission-login):
Hi everyone! I?m using dovecot 2.3.5. submission-login is crashing many times in a day: Here is a sample error message: dovecot: submission-login: Fatal: master: service(submission-login): child 34247 killed with signal 11 (core not dumped - https://dovecot.org/bugreport.html#coredumps - set service submission-login { drop_priv_before_exec=yes }) After I added drop_priv_before_exec, I got
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 working on now. In particular, the ogg build tries to
2005 Nov 03
1
fatal error unused tempdir
Hello, I am running R on XP Windows machine, and frequently I have enable to start R. I have this message: "Fatal Error: cannot find unused tempdir name". I don't know why. Thanks, in advance, for your help Sandrine Coelho