Displaying 20 results from an estimated 200 matches similar to: "Building with CodeWarrior"
2001 Dec 18
2
Nonportable use of strdup()
Hey, I ran across this while building vorbis on the Mac:
In libvorbis RC2, file info.c, line 65, there's a call to strdup().
strdup() isn't portable, and it looks like the code should use the
internal memory functions to create the memory for the string anyway.
Actually, on further inspection, it looks like the memory for the
user comments is never actually freed.
I'm not subscribed
2001 Sep 25
3
[Newbie] getting up to speed
I've just started looking into using Ogg Vorbis for our streaming audio
needs. We're doing games for MacOS, OS X and Win32.
So far, after wading through the docs and sample code, I think I have a
reasonably solid idea of how it all works. Now some questions:
- currently my code is architected with a separate audio thread
responsible for decoding chunks of compressed audio on demand
2002 Oct 23
2
CVS vorbis, fatal cc1
current Vorbis cvs gives:
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0\" -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I../include -O20
--fast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -O2 -march=i686
-mcpu=i686 -DUSE_MEMORY_H -Wp,-MD,.deps/envelope.cpp -c envelope.c
-fPIC -DPIC -o .libs/envelope.lo
gcc: Internal compiler error: program cc1 got fatal
2001 Oct 17
2
win32sdk shared memory issue -- proposed change of code
It was recently brought to my attention by "Ram'on Garc'ia Fern'andez <ramon@jl1.quim.ucm.es>"
that there is yet an even simpler solution to the issue of cross-DLL access of variables in the data segment.
Although a variable may be exported either from the module definition file, or explicitly
via _cdeclspec(dllexport) -- unlike procedures (functions), it is mandatory
2002 Nov 12
2
Vorbisfile: Small Files broken in 1.0?
I am a game developer, and we used RC3 in our last game. Worked great.
I'm trying to update to 1.0 now, and running into some problems.
Specifically, I think a change to _get_prev_page() in vorbisfile.c broke
the decoder for very small files. I have a file called "silence" that's
just a silent wav file. It compresses down to barely more than the
header, so it's _really_
2001 Nov 12
1
WinAmp RC1/RC2 problem
Hi,
I've got a number of sound effects for a mod of a game in Ogg Vorbis format,
encoded with OggDrop (RC2). WinAmp with Nullsoft Vorbis Decoder RC1 and RC2
freeze when I try to play those files. Maybe it's because the files are so
small?
Both OGG and WAV versions can be found at
http://xccu.sourceforge.net/temp/winamp_crash.zip
Olaf van der Spek
Almere, Holland
Olaf@XCC.TMFWeb.NL
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
2001 Nov 07
2
Win32 builds
> I'm still in hell trying to build for Win32. I've tried rebuilding the
> project files from scratch, however I'm running into a very odd problem.
Are you using the build system in the module "win32sdk"? All the issues
you bring up have been solved there. All versions of the libraries work --
static and dynamic, debug and release.
Chris
--- >8 ----
List
2009 Jul 20
0
CodeWarrior for Microcontrollers under Wine, can't install
Hello,
I'm trying to install CodeWarrior for Microcontrollers, an IDE used for
development of embedded systems using microcontrollers from Freescale.
(the Special Edition is available freely from their web page)
The install begins correctly, however it aborts suddenly. Terminal
output is:
(7) [renan at amaranth:~] $ wine /media/Renan/CW_MCU_V6_2_SE_11262008.exe
2003 Oct 20
1
vorbis_comment_add_tag() and Codewarrior OS X
Hi, after banging my head against the wall for quite a while I finally
found what crashes my code:
Because I'm working with Codewarrior 8 on OS X I had to compile the ogg
/ vorbis libs with CW. To do so I used the CW projects for OS 9 and
modified them. Howerver, they don't work as expected.
Everything seems to be fine, encoding & decoding works, only
vorbis_comment_add_tag() crashes
2002 Mar 12
7
alloca() problem with CodeWarrior
Thanks for the http://vorbis.com link. That worked. But I looked in the
download area and there is no SDK for Mac OS 9. So I am compiling the vorbis
code directly into my app.
The problem I am having now is that the CodeWarrior 5.0 compiler has a bug
with alloca(). It allocates the area on the stack but, under some
circumstances, it does not restore the stack pointer at the end of the
routine.
2003 Feb 08
2
vorbisfile_example.c question
i downloaded the vorbis, ogg & example files and compiled them and now have an executable called 'vorbisfile' that turns 'test.ogg' into 'out.pcm'. is there some simple way to test the out.pcm file in winXP?
~~~~~~~
bob hurt
I can't stand cheap people. It makes me real mad when someone says something like "Hey, when are you going to pay me that hundred
2002 Aug 16
1
New CVS server problems?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
It seems that the new xiph.org CVS server has some problems with
compression, i.e. if you specify the -z command line option to cvs. It
seems to hang indefinitely, after the last files of a checkout or
update have been processed.
Without any compression, it seems to work fine. Though the previous
CVS server never exhibited this behaviour.
I
2002 Jan 06
2
More OS X issues
Well, I've "fixed" two problems so far with getting things built on OS
X. If whoever did the OS X work is reading this, feel free to tell me
where/how I've screwed up =)
The first problem is that it couldn't find MacTypes.h in the path.
MacTypes.h is simply a one line file that includes
<CoreServices/CoreServices.h>, so I just replaced the MacTypes.h with
that.
In
2005 Jun 29
3
os_types.h
Hey guys,
Maybe its cause I'm using older tools, but I've noticed a minor problem
building the ogg libraries on a mac. I'm using Codewarrior 8. In
os_types.h on line 60, it says "#include <sys/types.h>" where it should
be "#include <types.h>"
I'm guessing this isn't an issue for all compilers, just codewarrior.
Possibly only codewarrior 8
2001 Oct 04
8
OT: Licence + hi-res logotype
Hello!
I just got _very_ scared. I was certain the Ogg libraries could be used in
commercial products (I know they are used in Star Trek: Away Team and
Operation Flashpoint). I've also been told several times that it's OK, even
if they're not GPL, but now I can't find any info on the sites that tells me
so. Could you please tell me what the deal is (I've used it in a project
2008 Nov 10
4
[Bug 1536] New: SSH modifies line endings when using command in authorized_keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1536
Summary: SSH modifies line endings when using command in
authorized_keys
Product: Portable OpenSSH
Version: 5.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2002 Jan 02
2
RC3 Changes needed for MacOS
It looks like the Mac .exp files were not updated for RC3.
The following diff corrects that problem. The CodeWarrior
project files also have not been updated. They are in 5.3
format which is quite old. Would anybody object if I
submitted updates to them in CodeWarrior Pro 6 format?
That's the oldest version I have readily available.
If someone else has 5.3 and wants to do it, you need to
2002 Jun 18
2
Ignore all the 'successfully archived' messages :-)
Sorry, I was just testing an archiving fix :-)
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
2002 Jun 18
2
Ignore all the 'successfully archived' messages :-)
Sorry, I was just testing an archiving fix :-)
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.