Re: [Cegcc-devel] using PlaySound() with cegcc

2009-02-04 Thread Brad Riensche
>On Thu, Jan 29, 2009 at 12:38:22PM -0600, Brad Riensche wrote: >> Has anyone used the PlaySound API call with cegcc? I can't make it >> work, but I have limited debugging capability at the moment. It would >> be nice to rule out ordinal mis-matches, etc. > >Limited debugging capability? have a lo

Re: [Cegcc-devel] error: cannot find ltdl.h - when compile the cacao JVM

2009-02-04 Thread 杨永志
Dear Danny, I know what you are worry about. I build the libtool (of linux) to cheat the compiler and linker, for i want to know how many libraries are missed. Libtool is mainly used by jni of cacao/jamvm, i guess, so it should be OK before the library is called in runtime. After that, the conf

[Cegcc-devel] binutils updated from FSF head.

2009-02-04 Thread Pedro Alves
I've just finished updating our binutils sources to current FSF head. If you want to see our local changes, just do svn up, and then cvs diff. -- Pedro Alves -- Create and Deploy Rich Internet Apps outside the browser w

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-04 Thread Pedro Alves
On Wednesday 04 February 2009 20:55:28, Danny Backx wrote: > We have the same goal. > > But if nobody assembles the bits and pieces and turns them into > something that's ready to use, then acceptance and use will be lower > than they could be. True. > > In the past, a lot of effort has gone i

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-04 Thread Danny Backx
We have the same goal. But if nobody assembles the bits and pieces and turns them into something that's ready to use, then acceptance and use will be lower than they could be. In the past, a lot of effort has gone into getting stuff to work. The time this took has made us lag behind gcc/binutils/

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-04 Thread Pedro Alves
On Wednesday 04 February 2009 18:55:32, Vincent R. wrote: > This is my last contribution to cegcc project, it should allow you to > generate a cross-compiler > using the upcoming gcc-4.4. You will find instructions in the > HOWTO-cegcc-4.4.txt. Thanks, I'll take a look. > Unfortunately, I don't

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-04 Thread Vincent R.
Hi, Pedro, Danny, This is my last contribution to cegcc project, it should allow you to generate a cross-compiler using the upcoming gcc-4.4. You will find instructions in the HOWTO-cegcc-4.4.txt. Unfortunately, I don't think it's a good thing to have a separate project from gcc because it add a

Re: [Cegcc-devel] error: cannot find ltdl.h - when compile the cacao JVM

2009-02-04 Thread Danny Backx
My original answer was that Windows CE doesn't provide the API that I find in a Linux version of ltdl.h . The same remark applies to pthreads : CE doesn't implement this. None of your more recent findings change that. You'll need to adapt the sources so they don't use these APIs, or start using a

[Cegcc-devel] error: cannot find ltdl.h - when compile the cacao JVM

2009-02-04 Thread 杨永志
After a few days of working and thinking, I guess that the missing of libtool (ltdl.h) and pthread (in later steps of the configure) causes the errors. Furthermore, I guess both the libtool and the pthread have been built in cegcc. But i can not find them :( >>>When I check the config.log, I find