X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=mYuWp6z3ZcblWOE/mNgtFjMQOetJ2PmuX+6gSi2OgJDQCuQGfVTPuLjhkFSCowza1pvwpVZhJsdV+TsqaSTGPytdCO91v2hNHDyMHtswl79DoKZ0NrJET7MIiXSxyMkpx+8SVeZyHEHyUzZaJoeGLpaJ0ukarE5GRGy0G3bJwog= Message-ID: <2497d9a20509161934346e4408@mail.gmail.com> Date: Fri, 16 Sep 2005 22:34:30 -0400 From: Matthew Petricone To: djgpp AT delorie DOT com Subject: Re: stl_iterator missing? In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6233_26231106.1126924470743" References: <200509160006 DOT j8G06L34022989 AT envy DOT delorie DOT com> <0MxWe.2553$ha1 DOT 829 AT bignews6 DOT bellsouth DOT net> <2497d9a20509160626326c8355 AT mail DOT gmail DOT com> <7zFWe.90$g32 DOT 14 AT bignews1 DOT bellsouth DOT net> <2497d9a2050916133020206a9c AT mail DOT gmail DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk ------=_Part_6233_26231106.1126924470743 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I am not having the problem you are at all. I got a multiple deffinition of= =20 conff(char*, char*, int). which was indeed a multiple deffinition. You included conff.cpp in tfc.cppwhich would piss off just about any compiler I use. Once i remarked out the initial deffinition in conff.cpp (it's not necessary), removed #include=20 conff.cpp from tcf.cpp, and added extern int conff(char * iFileName, char *= =20 oFileName, int oType); in it's place everything compiled and linked without= =20 a problem. maybe it's that dosbox thing you are using, i am not familiar=20 with it. try it in the windows command line utility,,, maybee with a fresh= =20 install? On 9/16/05, Sulfurik Kixdemp Nosferathus wrote: >=20 > Oh, OK, thanks! ;-) >=20 >=20 > "Matthew Petricone" wrote in message > news:2497d9a2050916133020206a9c AT mail DOT gmail DOT com... > K I'll try to compile it with djgpp later tonight and see what happens... >=20 >=20 > On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com> wrote: > My newest program, which compiles OK on Linux and Windows with GCC: >=20 > http://www.sulfurmidis.com/sulfursoft/software/tfc-v1.0r2-src.zip >=20 > Thanks! ;-) >=20 >=20 > "Matthew Petricone" < strstream AT gmail DOT com> wrote in message > news:2497d9a20509160626326c8355 AT mail DOT gmail DOT com... > What is it that you are compiling? >=20 >=20 > On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com> wrote: > Now I'm back to my initial problem: >=20 > http://sulfurmidis.com/error.jpg >=20 > Do you know why it's doing this? >=20 > I used unzip32exe this time... >=20 > Thanks! ;-) >=20 >=20 > "DJ Delorie" wrote in message > news:200509160006 DOT j8G06L34022989 AT envy DOT delorie DOT com .. > > > > Most likely, you didn't use djgpp's unzip32 program to install DJGPP, > > and you got a mismatched set of long file name support. If so, you'll > > have to remove the installed files and re-unzip them with unzip32. >=20 >=20 > ------=_Part_6233_26231106.1126924470743 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I am not having the problem you are at all. I got a multiple deffinition of= conff(char*, char*, int).
which was indeed a multiple deffinition. You included conff.cpp in tfc.cpp which would piss off just about any compiler I  use. Once i remarked out the initial deffinition in conff.cpp (it's not necessary), removed #include conff.cpp from tcf.cpp, and added extern int conff(char * iFileName, char * oFileName, int oType); in it's place everything compiled and linked without a problem. maybe it's that dosbox thing you are using, i am not familiar with it. try it in the windows  command line utility,,, maybee with a fresh install?

<= div>On 9/16/05, S= ulfurik Kixdemp Nosferathus <sulfurik15 AT gmail DOT com > wrote:
Oh, OK, thanks! ;-)


"Matthew Petricone" < strstream AT gmail DOT com> wrote in message
news:2497d9a205091613302020= 6a9c AT mail DOT gmail DOT com...
K I'll try to compile it with djgpp later tonight= and see what happens...


On 9/16/05, Sulfurik Kixdemp Nosferathu= s <=20 sulfurik15 AT gmail DOT com> wrote:=
My newest program, which compiles OK on Linux and Windows with GCC:
=
http://www.sulfurmidis.com/sulfursoft/software/tfc-v1.0r2-src.zip
Thanks! ;-)


"Matthew Petricone" < strstream AT gmail DOT com> wrote in message
new= s:2497d9a20509160626326c8355 AT mail DOT gmail DOT com ...
What is it that you are compiling?


On 9/16/05, Sulfurik K= ixdemp Nosferathus < sulfurik15@= gmail.com> wrote:
Now I'm back to my initial problem:

http://sulfurmidis.com/error.jpg

Do you know why it's doing this= ?

I used unzip32exe this time...

Thanks! ;-)


"= ;DJ Delorie" <dj AT delorie DOT com > wrote in message
news:200509160006 DOT j8G06L34022989 AT envy DOT delorie DOT com ..
= >
> Most likely, you didn't use djgpp's unzip32 program to install= DJGPP,
> and you got a mismatched set of long file name support.  = ;If so, you'll
> have to remove the installed files and re-unzip them= with unzip32.



------=_Part_6233_26231106.1126924470743--