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=nqRkuSqzbJNl1OijRBXR7PiiyoV2FPjKLSCtkeCmXAnx/rnmymNo8ywpozE5M+OZWXruWZLzMX+SGqh4uO9fv5ceJqku3Toxv0t+4g/n5OrbVV3+MlJUkLgPge0j/mHqc9H3jlZ9o7JaiIRiLhh//+kIDyNCRbj1CKh1MiNvHto= Message-ID: <2497d9a2050917115950fb8ac7@mail.gmail.com> Date: Sat, 17 Sep 2005 14:59:03 -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_8092_7973768.1126983543801" References: <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> <2497d9a20509161934346e4408 AT mail DOT gmail DOT com> <2497d9a2050916193535cc3f0d AT mail DOT gmail DOT com> <2497d9a205091619382c1f1e56 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_8092_7973768.1126983543801 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline As Far as i know everything in the /include/cxx/401/bits/ directory is core= =20 std c++ header stuff which shouldn't be throwing those errors. Is DosBox a= =20 DOS emulator? maybe it's something with that. That's all I meant. I'll go= =20 look into that now too... It's not your code that works fine, so it must be= =20 the install or the enviornment you are building under. On 9/17/05, Sulfurik Kixdemp Nosferathus wrote: >=20 > 1. What's wrong with the include? :-S >=20 > 2.Well, I did the same thing on XP Home, and it worked, but my problem is > with the DJGPP DOS version. :-P >=20 > 3. What do you mean with "stock djgpp stuff"? >=20 > Much thanks! ;-) >=20 >=20 > PS: I got an email from listmaster AT delorie DOT com saying that my e-mail=20 > addres > wasn't in the subscribers list... To whoever sent that, this is my > subscriber email: >=20 > julio975 AT bellsouth DOT net >=20 > That's my ISP email... :-O\ >=20 >=20 > "Matthew Petricone" wrote in message > news:2497d9a205091619382c1f1e56 AT mail DOT gmail DOT com... > Just realized this now... sorry for the spamming... the errors you are > getting seem to be errors with the cpp includes which should be stock=20 > djgpp > stuff, you shouldn't have errors with those that i know of. >=20 >=20 > On 9/16/05, Matthew Petricone wrote: > Ohhh btw i was using the latest gpp with Windows XP Pro. >=20 >=20 >=20 > On 9/16/05, Matthew Petricone wrote: > I am not having the problem you are at all. I got a multiple deffinition= =20 > of > conff(char*, char*, int). > which was indeed a multiple deffinition. You included conff.cpp in tfc.cp= p > which would piss off just about any compiler I use. Once i remarked out= =20 > 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= =20 > * > oFileName, int oType); in it's place everything compiled and linked=20 > 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 fres= h > install? >=20 >=20 >=20 > On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com > wrote: > Oh, OK, thanks! ;-) >=20 >=20 > "Matthew Petricone" < strstream AT gmail DOT com> 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 mailgmail 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" < 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. >=20 >=20 > ------=_Part_8092_7973768.1126983543801 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline As Far as i know everything in the /include/cxx/401/bits/ directory is core std c++ header stuff which shouldn't be throwing those errors. Is DosBox a DOS emulator? maybe it's something with that. That's all I meant. I'll go look into that now too... It's not your code that works fine, so it must be the install or the enviornment you are building under.

On 9/17/05, Sulfurik Kixdemp Nosferathus <sulfurik15 AT gmail DOT com> wrote:
1. What's wrong with the include? :-S

2.Well, I did the same thing o= n XP Home, and it worked, but my problem is
with the DJGPP DOS version. = :-P

3. What do you mean with "stock djgpp stuff"?

Much thanks! ;-)


PS: I got an email from listmaster AT delorie DOT com saying that my e-mail addres<= br>wasn't in the subscribers list... To whoever  sent that, this = is my
subscriber email:

julio975= @bellsouth.net

That's my ISP email... :-O\


"Matt= hew Petricone" <strstream AT gm= ail.com > wrote in message
news:2497d9a205091619382c1f1e56 AT mail DOT gmail DOT com= ...
Just realized this now... sorry for the spamming... the errors you a= re
getting seem to be errors with the cpp includes  which shou= ld be stock djgpp
stuff, you shouldn't have errors with those that i know of.


= On 9/16/05, Matthew Petricone <st= rstream AT gmail DOT com > wrote:
Ohhh btw i was using the latest gpp wi= th Windows XP Pro.



On 9/16/05, Matthew Petricone <strstream AT gmail DOT com > wrote:
I am not having the pr= oblem 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, ch= ar *
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,,, maybe= e with a fresh
install?



On 9/16/05, Sulfurik Kixdemp Nosf= erathus < sulfurik15 AT gmail DOT com > wrote:
Oh, OK, thanks! ;-)


"Matthew Petricone" <
strstream AT gmail DOT com> wrote in mess= age
news:2497d9a2050916133020206a9c AT mail DOT gmail DOT com...
K I'll try to c= ompile it with djgpp later tonight and see what happens...


On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com> wrote:
My newest pro= gram, 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
news:2497d9a20509160626326c8355 AT mailgmail DOT com ..
What is it that you= are compiling?


On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com > wrote:
Now I'm back to my initial problem:

http://sulfurmidis.com/error.jpg

Do you know wh= y it's doing this?

I used unzip32exe this time...

Thanks! ;-)


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



------=_Part_8092_7973768.1126983543801--