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=IaPOLmGhHFcdUjvX1RvVbdXB0clT34AWZAo1Ze0t46iD/lOI3XWRFfnFUIT7L852l9GxnZMy0NhIaLw3/t+r+yfkvq81upTuNw682ebS/fP5AHpQQiF83PSNb9lUdEAq8KZAWs+1QOlyAAF43QVrg7D6/ebUAqZEgv/HYQiOOrU= Message-ID: <2497d9a205091619382c1f1e56@mail.gmail.com> Date: Fri, 16 Sep 2005 22:38:39 -0400 From: Matthew Petricone To: djgpp AT delorie DOT com Subject: Re: stl_iterator missing? In-Reply-To: <2497d9a2050916193535cc3f0d@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6249_30676132.1126924719550" 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> <2497d9a20509161934346e4408 AT mail DOT gmail DOT com> <2497d9a2050916193535cc3f0d 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_6249_30676132.1126924719550 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Just realized this now... sorry for the spamming... the errors you are=20 getting seem to be errors with the cpp includes which should be stock djgpp= =20 stuff, you shouldn't have errors with those that i know of. On 9/16/05, Matthew Petricone wrote: >=20 > Ohhh btw i was using the latest gpp with Windows XP Pro. >=20 > On 9/16/05, Matthew Petricone wrote:=20 > >=20 > > I am not having the problem you are at all. I got a multiple deffinitio= n=20 > > of conff(char*, char*, int).=20 > > which was indeed a multiple deffinition. You included conff.cpp in=20 > > tfc.cpp which would piss off just about any compiler I use. Once i=20 > > remarked out the initial deffinition in conff.cpp (it's not necessary),= =20 > > removed #include conff.cpp from tcf.cpp, and added extern int conff(cha= r=20 > > * iFileName, char * oFileName, int oType); in it's place everything com= piled=20 > > and linked without a problem. maybe it's that dosbox thing you are usin= g, i=20 > > am not familiar with it. try it in the windows command line utility,,,= =20 > > maybee with a fresh install? > >=20 > > On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com > wrote= : > > >=20 > > > 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=20 > > > happens... > > >=20 > > >=20 > > > On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com>=20 > > > 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 >=20 > > > 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 .. > > > >=20 > > > > Most likely, you didn't use djgpp's unzip32 program to install=20 > > > DJGPP,=20 > > > > and you got a mismatched set of long file name support. If so,=20 > > > you'll > > > > have to remove the installed files and re-unzip them with unzip32. > > >=20 > > >=20 > > >=20 > >=20 > ------=_Part_6249_30676132.1126924719550 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 djgpp stuff, you shouldn't have errors with those that i know of.
=
On 9/16/05, Matthew Petricone <strstr= eam AT gmail DOT com > wrote:
Ohhh btw i was using the latest gpp with Windows XP Pro.


On 9/16/05, Matthew Petricone <st= rstream AT gmail DOT com > wrote:
I am not h= aving the problem you are at all. I got a multiple deffinition of conff(cha= r*, 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?


On 9/16/05, Sulfurik 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
news:2497d9a20509160626326c8355 AT mail= .gmail.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 DJG= PP,
> 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_6249_30676132.1126924719550--