Re: [Cegcc-devel] anybody successful building smartphone .cab files on linux?

2009-10-01 Thread Martin Storsjö
On Thu, 1 Oct 2009, Eric House wrote: > Thanks! I've installed it as part of my build system, where it at > least works. I may not have a chance to test on Smartphone for a > couple of weeks -- my wife's dragging me and 0 computers off to > Hawai'i tomorrow morning :-) -- but I'll post or write

Re: [Cegcc-devel] anybody successful building smartphone .cab files on linux?

2009-10-01 Thread Eric House
> I don't know what has been discussed before, but I assume you're referring > to pocketpc-cab, which makes .cab files that only work on PocketPC, not on > Smartphone. > > I've made a few changes/improvements to this tool (that I haven't had time > to feed upstream to get properly integrated ye

Re: [Cegcc-devel] cegcc-4.4 potential bug in g++ and shared lib

2009-10-01 Thread Danny Backx
On Thu, 2009-10-01 at 18:04 +0200, Vincent R. wrote: > So it's a problem with gettext makefile. Yeah, these tools are great but they're getting really complicated so sometimes you spend quite some time looking for something trivial. Luckily they usually just work ... Danny -- Danny Backx

[Cegcc-devel] [ cegcc-Bugs-2868656 ] virtual keyword causes exception?

2009-10-01 Thread SourceForge.net
Bugs item #2868656, was opened at 2009-09-28 08:34 Message generated for change (Comment added) made by dannybackx You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2868656&group_id=173455 Please note that this message will contain a full copy of the commen

[Cegcc-devel] [ cegcc-Bugs-2868656 ] virtual keyword causes exception?

2009-10-01 Thread SourceForge.net
Bugs item #2868656, was opened at 2009-09-28 08:34 Message generated for change (Comment added) made by rite You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2868656&group_id=173455 Please note that this message will contain a full copy of the comment thre

Re: [Cegcc-devel] cegcc-4.4 potential bug in g++ and shared lib

2009-10-01 Thread Vincent R.
On Thu, 01 Oct 2009 12:57:46 +0200, "Vincent R." wrote: > Hi, > > I wrote a simple compatibility libarry that implements missing mingw > functions (_errno, getenv,GetCurrentDirectory, ...) > and I am using it to port some software and especially glib and its > dependencies. > The first dependency

[Cegcc-devel] cegcc-4.4 potential bug in g++ and shared lib

2009-10-01 Thread Vincent R.
Hi, I wrote a simple compatibility libarry that implements missing mingw functions (_errno, getenv,GetCurrentDirectory, ...) and I am using it to port some software and especially glib and its dependencies. The first dependency I am porting is gettext and I got an error when compiling some C++ cod

Re: [Cegcc-devel] anybody successful building smartphone .cab files on linux?

2009-10-01 Thread Martin Storsjö
Hi, On Tue, 29 Sep 2009, Eric House wrote: We've discussed before that the free-software tools for building .cab files on Linux produce files that Smartphone (but not PocketPC) doesn't recognize. But I wonder if anybody's found a way around this. I don't know what has been discussed before,