paragui-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-dev] problems building CVS with Borland C++ Builder 6


From: Alexander Pipelka
Subject: Re: [paragui-dev] problems building CVS with Borland C++ Builder 6
Date: Wed, 30 Oct 2002 19:03:55 +0100
User-agent: KMail/1.5

Am Mittwoch, 30. Oktober 2002 17:20 schrieb Martin Bickel:
> Hi,

Hi :))

> I'm trying to build the current CVS version with Borland C++ Builder 6,
> but run into some problems:
>
> Borland C++ Builder puts _all_ standard library functions (like abs,
> exit, ...)  into the namespace std. So I added "using namespace std" to
> many files. I didn't change the calls themselves to something like
> std::exit(0) , because that might break older compilers who do not use
> namespace std for the standard library.

Ok.

> Then there was a problem in the win32 part of physfs which looks like a
> typo: ERR_GOTMODFN_TRUNC instead of ERR_GETMODFN_TRUNC . Btw, do you
> have physfs branched or is this just a plain copy in the paragui source
> tree ?

I try to keep this version in sync with Ryan's CVS repository. But it hasn't 
been updated for quite some time.

> Another problem in physfs/archivers/unzip.c : There's a
> #include "unzip.h"
> But no unzip.h there.

Hmm,..
Never versions of physfs don't use unzip.[hc] anymore. I should update physfs.

> A patch which fixes these problems (except unzip.h missing) is
> attached. There are still two other problems left, but they look like
> the typical "compiler not ISO/IEC 14882 compliant enough" stuff, I'll
> investigate these later.

Cool. Thanks.

Will apply.

Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]