Re: [Cegcc-devel] WinPhone8 and gcc, any info?

2012-05-06 Thread Vincent Torri
r CIL code on WinPhone, there > was no need for native code compatibility. i don't know if i have already suggested this to you, but you should try to contact mingw-w64 developpers to see if you can integrate your work in mingw-w64 regards Vincent Torri --

Re: [Cegcc-devel] where are the target files?

2011-11-30 Thread Vincent Torri
cygwin" toolchain to cross-compile on a linux platform. Vincent Torri > What is the nature of your problem ? can not found the target > file (.o file). > > Can you send us a small source that demonstrates the problem ? > > When compile my project, none of

Re: [Cegcc-devel] cegcc with binutils 2.21.1

2011-11-19 Thread Vincent Torri
s was added? (It's a post-0.59 change) > > I'm not uploading binaries this time, because there was little > interest in my other announcements previously. I just want to make > sure that nobody else wastes time by replicating my effort. I might > upload new binaries when

Re: [Cegcc-devel] cegcc with gcc 4.5.3

2011-10-12 Thread Vincent Torri
ou have any ... > in addition, it would be nice to merge these 2 projects. Less duplicated work, I think Vincent Torri -- All the data continuously generated in your IT infrastructure contains a definitive record of c

Re: [Cegcc-devel] CeGCC MSYS

2011-06-06 Thread Vincent Torri
On Mon, 6 Jun 2011, Alessandro Antonello wrote: > Hi, all. > > Is possible to build a version of CeGCC for MSYS that doesn't rely on > cygwin1.dll? cross compile on linux, it will be way faster Vincent Torri > &g

Re: [Cegcc-devel] Cegcc arm-mingw32ce compiled with Mingw

2011-03-04 Thread Vincent Torri
rs develompment. > > Does anyone have try to compile arm-mingw32ce with latest Mingw > distribution? compilation with MSYS or cygwin is really really slow. You should cross-compile on linux. And if you want to stay on Windows, install virtualbox with a linux host and compile there

[Cegcc-devel] tzset() implementation

2011-01-06 Thread Vincent Torri
e and not cegcc). Was it dropped ? Vincent Torri -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need

Re: [Cegcc-devel] WM_CONTEXTMENU and wince/pocketpc

2011-01-05 Thread Vincent Torri
idea about this stuff? Iirc, aygshell is hardware dependant (a friend told me that and he also gave me the advice to never use aygshell functions). So you can have different implementations of the dll with different phones Vincent Torri

Re: [Cegcc-devel] SHCreateMenuBar() and friends implemented for Win32?

2011-01-04 Thread Vincent Torri
preciate any hint. The code is not released. But you can try google. I found that: http://wmdevelopers.blogspot.com/2008/05/create-menu-bar-programmatically-wm5.html Vincent Torri -- Learn how Oracle Real Application

Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC

2010-12-31 Thread Vincent Torri
On Sat, 1 Jan 2011, Vincent Torri wrote: > > > On Fri, 31 Dec 2010, Paul Sokolovsky wrote: > >> Hello, >> >> On Fri, 31 Dec 2010 12:06:06 +0100 (CET) >> Vincent Torri wrote: >> >> [] >>> >>> FYI: >>> >>> i'

Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC

2010-12-31 Thread Vincent Torri
On Fri, 31 Dec 2010, Paul Sokolovsky wrote: > Hello, > > On Fri, 31 Dec 2010 12:06:06 +0100 (CET) > Vincent Torri wrote: > > [] >> >> FYI: >> >> i'm contributing to a set of graphic libs that go beyond that: >> >> http://watchwolf.fr/

Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC

2010-12-31 Thread Vincent Torri
ange. The 4 following images are the same window with 4 different themes (using our libs). I have ported these libs to Windows CE. After the images you have the C source code, and the 4 themes. And a link to the tarball with the files at the bottom. Vincent Torri Sebastien. On Fri, Dec 31

Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC

2010-12-30 Thread Vincent Torri
Hey, > Can you read Japanese? Because this guy describes what value > COMCTL32_VERSION should have for wince (he mentions cegcc!). And as for > why's and how's... can you read Japanese? which g

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Vincent Torri
), if needed (i.e. if you really use the STL), libstdc++ is statically linked to your program/library) Vincent Torri Jacek. On Tue, Dec 28, 2010 at 2:12 PM, "Stefan Partheymüller" wrote: Hi, sorry, I was obviously too dumb :-) Now it works awesome. I didn't know, that I need

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-28 Thread Vincent Torri
n) Hi, now I tried to compile some code for WinCE with you binary snapshot. It works only when I'm using a Makefile, which is compiling step by step (assemble, compile, link) it should work with any autotooled program/library. Just pass --host=arm-mingw32ce to configure Vincent Tor

Re: [Cegcc-devel] Upstreaming patches

2010-12-28 Thread Vincent Torri
On Mon, 27 Dec 2010, Paul Sokolovsky wrote: > https://github.com/pfalcon/cegcc-w32api-try1/commit/dba53b839e04067d0ed319b61e9e61a3b24bd544 -#define PSH_MAXIMIZE0x2000 /* ?? */ 1) Why is there such comment ? 2) maybe you should let the comment in the code, even with a FIXME Vincent To

Re: [Cegcc-devel] _WIN32_WCE vs UNDER_CE

2010-12-27 Thread Vincent Torri
Hey, On Mon, 27 Dec 2010, Paul Sokolovsky wrote: > https://github.com/pfalcon/cegcc-w32api-try1/commit/be2a26d09e971f81dee8b4787e30ab06d9707eff shouldn't the critical section be removed if (L)GPL code is not allowed instead of replacing UNDER_CE by WIN32_WCE (first change) ? Vince

Re: [Cegcc-devel] _WIN32_CE vs UNDER_CE

2010-12-25 Thread Vincent Torri
ers and elsewhere. Thank you for this good advise." cheers and merry christmas Vincent Torri -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize t

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-23 Thread Vincent Torri
On Thu, 23 Dec 2010, Sébastien Lorquet wrote: Hello, any success with my instructions, or is everyone (including me) too busy eating chocolate? :-) too busy :p Honestly, the compilation is a lot faster on linux than with MSYS/MinGW Vincent BTW, Merry Christmas and Happy new year to al

Re: [Cegcc-devel] RFC: Trac migration? was: Re: Doc link which is current?

2010-12-20 Thread Vincent Torri
> activate and migrate to Trac? I like Trac as a user. Except that it is written in python :) If you know python and php well, then there should be no problem for you Vincent Torri -- Lotusphere 2011 Register now f

Re: [Cegcc-devel] Doc link which is current?

2010-12-20 Thread Vincent Torri
oved? Normally, the first link is what Danny did when re-writing the cegcc website. Hence it should be more or less a copy of the second link. Just verify it is a copy :) regards Vincent Torri -- Lotusphere 2011

Re: [Cegcc-devel] Imported cegcc into git

2010-12-18 Thread Vincent Torri
t; I tried to look at what mingw-w64 uses for w32api (did they fork it? > do they maintain upstream connection?), but among first google hits I > found discussion of licensing quality concerns with mingw-w64 headers, > and I didn&#

Re: [Cegcc-devel] Producing a cegcc binutils/gcc patchset, after all

2010-12-15 Thread Vincent Torri
is year's old, > and for gcc only apparently. there was also an attempt to put some cegcc parts into the mingw-w64 project. Maybe you can contact them to know what has been done and what needs to be done regards Vincent Torri > > On Thu, 16 Dec 2010 05:55:23 +0200 > Paul Sokolovsk

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-15 Thread Vincent Torri
jects use autotools and using autotools with MSYS is too slow (6 or 7 times slower than on Linux). So I just cross compile on Linux. Quite faster. regards Vincent Torri-- Lotusphere 2011 Register now for Lotusphere 201

Re: [Cegcc-devel] dont want RELOCS_STRIPPED

2010-10-16 Thread Vincent Torri
On Wed, 13 Oct 2010, André Hentschel wrote: Am 10.10.2010 20:57, schrieb Vincent Torri: On Sun, 10 Oct 2010, André Hentschel wrote: I meanwhile had some effort with just changing the image base :) and i ran some CE apps compiled with cegcc/mingwce in Wine on ARM :) So i dont need any

Re: [Cegcc-devel] dont want RELOCS_STRIPPED

2010-10-10 Thread Vincent Torri
On Sun, 10 Oct 2010, André Hentschel wrote: Am 02.10.2010 16:36, schrieb André Hentschel: Am 29.09.2010 11:06, schrieb Vincent Richomme: On Tue, 28 Sep 2010 19:38:06 +0200, André Hentschel wrote: Am 20.09.2010 23:56, schrieb Vincent Torri: Hey, i ported Wine to ARM and want to try if

Re: [Cegcc-devel] dont want RELOCS_STRIPPED

2010-09-20 Thread Vincent Torri
set? I am not skilled enough to answer your question, but i just think it would be amazing to try Windows CE within Wine ! cheers Vincent Torri -- Start uncovering the many advantages of virtual appliances and start u

Re: [Cegcc-devel] Porting cegcc changes to latest version of cegcc

2010-07-11 Thread Vincent Torri
On Mon, 12 Jul 2010, Max Kellermann wrote: > On 2010/07/11 10:11, Danny Backx wrote: >> I can give you and other interested parties write access to the cegcc >> svn if you like. > > Hi Danny & Pavel, > > I also thought about updating cegcc, but decided against it because I > found merging/rebas

Re: [Cegcc-devel] status of the project

2010-06-22 Thread Vincent Torri
On Tue, 22 Jun 2010, Pavel Pavlov wrote: > > >> -Original Message- >> From: Vincent Richomme [mailto:foru...@smartmobili.com] >> Sent: Tuesday, June 22, 2010 03:43 >> To: Vincent Torri >> Cc: cegcc-devel@lists.sourceforge.net >> Subject: Re: [C

Re: [Cegcc-devel] status of the project

2010-06-22 Thread Vincent Torri
On Tue, 22 Jun 2010, Vincent Richomme wrote: > On Tue, 22 Jun 2010 08:53:43 +0200 (CEST), Vincent Torri > wrote: >> Hey, >> >> I would like to know the status of this project. I haven't seen any >> message for months on that ML >> >> thank you >

[Cegcc-devel] status of the project

2010-06-22 Thread Vincent Torri
Hey, I would like to know the status of this project. I haven't seen any message for months on that ML thank you Vincent Torri -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father'

Re: [Cegcc-devel] limits.h not found

2010-03-15 Thread Vincent Torri
On Mon, 15 Mar 2010, Pedro Alves wrote: > On Monday 15 March 2010 19:44:01, Danny Backx wrote: >>> So, is there some fixes that has been pushed in svn about that limits.h >>> problem ? >>> >>> Vincent Torri >> >> My workaround was remove

Re: [Cegcc-devel] limits.h not found

2010-03-13 Thread Vincent Torri
Hey, So, is there some fixes that has been pushed in svn about that limits.h problem ? Vincent Torri -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs

Re: [Cegcc-devel] Ws2tcpip.h

2010-03-13 Thread Vincent Torri
could change to > > #if (_WIN32_WINNT >= 0x0501) || defined(_WIN32_WCE) shouldn't the version of _WIN32_WCE be tested ? Vincent Torri > > Danny > -- > Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info > > > -

Re: [Cegcc-devel] limits.h not found

2010-02-03 Thread Vincent Torri
Hey, So, is there some fixes that has been pushed in svn ? Vincent Torri -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the

Re: [Cegcc-devel] ported packages : new version

2010-01-30 Thread Vincent Torri
On Sat, 30 Jan 2010, Pedro Alves wrote: > On Saturday 30 January 2010 17:41:41, Vincent Torri wrote: >> >> On Sat, 30 Jan 2010, Pedro Alves wrote: >> >>> On Saturday 30 January 2010 07:13:55, Vincent Torri wrote: >>> >>>> -g is not an option.

Re: [Cegcc-devel] ported packages : new version

2010-01-30 Thread Vincent Torri
On Sat, 30 Jan 2010, Pedro Alves wrote: > On Saturday 30 January 2010 07:13:55, Vincent Torri wrote: > >> -g is not an option. The dll would be too big. The fact that a dll takes >> in memory a multiple of 64KB is already a problem. > > ??? The data -g puts in the

Re: [Cegcc-devel] ported packages : new version

2010-01-29 Thread Vincent Torri
Hey, On Sat, 30 Jan 2010, Danny Backx wrote: > On Tue, 2010-01-26 at 14:35 +0100, Vincent Torri wrote: >> there are currently 4 ported packages (zlib, libjpeg, libpng and >> freetype). Each of them have new versions (excepted zlib, but it will be >> soon). So i want to

Re: [Cegcc-devel] limits.h not found

2010-01-29 Thread Vincent Torri
On Fri, 29 Jan 2010, Danny Backx wrote: > On Sat, 2010-01-23 at 13:33 +0100, Vincent Torri wrote: >> i've just installed cegcc (mingw32ce compiler) from the svn repo. There is >> a limits.h in the folowin sub directories: >> >> /home/torri/local/opt/mingw32ce/arm

[Cegcc-devel] ported packages : new version

2010-01-26 Thread Vincent Torri
have added a README file, with a complete description of the built. Can you comment them ? other questions : should i build several packages for different arch (armV etc...) is there something specific to do for x86 ? thank you Vincent Torri

[Cegcc-devel] limits.h not found

2010-01-23 Thread Vincent Torri
c/arm-mingw32ce/4.4.0/include-fixed/ /home/torri/local/opt/mingw32ce/lib/gcc/arm-mingw32ce/4.4.0/install-tools/include/ When i include limits.h, it is the one in the third directory that is chosen, and not the one in the second (which, i think, is the correct one). Is it normal ? Vincent

[Cegcc-devel] updating gcc in trunk

2010-01-23 Thread Vincent Torri
Hey current gcc 4.4 release is 4.4.3 (released a few days ago). cegcc uses 4.4.0, afaik. Would it be difficult to update gcc in cegcc trunk ? while i'm talking of gcc: Pedro, what is the status of merging your patches into gcc trunk ? thank you Vincent

[Cegcc-devel] libtool + libstdc++ problem

2010-01-21 Thread Vincent Torri
-lmingwex ? If yes, what can I do to solve this problem ? thank you Vincent Torri -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunitie

[Cegcc-devel] about libpng 1.4.*

2010-01-09 Thread Vincent Torri
Hey, zlib will have a new release soon and libpng has already changed it's minor version (1.4.1 beta) I've compiled it successfully too. I plan to make a new package soon, after having tested it with Evas (a canvas library) regards Vin

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2010-01-01 Thread Vincent Torri
On Fri, 1 Jan 2010, Danny Backx wrote: > On Fri, 2010-01-01 at 10:50 +0100, Vincent Torri wrote: >> >> On Fri, 1 Jan 2010, Danny Backx wrote: >> >>> On Thu, 2009-12-31 at 19:01 +, Pedro Alves wrote: >>>> With the patches pasted below, a dll link

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2010-01-01 Thread Vincent Torri
: > 1 Continue testing > 2 Start talking to the binutils crowd about how to upstream > 3 Start talking to the gcc crowd about how to upstream > 4 Port this to arm-cegcc too > 5 Sort out the ld crash that Pedro saw > 6 Do a release > > Is the ord

Re: [Cegcc-devel] about zlib

2009-12-30 Thread Vincent Torri
On Wed, 30 Dec 2009, Pedro Alves wrote: > On Wednesday 30 December 2009 19:38:29, Vincent Torri wrote: >> >> On Wed, 30 Dec 2009, Pedro Alves wrote: >> >>> On Tuesday 29 December 2009 06:33:30, Vincent Torri wrote: >>> >>>> about the linking

Re: [Cegcc-devel] about zlib

2009-12-30 Thread Vincent Torri
On Wed, 30 Dec 2009, Pedro Alves wrote: > On Tuesday 29 December 2009 06:33:30, Vincent Torri wrote: > >> about the linking, should I pass -Wl,--major-subsystem-version,4 and >> -Wl,--minor-subsystem-version,20 ? > > I can't remember if this has any effect on d

Re: [Cegcc-devel] about zlib

2009-12-28 Thread Vincent Torri
hey about the linking, should I pass -Wl,--major-subsystem-version,4 and -Wl,--minor-subsystem-version,20 ? Vincent Torri -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of

Re: [Cegcc-devel] about zlib

2009-12-28 Thread Vincent Torri
ved in order to be in the >> next release of zlib. It is known. > > Let me know if I can help with that. (What needs improving specifically?) iirc, the patch about the define is not correct for a generic use. I removed the define, but actually, i should include stddef.h is _WIN32_WC

Re: [Cegcc-devel] about zlib

2009-12-28 Thread Vincent Torri
On Mon, 28 Dec 2009, Pedro Alves wrote: > On Monday 28 December 2009 10:35:40, Vincent Torri wrote: >> >> Hey, > > Hello! > >> The maitainer of zlib wants to release a new version. I plan to integrate >> the patches (a bit modified, though) for the compilat

[Cegcc-devel] about zlib

2009-12-28 Thread Vincent Torri
2.3.4.tar.gz I plan to do a new ported package after the (happy) new year. It would be nice if some people can test the ported package once i build it. thank you Vincent Torri -- This SF.Net email is sponsored by the Ve

Re: [Cegcc-devel] Fix struct BY_HANDLE_FILE_INFORMATION.

2009-12-11 Thread Vincent Torri
ompilers more > easily, even third party ones. > > Long term, I'd even like to do that mythical push-most-things > upstream, and get rid of our local copies of at least > gcc yes, please ! > and binutils. i th

Re: [Cegcc-devel] cegcc (4.1/4.4) on windows without cygwin: sucess

2009-11-19 Thread Vincent Torri
a trick about libiberty problem: set a libtool variable so that libtool does not complain. Vincent Torri I did a (n in)famous canadian cross build. For those who want to better known this monster, see [1] The build was a success with the gcc 4.1 source, as well as the gcc 4.4 source. The

Re: [Cegcc-devel] Libiconv fixes

2009-11-18 Thread Vincent Torri
or not on WinCE? How do you guys > know when to #ifndef a function declaration or not? don't use gnu iconv. It's huge, especially for embedded. Use that one: http://code.google.com/p/win-iconv/ Vincent Torri

Re: [Cegcc-devel] CeGCC; target = ARM MINGW32CE; About code size.

2009-10-24 Thread Vincent Torri
t; - Is there a reason of such code size difference ? it depends much on the options. -Os will decrease the size, for example, but is less optimized. Try to strip the program too. > - Is some library component statically linked ? if you use c++ code, with ST

Re: [Cegcc-devel] Console to windows mobile,

2009-10-07 Thread Vincent Torri
much faster than that > >> The rsh or telnet solutions could benefit from a ksh too. Does anyone >> have porting experience for one of the *nix shells ? > > not me... I have the same question... but pipes could be a big problem > to implement

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-20 Thread Vincent Torri
On Mon, 10 Aug 2009, Vincent Torri wrote: > > Hey, > > I have installed MSYS, bison (bin + dep on GnuWin32), flex (bin on GnuWin32), > GMP 4.2.4 (compilation of the source code from mingw SF repo), MPRF 2.4.1 > (compilation of the source code from mingw SF re

Re: [Cegcc-devel] Things to do

2009-09-19 Thread Vincent Torri
the right order for these items ? >> >> Danny > > I would add make it compile on MacOS because when I tried (after having > installed macports for gmp and > mpfr) I got the following error (see attchament for full story): and compilatio on Windows with MinGW/M

Re: [Cegcc-devel] Things to do

2009-09-18 Thread Vincent Torri
t work. Right ? > > 7. Website I still have to give you another version of the website. But creating the images is quite difficult, as i'm not very experienced with Gimp Vincent Torri -- Come build with us! The Bla

Re: [Cegcc-devel] offsetof

2009-09-10 Thread Vincent Torri
On Thu, 10 Sep 2009, Pedro Alves wrote: > On Wednesday 09 September 2009 22:03:03, Vincent Torri wrote: >> >> On Wed, 9 Sep 2009, Danny Backx wrote: >> >>> On Wed, 2009-09-09 at 17:26 +0200, Vincent Torri wrote: >>>> it seems that offsetof is defin

Re: [Cegcc-devel] offsetof

2009-09-09 Thread Vincent Torri
On Wed, 9 Sep 2009, Danny Backx wrote: > On Wed, 2009-09-09 at 17:26 +0200, Vincent Torri wrote: >> it seems that offsetof is defined in winnt.h but msdn does not mention it >> for windows ce. Is it normal ? > > Actually it probably is. > > Various sources (e.g. h

[Cegcc-devel] offsetof

2009-09-09 Thread Vincent Torri
Hey, it seems that offsetof is defined in winnt.h but msdn does not mention it for windows ce. Is it normal ? Vincent Torri -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial

[Cegcc-devel] One year since last libtool release (fwd)

2009-09-06 Thread Vincent Torri
Hey, below is a mail about a possible new release of libtool. All the patches I made for cegcc/mingw32ce should be in the current git repo of libtool. It would be nice if some people other than me can check if the current git libtool works for cegcc/ming32ce targets regards Vincent Torri

Re: [Cegcc-devel] links2 on windows mobile

2009-09-02 Thread Vincent Torri
e EFL : http://calaos.fr/pub/moshi_wince.avi regards Vincent Torri -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus

Re: [Cegcc-devel] links2 on windows mobile

2009-09-02 Thread Vincent Torri
dows port? I would definitivelly give a try to moshi no, it is not. It's http://wwww.enlightenment.org cheers Vincent Torri -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Sim

Re: [Cegcc-devel] Update to home page

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Danny Backx wrote: > On Wed, 2009-08-26 at 11:23 +0200, Vincent Torri wrote: >> If you want, I can finish the menu (it was not in the version i sent you). > > Sure. I've played with it a bit but I really have no CSS knowledge :-) ok > My la

Re: [Cegcc-devel] about definition of struct _finddata_t

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Danny Backx wrote: On Wed, 2009-08-26 at 20:26 +0200, Vincent Torri wrote: I think that the same stuff is missing for struct timezone in sys/time.h Something like this ? yes, exactly Vincent Torri Danny pavilion: {1014} svn diff sys/time.h Index: sys

Re: [Cegcc-devel] about definition of struct _finddata_t

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Danny Backx wrote: > On Wed, 2009-08-26 at 11:35 +0200, Vincent Torri wrote: >> On Tue, 25 Aug 2009, Danny Backx wrote: >>> On Sun, 2009-08-23 at 18:18 +0200, Vincent Torri wrote: >>>> in io.h, shouldn't struct _finddata_t be guarde

Re: [Cegcc-devel] about definition of struct _finddata_t

2009-08-26 Thread Vincent Torri
On Tue, 25 Aug 2009, Danny Backx wrote: > On Sun, 2009-08-23 at 18:18 +0200, Vincent Torri wrote: >> Hey, >> >> in io.h, shouldn't struct _finddata_t be guarded by _FINDDATA_T_DEFINED >> (like _fsize_t is guarded by _FSIZE_T_DEFINED) ? >> >> Vincent T

Re: [Cegcc-devel] Update to home page

2009-08-26 Thread Vincent Torri
On Tue, 25 Aug 2009, Danny Backx wrote: > On Sun, 2009-08-23 at 16:44 +0200, Danny Backx wrote: >> On Sun, 2009-08-23 at 16:24 +0200, Vincent Torri wrote: >>> >>> On Sun, 23 Aug 2009, Danny Backx wrote: >>> >>>> I did some of this already. More

Re: [Cegcc-devel] 4.4 limits.h issue ?

2009-08-26 Thread Vincent Torri
ngw32ce/arm-mingw32ce/include/limits.h > > Has anyone else seen this ? Opinions ? I had that issue with the previous version of gcc. Vincent Torri -- Let Crystal Reports handle the reporting - Free Crystal Reports

Re: [Cegcc-devel] SFGAO_FOLDER not being in the correct header file

2009-08-26 Thread Vincent Torri
On Tue, 25 Aug 2009, Danny Backx wrote: > On Sun, 2009-08-23 at 18:52 +0200, Vincent Torri wrote: >> hey, >> >> according to msdn (http://msdn.microsoft.com/en-us/library/ms909872.aspx) >> this value (and other ones too) belong to shobjidl.h and not shlobj.h >>

[Cegcc-devel] SFGAO_FOLDER not being in the correct header file

2009-08-23 Thread Vincent Torri
hey, according to msdn (http://msdn.microsoft.com/en-us/library/ms909872.aspx) this value (and other ones too) belong to shobjidl.h and not shlobj.h (which is the correct header in win32). the shobjidl.h file does not exist. Is it normal ? Vincent Torri

[Cegcc-devel] about definition of struct _finddata_t

2009-08-23 Thread Vincent Torri
Hey, in io.h, shouldn't struct _finddata_t be guarded by _FINDDATA_T_DEFINED (like _fsize_t is guarded by _FSIZE_T_DEFINED) ? Vincent Torri -- Let Crystal Reports handle the reporting - Free Crystal Reports 20

Re: [Cegcc-devel] Update to home page

2009-08-23 Thread Vincent Torri
Download", where you put another table (included software vs package) * the links in development do not work (at least some, i've not tried all of them) Vincent Danny On Sat, 2009-08-22 at 16:31 +0200, Vincent Torri wrote: On Sat, 22 Aug 2009, Danny Ba

Re: [Cegcc-devel] Update to home page

2009-08-22 Thread Vincent Torri
, split in several pages, of course. That will be the biggest part of the site, as there are already a lot of doc. * The development should contain mailing list, bug tracker, maybe wiki and the team. Of course, all the pages must always contain the menu. Anyway, I think that the site must be e

Re: [Cegcc-devel] Upcoming test binary distribution

2009-08-19 Thread Vincent Torri
On Wed, 19 Aug 2009, Danny Backx wrote: > Hi, > > I'm in the process of preparing a binary-only test distribution called > 0.59.1 . The numbering indicates that this should become 0.60 soon. > > Why something close to 0.60 ? Because this will be a milestone : a > distribution based on gcc 4.4.0

[Cegcc-devel] compilation failure with MSYS

2009-08-10 Thread Vincent Torri
ocess': C:/msys/1.0/home/torri/code/cegcc/gcc-4.4.0/fixincludes/fixincl.c:1054: undefined reference to `__imp__fnmatch' collect2: ld returned 1 exit status any idea ? Vincent Torri -- Let Crystal Reports ha

Re: [Cegcc-devel] Next steps ?

2009-08-10 Thread Vincent Torri
On Sun, 9 Aug 2009, Danny Backx wrote: > Vincent Torri wrote : >> - add support for MSYS and not only cygwin (on Windows) >> - do a pre-release for 32 and 64 bits linux, because, as a 64 bits linux >> user, I have to compile the toolchain myself. And it is sloow.

Re: [Cegcc-devel] Next steps ?

2009-08-09 Thread Vincent Torri
pre-release > > Your input ? - add support for MSYS and not only cygwin (on Windows) - do a pre-release for 32 and 64 bits linux, because, as a 64 bits linux user, I have to compile the toolchain myself. And it is sloow. - provide rpm

Re: [Cegcc-devel] getenv/setenv

2009-07-08 Thread Vincent Torri
On Wed, 8 Jul 2009, Klaus Rechert wrote: > Hi, > > take a look at > > http://svn.enlightenment.org/svn/e/trunk/PROTO/evil/ note that this is a trick. I just managed the registrery to simulate setenv/getenv/putenv. Contrary to the unix commands, the environment variables created by those funct

Re: [Cegcc-devel] getenv/setenv

2009-07-08 Thread Vincent Torri
02 PM, Vincent Torri wrote: On Wed, 8 Jul 2009, Klaus Rechert wrote: Hi, take a look at http://svn.enlightenment.org/svn/e/trunk/PROTO/evil/ note that this is a trick. I just managed the registrery to simulate setenv/getenv/putenv. Contrary to the unix commands, the environment variables cr

Re: [Cegcc-devel] Howto: Compiling ScummVM SVN and all libraries with mingw32ce

2009-07-05 Thread Vincent Torri
runk) Also, maybe it would be nice to put some of the libraries above in the cegcc SF page. regards Vincent Torri -- ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforg

[Cegcc-devel] libtool and cegcc

2009-06-07 Thread Vincent Torri
need autoconf >= 2.62 and automake >= 1.10.1 regards Vincent Torri -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the

[Cegcc-devel] cegcc port of iconv

2009-06-03 Thread Vincent Torri
to know if that ports works :-) thank you Vincent Torri -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations fr

[Cegcc-devel] missing _setmode function

2009-06-01 Thread Vincent Torri
hey, according to msdn: http://msdn.microsoft.com/en-us/library/ms861138.aspx _setmode is in stdlib.h currently, it is in io.h but disabled afaics Vincent Torri -- Register Now for Creativity and Technology (CaT

Re: [Cegcc-devel] getcwd() definition in the headers

2009-05-20 Thread Vincent Torri
of linux libraries without code modifications. It is minimal in the sense that i ported only the functions i needs. If you want, you can use it. Vincent Torri -- Crystal Reports - New Free Runtime and 30 Day Trial Check

Re: [Cegcc-devel] getcwd() definition in the headers

2009-05-20 Thread Vincent Torri
y of your program. Vincent Torri -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally

Re: [Cegcc-devel] Importing gcc 4.4.0

2009-05-19 Thread Vincent Torri
th gcc < 4.2 Do you know if Pedro pushed his patches to gcc trunk ? Vincent Torri -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-f

Re: [Cegcc-devel] Running CeGCC on MSYS

2009-05-14 Thread Vincent Torri
nt, and MSYS is much faster than Cygwin. I consider MSYS *very* slow when using the autotools, I prefer not imagine the speed of cygwin :-) Vincent Torri -- Crystal Reports - New Free Runtime and 30 Day Trial Check out t

Re: [Cegcc-devel] CeGCC 0.55

2009-05-08 Thread Vincent Torri
On Fri, 8 May 2009, Danny Backx wrote: > On Fri, 2009-05-08 at 09:05 +0200, Vincent Torri wrote: >> On Fri, 8 May 2009, Danny Backx wrote: >>> Do 32-bit executables not run on 64-bit systems ? >> >> the first time i tried cegcc on my ubuntu 64 bits, it didn

Re: [Cegcc-devel] CeGCC 0.55

2009-05-08 Thread Vincent Torri
to cegcc. I can't remember the error, though. Vincent Torri -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to K

Re: [Cegcc-devel] CeGCC 0.55

2009-05-07 Thread Vincent Torri
kind of OS. Vincent Torri Danny On Fri, 2009-05-08 at 08:43 +0200, Vincent Torri wrote: On Fri, 8 May 2009, Danny Backx wrote: GDB is there also now. Note that this is gdb-6.8, meaning it can be used to cross-debug via gdbserver (which is included in the distribution). See the

Re: [Cegcc-devel] CeGCC 0.55

2009-05-07 Thread Vincent Torri
erence with the arm-mingw-gdb-6.8-x86.tar.gz package that is also in SF ? Vincent Torri -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect wor

Re: [Cegcc-devel] libstdc++.dll.a not built (svn)

2009-05-05 Thread Vincent Torri
On Wed, 6 May 2009, Danny Backx wrote: > On Wed, 2009-04-29 at 21:40 +0200, Vincent Torri wrote: >> i have built cegcc from svn (see my previous mail about doc not being >> built to know what i did for the build). >> >> libstdc++.la mentions that library_names is li

Re: [Cegcc-devel] doc are not built (svn)

2009-05-03 Thread Vincent Torri
c/build-mingw32ce > but not from > $CEGCC/src/build/mingw32ce > because that's a level deeper. ok. Not that i really want the doc, but i wanted to know why, and if it is a bug, or me not doing the compilatio

[Cegcc-devel] libstdc++.dll.a not built (svn)

2009-04-29 Thread Vincent Torri
fails because that file does not exist. Vincent Torri -- Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands

[Cegcc-devel] doc are not built (svn)

2009-04-29 Thread Vincent Torri
ipts/build-mingw32ce.sh And when the docs were going to be built, I get: INSTALLING documentation -- ../scripts/build-mingw32ce.sh: line 344: cd: /home/torri/svnroot/cegcc/../docs: No such file or directory Any idea about the problem ? Vin

Re: [Cegcc-devel] finally, gcc 4.5 is branched

2009-04-17 Thread Vincent Torri
On Fri, 17 Apr 2009, Pedro Alves wrote: > Yeah, It's been like that for months in a row. I'm sorry that > this happens. I did see your posts at gcc@ and gcc-patches@ (I don't > read gcc-help, though), and I can feel your pain... Believe me, > I do want to get our gcc stuff upstream. > > As I

  1   2   3   >