[hxcommon] Re: CR: common/import/zlib/Umakefil
atin atin at real.comi forgot to mention that i was trying to compile the server.
On Wed, 23 Jul 2003, atin wrote:
> folks,
> i couldn't get zlib to compile on solaris because of a missing dependency
> on common/runtime/pub. here r the errors that were generated:
>
> --------------------
> "gzio.c", line 13: cannot find include file: "hlxclib/stdio.h"
> "./zutil.h", line 23: cannot find include file: "hlxclib/stddef.h"
> "./zutil.h", line 24: cannot find include file: "hlxclib/string.h"
> "./zutil.h", line 29: cannot find include file: "hlxclib/errno.h"
> "gzio.c", line 47: syntax error before or at: FILE
> "gzio.c", line 47: cannot recover from previous errors
> cc: acomp failed for gzio.c
> *** Error code 2
> make: Fatal error: Command failed for target `rel/obj/gzio.o'
> --------------------
>
> the following change fixes that issue:
>
> --------------------
> Index: Umakefil
> ===================================================================
> RCS file: /cvs/common/import/zlib/Umakefil,v
> retrieving revision 1.3
> diff -u -r1.3 Umakefil
> --- Umakefil 16 Jun 2003 22:54:55 -0000 1.3
> +++ Umakefil 23 Jul 2003 22:47:00 -0000
> @@ -1,7 +1,7 @@
>
> UmakefileVersion(2,1)
>
> -project.AddModuleIncludes('common/include')
> +project.AddModuleIncludes('common/include', 'common/runtime/pub')
> project.AddSources("adler32.c",
> "compress.c",
> "crc32.c",
> --------------------
>
> -atin
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe at common.helixcommunity.org
For additional commands, e-mail: dev-help at common.helixcommunity.org