[Cegcc-devel] port of tar

2007-06-30 Thread Ximsce
Hi, I've written a simple port of tar (simple meaning minimally tested and probably buggy). It doesn't work with directories at the moment (not sure what to do about that). Not being familiar with such things, how and to whom would I submit a patch? Or would it be more appropriate to put the

[Cegcc-devel] w32api

2007-06-23 Thread Ximsce
Hi, Unfortunately, I have another newbie-type question. I am trying to compile zip using arm-wince-cegcc-gcc so that I can use it as a commandline tool. When I got to the linking phase, there was an error saying that -luser32 and -ladvapi32 could not be found. After some searching, I grabbe

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-20 Thread Ximsce
Pedro Alves wrote: > So to resume what Danny was saying, exec replaces, spawn doesn't. Yeah, I hadn't taken a close enough look at the exec documentation. If you hadn't noticed, it's been a while since I coded in C. For the moment I've spliced my code into the lame frontend directly, thus remo

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-19 Thread Ximsce
Pedro Alves wrote: > Please don't top post. Oops, sorry. I have limited experience posting to mailing lists like this one, so my apologies for poor etiquette. > Ximsce wrote: >> I don't get any int return warnings, the only output from compilation is: >> >>

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Ximsce
king. I'm considering resetting to factory defaults, but I'm not sure how well that would go over with its owner. Cheers, Matt Danny Backx wrote: > On Sun, 2007-06-17 at 22:14 -0600, Ximsce wrote: >> Sorry to keep spamming the list with these newbie questions, but I'm in &

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Ximsce
CE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) { encode(); return 0; } // End Code I'm going to try to enable the exception handling, but I believe I am using version .14 of cegcc, so it could be interesting... Thanks again, Matt Pedro Alves wrote: > Ximsce wrote: >> Possib

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Ximsce
ram compiles with methods that should be included from this library, anyway. Perhaps that is a clue? Thanks, Matt Pedro Alves wrote: > Pedro Alves wrote: >> Ximsce wrote: >>> Sorry to keep spamming the list with these newbie questions, but I'm in >>> a bit of a b

[Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-17 Thread Ximsce
Hi, Sorry to keep spamming the list with these newbie questions, but I'm in a bit of a bind and my deadline approaches. I had a program that was working fine, and suddenly a bunch of included methods have stopped working (causing immediate exit of the program, without even flushing my log file

Re: [Cegcc-devel] File io

2007-06-17 Thread Ximsce
Yes, thanks, that component's working now. Danny Backx wrote: > On Sat, 2007-06-16 at 20:19 -0600, Ximsce wrote: >> Hi, >> >> My application is trying to perform some simple file io, but when I try >> to open the file I get a null return value. I recall readin

[Cegcc-devel] File io

2007-06-16 Thread Ximsce
Hi, My application is trying to perform some simple file io, but when I try to open the file I get a null return value. I recall reading somewhere in the docs that file io is working, but is there something special that needs to be done for it to work (like path formatting)? I tried using wc

Re: [Cegcc-devel] libiconv

2007-06-03 Thread Ximsce
Thanks for the quick response! I think ldconfig usually takes care of linking in that directory, but for some reason it didn't in this case. Compilation ran fine with the LD_LIBRARY_PATH set to /usr/local/lib. Pedro Alves wrote: > Ximsce wrote: >> Hi, >> >> I've

[Cegcc-devel] libiconv

2007-06-03 Thread Ximsce
Hi, I've read the previous posts in the archive about the libiconv dependency, but after following those steps I am still getting an install/compilation error that libiconv.so.2 cannot be found. I am running debian etch, so first I tried installing the RPM from Sourceforge using alien to make