[Starkit] kitgen report

Virden, Larry W. lvirden at cas.org
Thu Jan 25 15:09:26 CET 2007


I tried changing this in makefile.include (since make and even gmake, it
seems, forces use of Bourne shell).
I also added, to config.sh,
    SunOS)
      echo "CFLAGS    += -I/usr/dt/include -I/usr/openwin/include"
      echo "GUI_OPTS = -R:/usr/dt/lib:/usr/openwin/lib -L/usr/dt/lib
-L/usr/open
win/lib"
      ;;

    *) echo "warning: no settings known for '$mach'" >&2 ;;
  esac

To get me started.




And when I did a kitgen small, I got pretty far - until I hit this:
cc -DPACKAGE_NAME=\"vlerqtcl\" -DPACKAGE_TARNAME=\"vlerqtcl\"
-DPACKAGE_VERSION=\"4.1\" -DPACKAGE_STRING=\"vlerqtcl\ 4.1\"
-DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_LIMITS_H=1
-DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1
-D_POSIX_PTHREAD_SEMANTICS=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1
-DSTATIC_BUILD=1 -D_REENTRANT=1 -D_POSIX_PTHREAD_SEMANTICS=1
-DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_DIRENT64=1
-DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1
-DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1
-I"/vol/tclsrcsol/cvs/kitgen/8.4/kit-small/build/include"
-I/usr/dt/include -I/usr/openwin/include -O  -c `echo
../../../vlerq/generic/vlerq.c` -o vlerq.o
"../../../vlerq/generic/vlerq.c", line 18: cannot find include file:
<stdint.h>
"../../../vlerq/generic/vlerq.c", line 36: warning: macro redefined:
_BIG_ENDIAN
"../../../vlerq/generic/vlerq.c", line 129: syntax error before or at:
int64_t
"../../../vlerq/generic/vlerq.c", line 129: cannot recover from previous
errors
cc: acomp failed for ../../../vlerq/generic/vlerq.c
gmake[2]: *** [vlerq.o] Error 2
gmake[2]: Leaving directory
`/vol/tclsrcsol/cvs/kitgen/8.4/kit-small/build/vlerq'
gmake[1]: *** [build/vlerq] Error 2
gmake[1]: Leaving directory `/vol/tclsrcsol/cvs/kitgen/8.4/kit-small'
gmake: *** [small] Error 2

-- 
<URL: http://wiki.tcl.tk/ >
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
<URL: mailto:lvirden at gmail.com > <URL: http://www.purl.org/NET/lvirden/
>
 


-----Original Message-----
From: starkit-bounces at equi4.com [mailto:starkit-bounces at equi4.com] On
Behalf Of Jean-Claude Wippler
Sent: Thursday, January 25, 2007 2:48 PM
To: Starkit list
Subject: Re: [Starkit] kitgen report


Tom Poindexter wrote:

> Just guessing, is your /bin/sh a Bourne shell?  Ksh and Bash should 
> have no problem dealing with
>
> 	export CFLAGS=""
>
> but Bourne usually needs those on two lines:
>
> 	CFLAGS=""
> 	export CFLAGS

I've adopted this for kitgen, the change is now in CVS.  Thx.

-jcw


_____________________________________________
Starkit mailing list  -  Starkit at equi4.com
http://www.equi4.com/mailman/listinfo/starkit


More information about the Starkit mailing list