search for: codewarrior

Displaying 20 results from an estimated 56 matches for "codewarrior".

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 and not codewarrior 9 as well. I just manually changed...
2008 Nov 10
4
[Bug 1536] New: SSH modifies line endings when using command in authorized_keys
...authorized_keys Product: Portable OpenSSH Version: 5.1p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: codewarrior at binaryvibrance.net Overview: SSH modifies line endings when using command in authorized_keys. I'm using keys to ensure that an unattended copy occurs while using the command="aScript.php" that outputs an uncompressed tarball. Because of the line endings changing, my tarball becom...
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. You can imagine what happens next. This happens in vorbis_lpc_predict(). I have tried different optimization levels, and tried mak...
2002 Feb 12
1
Building with CodeWarrior
I'm trying to build Vorbis with CodeWarrior on a Mac as a Carbon application. However it's not finding <sys/types.h> -- is there some configuration option I need to set in CW for it to find that? Thanks, Brian <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To...
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 my App on any subsequent call. I.e. I ca...
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 remove iir.c and b...
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/...
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.
2000 Jun 23
2
Vorbis for Macintosh
Hi. For anyone who doesn't know me, I'm a Macintosh developer. Right now, I'm at the MacHack conference (which runs from Wednesday to Sunday). Before I left, I grabbed the Vorbis sources out of CVS. Yesterday I got the library and a couple of examples building in CodeWarrior and verified that they worked. I'm going to try to get a QuickTime CODEC built, but I'm not sure if I'll be able to get that done this weekend. Unfortunately, CVS isn't working for me from the conference, so I can't keep my source tree completely up to date and send patches...
2008 May 14
2
[LLVMdev] Duplicate file name
...eaning up 80col violations, I stumbled upon ggreif at my [!2464] find lib -name SimplifyCFG.cpp lib/Transforms/Utils/SimplifyCFG.cpp lib/Transforms/Scalar/SimplifyCFG.cpp I do not believe this is good, especially IDEs tend to confuse files with identical names coming from different directories. (CodeWarrior did.) Should we rename one of them? Cheers, Gabor
2003 Jan 05
2
VorbisFile library crashs.
...to the use of either ov_open or ov_test functions or their combination. I wrote a test app that illustrates the bug. It crashs with a message "Unmapped memory exception". It's available at http://home.earthlink.net/~yurigulyaev/oggvorbisproject32.sit.hqx My platform is Mac OS 9.2 and CodeWarrior 8.0. I got the same result with CodeWarrior 7.0. >From what I read on the net I see that this bug exists on other platforms too. BTW, I had to compile shared libs on my own because the OggVorbis SDK for Mac OS comes with shared libs that don't export any functions and thus unusable. I have a...
2000 Oct 10
4
Mac Ogg Vorbis Player
...ortunately, this release doesn't seem to fix the "tearing sound" problem. I think this might be related to problems using low-level Ogg Vorbis code as opposed to VorbisFile, but we don't have VorbisFile on Mac yet (I can't see it working very well with Mac HFS functions until Codewarrior gets fdopen() support). The reason I think this is that on linux, the targets that use VorbisFile (ogg123, xmms plugin) do not clip (at least not with the tearing sound associated with the Mac player), while the decoder_example (which uses lower-level functions) reports clipping (though I have yet...
2001 Jul 10
1
R.lib and compiling C for Windows
Hello list, (PC Windows 2000, R 1.2.3) i want to compile C source file for R on windows 2000. I'm working with Metrowerks CodeWarrior for creating and compiling C files. I've see that R.lib file must be obtain with R.ddl by Visual C++. I don't have Visual C++ (and i don't want to buy it !!) but i want to obtain R.lib file. Is there a solution to my problem ??? Any help would be greatly appreciated. -- St?phane DR...
2003 May 21
1
gcc 3.2 warnings
...ate real bugs. In particular it seems likely we have more unitialized variables since Dan reports differing encoder output depending on the compiler used. In general, we need to go through the warnings and look for real problems on whatever platforms we have access to. gcc, msvc and metrowerks codewarrior are a good start. It's good to remove them when we can even if they're not bugs to clean up the output, but note that by policy we disregard some, such as those warning about using standard C implicit type conversion. -r <p> -------------- next part -------------- A non-text at...
2001 Jul 16
0
MacOS patches
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, While trying to build the current vorbis libraries and examples on MacOS with CodeWarrior 6, I stumbled on some problems, for which I've made some patches. The first problem was the static function bark_noise_median() in vorbis/lib/psy.c (r1.49), which has as a second parameter a "const long *". It is only called once in _vp_compute_mask() in psy.c, but with a "unsig...
2002 Mar 12
1
build problems on Mac OS9
...1) The downloadable SDK page with the prebuilt libraries is unavailable because http://www.vorbis.com is down. Does anyone know of an alternative site? 2) I downloaded the libogg-1.0rc3.zip from "http://www.xiph.org/ogg/vorbis/download/". The docs say it has a "mac" folder with CodeWarrior projects for Mac OS 9 but they are missing! Does anyone know if they exist and where? 3) I downloaded the nightly snapshot in desperation and it has a Mac OS9 project. But it does not build because "_vp_apply_floor" is undefined. Also the file "bitbuffer.c" is missing. Are the...
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
2010 Jul 24
5
[LLVMdev] gcc 4.2 to llvm-gcc 4.2 transition
...e projects with llvm-gcc 4.2 with no major issues. On 10.5 with Xcode 3.1.4, it is a different story. Xcode 3.1.4 contains an old version of llvm-gcc 4.2 which can't build our applications. There are 2 causes of the compilation failure: - llvm-gcc 4.2 contained in Xcode 3.1.4 can't compile CodeWarrior or Microsoft inline assembly. - llvm-gcc 4.2 contained in Xcode 3.1.4 doesn't recognize some i386 inline assembly instructions ("mov edx,aFloat" where aFloat is a float*). These issues prevent us to switch from gcc 4.2 to llvm-gcc 4.2. We could switch our build system to 10.6 but i...
2010 Jul 24
0
[LLVMdev] gcc 4.2 to llvm-gcc 4.2 transition
...with llvm-gcc 4.2 with no major issues. On 10.5 with Xcode 3.1.4, it is a different story. Xcode 3.1.4 contains an old version of llvm-gcc 4.2 which can't build our applications. There are 2 causes of the compilation failure: > > - llvm-gcc 4.2 contained in Xcode 3.1.4 can't compile CodeWarrior or Microsoft inline assembly. > > - llvm-gcc 4.2 contained in Xcode 3.1.4 doesn't recognize some i386 inline assembly instructions ("mov edx,aFloat" where aFloat is a float*). Right. llvm-gcc in 3.1.4 is really really ancient and buggy. I really don't recommend using it....