Re: [tkined] problem with VC v5.0

Erik Schoenfelder (schoenfr@gaertner.de)
Tue, 21 Jul 1998 16:26:34 +0200 (MET DST)

Hi,

Allen> I have been attempting to build SCOTTY with Visual C++ 5.0.
Allen> To get around a bug with nmake, I started building a project
Allen> file and noticed that some of the build environment is missing
Allen> from the archive file that I downloaded. The makefile calls
Allen> for an include path that has
Allen> $(ROOT)\compat\res
Allen> in it. Unfortunately, this path does not exist [...]

Well, imho this seems to be more a bug in the makefile, because the
res directory does not exist ;-)

Allen> and therefore the file
Allen> config.h
Allen> cannot be found. Is this the same file as
Allen> config.h.in
Allen> in the unix build?

The unix config.h is created by the configure script from config.h.in
for a unix platform. So config.h.in is the template for config.h,
right.

But config.h is only used for a unix platform build.

The build under windows should not request a config.h file and
therefore it would be great, if you can tell us what source file
wanted to include it and if possible which compiler flags are set
expecially defines while compiling ?

Another question: do you use the scotty-98-05-01.tar.gz snapshot ?

Have fun,
Erik

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.