Re: [Cegcc-devel] Structure packing and long long type.

2007-11-15 Thread pedro_alves
Hi Christian, Christian Werner wrote: > Compiling SQLite 3.5.x (CVS version as of 2007-11-13) using CeGCC (SVN rev > 1064) > worked OOTB. However running the resulting SQLite 3 shell (sqlite3.exe) on a > WM 5 > device with PXA 270 CPU gave strange results when selecting the sqlite_master > schema

Re: [Cegcc-devel] winbase.h thread priority defines (patch)

2007-11-14 Thread pedro_alves
pgeorges wrote: At http://msdn2.microsoft.com/en-us/library/ms913056.aspx it is stated that "All threads initially start at THREAD_PRIORITY_NORMAL (251)." Currently I use CeSetThreadPriority(GetCurrentThread(), priority); where priority is between 248 and 254 to run threads in background.

Re: [Cegcc-devel] winbase.h thread priority defines (patch)

2007-11-14 Thread pedro_alves
Matthew Kille wrote: > Here's the suggested patch:- Good thing it's documented: http://msdn2.microsoft.com/en-us/library/ms834197.aspx I also needed this for: http://sourceware.org/ml/gdb-patches/2007-11/msg00218.html I can confirm it makes a difference :-) Will commit your patch when I get

Re: [Cegcc-devel] '_tempnam' mis-import from coredll while compiling FFMPEG usingMingW32CE

2007-04-19 Thread pedro_alves
Wang Yi wrote: Hi, all I'm a newbie in using cegcc, currently , with the help of some posts in cegcc-devel, I have succeeded in compiling FFMPEG using mingw32ce compiler tools-chain. But when I add all files to my WM5 based device, It first show up a waiting logo ,then a message " Not a v

Re: [Cegcc-devel] Cygwin binaries

2007-02-15 Thread pedro_alves
Quoting Aldo Calpini <[EMAIL PROTECTED]>: > hello again, > > having lobbied for them, I decided to make the cygwin binaries I built > available for others. > > take a look at: http://dada.perl.it/cegcc/ > > the page should be self-explanatory enough. I hope there are no > problems with a) the b

Re: [Cegcc-devel] Cygwin binaries

2007-02-15 Thread pedro_alves
Quoting Aldo Calpini <[EMAIL PROTECTED]>: > hello again, > > having lobbied for them, I decided to make the cygwin binaries I built > available for others. > > take a look at: http://dada.perl.it/cegcc/ > > the page should be self-explanatory enough. I hope there are no > problems with a) the b

[Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread pedro_alves
Hi guys, Hi have for the past week been trying to build the VLC player with mingw32ce. This has been serving me to get a feeling for what is needed/lacking in mingw32ce. I have successfully ported/built a bunch of stuff, like zlib, libogg, libmad, libbidi, and freetype. I have built ffmpeg also

[Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread pedro_alves
Hi guys, Hi have for the past week been trying to build the VLC player with mingw32ce. This has been serving me to get a feeling for what is needed/lacking in mingw32ce. I have successfully ported/built a bunch of stuff, like zlib, libogg, libmad, libbidi, and freetype. I have built ffmpeg also

Re: [Cegcc-devel] mingw32ce: Fix some math.h bad inlined functions

2007-02-01 Thread pedro_alves
Hi Nuno, Quoting Nuno Lucas <[EMAIL PROTECTED]>: > Some functions in math.h (like rint), are inlined in the math.h > header, but fail to compile with an error when used: > > > [EMAIL PROTECTED]:~/prjs/wince/cegcc/test/math_h_header$ cat main.c > #include > int main( void ) > { > double

Re: [Cegcc-devel] Needed DLL's

2007-01-22 Thread pedro_alves
Citando Cool_Zer0 <[EMAIL PROTECTED]>: Pedro Alves wrote: > Hi Nuno, > > Cool_Zer0 wrote: > >> >> I've compiled FFMpeg with this setup: >> ./configure --cross-compile >> --cross-prefix=/usr/ppc/arm-wince-cegcc/bin/ --arch=armv4l >> --disable-static --enable-shared --enable-mingwce --di