|  | checking build system type... powerpc-ibm-aix5.3.0.0
 | 
  
    |  | checking host system type... powerpc-ibm-aix5.3.0.0
 | 
  
    |  | checking target system type... powerpc-ibm-aix5.3.0.0
 | 
  
    |  | checking for gcc... no
 | 
  
    |  | checking for cc... cc
 | 
  
    |  | checking whether the C compiler works... yes
 | 
  
    |  | checking for C compiler default output file name... a.out
 | 
  
    |  | checking for suffix of executables... 
 | 
  
    |  | checking whether we are cross compiling... no
 | 
  
    |  | checking for suffix of object files... o
 | 
  
    |  | checking whether we are using the GNU C compiler... no
 | 
  
    |  | checking whether cc accepts -g... yes
 | 
  
    |  | checking for cc option to accept ISO C89... -qlanglvl=extc89
 | 
  
    |  | checking for g++... no
 | 
  
    |  | checking for c++... no
 | 
  
    |  | checking for gpp... no
 | 
  
    |  | checking for aCC... no
 | 
  
    |  | checking for CC... no
 | 
  
    |  | checking for cxx... no
 | 
  
    |  | checking for cc++... no
 | 
  
    |  | checking for cl.exe... no
 | 
  
    |  | checking for FCC... no
 | 
  
    |  | checking for KCC... no
 | 
  
    |  | checking for RCC... no
 | 
  
    |  | checking for xlC_r... no
 | 
  
    |  | checking for xlC... no
 | 
  
    |  | checking whether we are using the GNU C++ compiler... no
 | 
  
    |  | checking whether g++ accepts -g... no
 | 
  
    |  | checking how to run the C preprocessor... cc -qlanglvl=extc89 -E
 | 
  
    |  | checking for grep that handles long lines and -e... /usr/bin/grep
 | 
  
    |  | checking for egrep... /usr/bin/grep -E
 | 
  
    |  | checking whether the linker is GNU ld... no
 | 
  
    |  | checking whether cc -qlanglvl=extc89 -E accepts -o... no
 | 
  
    |  | checking for ranlib... ranlib
 | 
  
    |  | checking for ar... ar
 | 
  
    |  | checking for as... as
 | 
  
    |  | checking for objdump... no
 | 
  
    |  | checking for gobjdump... no
 | 
  
    |  | checking for objcopy... no
 | 
  
    |  | checking for gobjcopy... no
 | 
  
    |  | checking for nm... nm
 | 
  
    |  | checking whether ln -s works... yes
 | 
  
    |  | checking whether make sets $(MAKE)... yes
 | 
  
    |  | checking for a BSD-compatible install... 
 | 
  
    |  | checking for a thread-safe mkdir -p...  -d
 | 
  
    |  | use 'mkdir -p' as MKDIR_P
 | 
  
    |  | checking for dot... no
 | 
  
    |  | checking for doxygen... no
 | 
  
    |  | checking for ANSI C header files... yes
 | 
  
    |  | checking for sys/types.h... yes
 | 
  
    |  | checking for sys/stat.h... yes
 | 
  
    |  | checking for stdlib.h... yes
 | 
  
    |  | checking for string.h... yes
 | 
  
    |  | checking for memory.h... yes
 | 
  
    |  | checking for strings.h... yes
 | 
  
    |  | checking for inttypes.h... yes
 | 
  
    |  | checking for stdint.h... yes
 | 
  
    |  | checking for unistd.h... yes
 | 
  
    |  | checking minix/config.h usability... no
 | 
  
    |  | checking minix/config.h presence... no
 | 
  
    |  | checking for minix/config.h... no
 | 
  
    |  | checking whether it is safe to define __EXTENSIONS__... yes
 | 
  
    |  | checking for cd using phisical directory... cd -P
 | 
  
    |  | checking for special C compiler options needed for large files... no
 | 
  
    |  | checking for _FILE_OFFSET_BITS value needed for large files... no
 | 
  
    |  | checking for long long... yes
 | 
  
    |  | checking for off_t... yes
 | 
  
    |  | checking char bit... 8
 | 
  
    |  | checking size of int... 4
 | 
  
    |  | checking size of short... 2
 | 
  
    |  | checking size of long... 8
 | 
  
    |  | checking size of long long... 8
 | 
  
    |  | checking size of __int64... 8
 | 
  
    |  | checking size of off_t... 8
 | 
  
    |  | checking size of void*... 8
 | 
  
    |  | checking size of float... 4
 | 
  
    |  | checking size of double... 8
 | 
  
    |  | checking size of time_t... 8
 | 
  
    |  | checking for pid_t... yes
 | 
  
    |  | checking for convertible type of pid_t... INT
 | 
  
    |  | checking for uid_t... yes
 | 
  
    |  | checking for convertible type of uid_t... UINT
 | 
  
    |  | checking for gid_t... yes
 | 
  
    |  | checking for convertible type of gid_t... UINT
 | 
  
    |  | checking for time_t... yes
 | 
  
    |  | checking for convertible type of time_t... LONG
 | 
  
    |  | checking for prototypes... yes
 | 
  
    |  | checking token paste string... ansi
 | 
  
    |  | checking stringization... #expr
 | 
  
    |  | checking string literal concatenation... yes
 | 
  
    |  | checking for variable length prototypes and stdarg.h... yes
 | 
  
    |  | checking for variable length macro... yes
 | 
  
    |  | checking for noreturn function attribute... __attribute__ ((noreturn)) x
 | 
  
    |  | checking for deprecated function attribute... __attribute__ ((deprecated)) x
 | 
  
    |  | checking for noinline function attribute... __attribute__ ((noinline)) x
 | 
  
    |  | checking for stdcall function attribute... __attribute__ ((stdcall)) x
 | 
  
    |  | checking for cdecl function attribute... __attribute__ ((cdecl)) x
 | 
  
    |  | checking for fastcall function attribute... __attribute__ ((fastcall)) x
 | 
  
    |  | checking for RUBY_EXTERN... no
 | 
  
    |  | checking whether sys_nerr is declared... yes
 | 
  
    |  | checking for crypt in -lcrypt... yes
 | 
  
    |  | checking for dlopen in -ldl... yes
 | 
  
    |  | checking for shl_load in -ldld... no
 | 
  
    |  | checking for socketpair in -lsocket... no
 | 
  
    |  | checking for clock_gettime in -lrt... yes
 | 
  
    |  | checking for dirent.h that defines DIR... yes
 | 
  
    |  | checking for library containing opendir... none required
 | 
  
    |  | checking for stdbool.h that conforms to C99... no
 | 
  
    |  | checking for _Bool... yes
 | 
  
    |  | checking for sys/wait.h that is POSIX.1 compatible... yes
 | 
  
    |  | checking limits.h usability... yes
 | 
  
    |  | checking limits.h presence... yes
 | 
  
    |  | checking for limits.h... yes
 | 
  
    |  | checking sys/file.h usability... yes
 | 
  
    |  | checking sys/file.h presence... yes
 | 
  
    |  | checking for sys/file.h... yes
 | 
  
    |  | checking sys/ioctl.h usability... yes
 | 
  
    |  | checking sys/ioctl.h presence... yes
 | 
  
    |  | checking for sys/ioctl.h... yes
 | 
  
    |  | checking sys/syscall.h usability... no
 | 
  
    |  | checking sys/syscall.h presence... no
 | 
  
    |  | checking for sys/syscall.h... no
 | 
  
    |  | checking fcntl.h usability... yes
 | 
  
    |  | checking fcntl.h presence... yes
 | 
  
    |  | checking for fcntl.h... yes
 | 
  
    |  | checking sys/fcntl.h usability... no
 | 
  
    |  | checking sys/fcntl.h presence... no
 | 
  
    |  | checking for sys/fcntl.h... no
 | 
  
    |  | checking sys/select.h usability... yes
 | 
  
    |  | checking sys/select.h presence... yes
 | 
  
    |  | checking for sys/select.h... yes
 | 
  
    |  | checking sys/time.h usability... yes
 | 
  
    |  | checking sys/time.h presence... yes
 | 
  
    |  | checking for sys/time.h... yes
 | 
  
    |  | checking sys/times.h usability... yes
 | 
  
    |  | checking sys/times.h presence... yes
 | 
  
    |  | checking for sys/times.h... yes
 | 
  
    |  | checking sys/param.h usability... yes
 | 
  
    |  | checking sys/param.h presence... yes
 | 
  
    |  | checking for sys/param.h... yes
 | 
  
    |  | checking syscall.h usability... no
 | 
  
    |  | checking syscall.h presence... no
 | 
  
    |  | checking for syscall.h... no
 | 
  
    |  | checking pwd.h usability... yes
 | 
  
    |  | checking pwd.h presence... yes
 | 
  
    |  | checking for pwd.h... yes
 | 
  
    |  | checking grp.h usability... yes
 | 
  
    |  | checking grp.h presence... yes
 | 
  
    |  | checking for grp.h... yes
 | 
  
    |  | checking a.out.h usability... yes
 | 
  
    |  | checking a.out.h presence... yes
 | 
  
    |  | checking for a.out.h... yes
 | 
  
    |  | checking utime.h usability... yes
 | 
  
    |  | checking utime.h presence... yes
 | 
  
    |  | checking for utime.h... yes
 | 
  
    |  | checking direct.h usability... no
 | 
  
    |  | checking direct.h presence... no
 | 
  
    |  | checking for direct.h... no
 | 
  
    |  | checking sys/resource.h usability... yes
 | 
  
    |  | checking sys/resource.h presence... yes
 | 
  
    |  | checking for sys/resource.h... yes
 | 
  
    |  | checking sys/mkdev.h usability... no
 | 
  
    |  | checking sys/mkdev.h presence... no
 | 
  
    |  | checking for sys/mkdev.h... no
 | 
  
    |  | checking sys/utime.h usability... no
 | 
  
    |  | checking sys/utime.h presence... no
 | 
  
    |  | checking for sys/utime.h... no
 | 
  
    |  | checking xti.h usability... yes
 | 
  
    |  | checking xti.h presence... yes
 | 
  
    |  | checking for xti.h... yes
 | 
  
    |  | checking netinet/in_systm.h usability... yes
 | 
  
    |  | checking netinet/in_systm.h presence... yes
 | 
  
    |  | checking for netinet/in_systm.h... yes
 | 
  
    |  | checking float.h usability... yes
 | 
  
    |  | checking float.h presence... yes
 | 
  
    |  | checking for float.h... yes
 | 
  
    |  | checking ieeefp.h usability... no
 | 
  
    |  | checking ieeefp.h presence... no
 | 
  
    |  | checking for ieeefp.h... no
 | 
  
    |  | checking ucontext.h usability... yes
 | 
  
    |  | checking ucontext.h presence... yes
 | 
  
    |  | checking for ucontext.h... yes
 | 
  
    |  | checking intrinsics.h usability... no
 | 
  
    |  | checking intrinsics.h presence... no
 | 
  
    |  | checking for intrinsics.h... no
 | 
  
    |  | checking langinfo.h usability... yes
 | 
  
    |  | checking langinfo.h presence... yes
 | 
  
    |  | checking for langinfo.h... yes
 | 
  
    |  | checking locale.h usability... yes
 | 
  
    |  | checking locale.h presence... yes
 | 
  
    |  | checking for locale.h... yes
 | 
  
    |  | checking sys/sendfile.h usability... no
 | 
  
    |  | checking sys/sendfile.h presence... no
 | 
  
    |  | checking for sys/sendfile.h... no
 | 
  
    |  | checking time.h usability... yes
 | 
  
    |  | checking time.h presence... yes
 | 
  
    |  | checking for time.h... yes
 | 
  
    |  | checking for net/socket.h... (cached) no
 | 
  
    |  | checking for sys/socket.h... (cached) yes
 | 
  
    |  | checking size of rlim_t... 8
 | 
  
    |  | checking for size_t... yes
 | 
  
    |  | checking size of size_t... 8
 | 
  
    |  | checking size of ptrdiff_t... 8
 | 
  
    |  | checking for struct stat.st_blksize... yes
 | 
  
    |  | checking for struct stat.st_blocks... yes
 | 
  
    |  | checking for struct stat.st_rdev... yes
 | 
  
    |  | checking size of struct stat.st_size... 8
 | 
  
    |  | checking size of struct stat.st_blocks... 8
 | 
  
    |  | checking for struct stat.st_atim... no
 | 
  
    |  | checking for struct stat.st_atimespec... no
 | 
  
    |  | checking for struct stat.st_atimensec... no
 | 
  
    |  | checking for struct stat.st_mtim... no
 | 
  
    |  | checking for struct stat.st_mtimespec... no
 | 
  
    |  | checking for struct stat.st_mtimensec... no
 | 
  
    |  | checking for struct stat.st_ctim... no
 | 
  
    |  | checking for struct stat.st_ctimespec... no
 | 
  
    |  | checking for struct stat.st_ctimensec... no
 | 
  
    |  | checking for struct timespec... yes
 | 
  
    |  | checking for struct timezone... yes
 | 
  
    |  | checking for fd_mask... no
 | 
  
    |  | checking for int8_t... yes
 | 
  
    |  | checking size of int8_t... 1
 | 
  
    |  | checking for uint8_t... yes
 | 
  
    |  | checking size of uint8_t... 1
 | 
  
    |  | checking for int16_t... yes
 | 
  
    |  | checking size of int16_t... 2
 | 
  
    |  | checking for uint16_t... yes
 | 
  
    |  | checking size of uint16_t... 2
 | 
  
    |  | checking for int32_t... yes
 | 
  
    |  | checking size of int32_t... 4
 | 
  
    |  | checking for uint32_t... yes
 | 
  
    |  | checking size of uint32_t... 4
 | 
  
    |  | checking for int64_t... yes
 | 
  
    |  | checking size of int64_t... 8
 | 
  
    |  | checking for uint64_t... yes
 | 
  
    |  | checking size of uint64_t... 8
 | 
  
    |  | checking for int128_t... no
 | 
  
    |  | checking for uint128_t... no
 | 
  
    |  | checking for intptr_t... yes
 | 
  
    |  | checking size of intptr_t... 8
 | 
  
    |  | checking for uintptr_t... yes
 | 
  
    |  | checking size of uintptr_t... 8
 | 
  
    |  | checking for ssize_t... yes
 | 
  
    |  | checking size of ssize_t... 8
 | 
  
    |  | checking for stack end address... no
 | 
  
    |  | checking for uid_t in sys/types.h... (cached) yes
 | 
  
    |  | checking type of array argument to getgroups... gid_t
 | 
  
    |  | checking return type of signal handlers... void
 | 
  
    |  | checking for working alloca.h... yes
 | 
  
    |  | checking for alloca... yes
 | 
  
    |  | checking for working memcmp... yes
 | 
  
    |  | checking for broken erfc of glibc-2.3.6 on IA64... no
 | 
  
    |  | checking for dup2... yes
 | 
  
    |  | checking for memmove... yes
 | 
  
    |  | checking for strerror... yes
 | 
  
    |  | checking for strchr... yes
 | 
  
    |  | checking for strstr... yes
 | 
  
    |  | checking for crypt... yes
 | 
  
    |  | checking for flock... no
 | 
  
    |  | checking for isnan... yes
 | 
  
    |  | checking for finite... yes
 | 
  
    |  | checking for isinf... yes
 | 
  
    |  | checking for hypot... yes
 | 
  
    |  | checking for acosh... yes
 | 
  
    |  | checking for erf... yes
 | 
  
    |  | checking for tgamma... yes
 | 
  
    |  | checking for lgamma_r... yes
 | 
  
    |  | checking for cbrt... yes
 | 
  
    |  | checking for strlcpy... no
 | 
  
    |  | checking for strlcat... no
 | 
  
    |  | checking for signbit... yes
 | 
  
    |  | checking for fmod... yes
 | 
  
    |  | checking for killpg... yes
 | 
  
    |  | checking for wait4... yes
 | 
  
    |  | checking for waitpid... yes
 | 
  
    |  | checking for fork... yes
 | 
  
    |  | checking for spawnv... no
 | 
  
    |  | checking for syscall... no
 | 
  
    |  | checking for chroot... yes
 | 
  
    |  | checking for getcwd... yes
 | 
  
    |  | checking for eaccess... no
 | 
  
    |  | checking for truncate... yes
 | 
  
    |  | checking for ftruncate... yes
 | 
  
    |  | checking for chsize... no
 | 
  
    |  | checking for times... yes
 | 
  
    |  | checking for utimes... yes
 | 
  
    |  | checking for utimensat... no
 | 
  
    |  | checking for fcntl... yes
 | 
  
    |  | checking for lockf... yes
 | 
  
    |  | checking for lstat... yes
 | 
  
    |  | checking for link... yes
 | 
  
    |  | checking for symlink... yes
 | 
  
    |  | checking for readlink... yes
 | 
  
    |  | checking for readdir_r... yes
 | 
  
    |  | checking for fsync... yes
 | 
  
    |  | checking for fdatasync... yes
 | 
  
    |  | checking for fchown... yes
 | 
  
    |  | checking for setitimer... yes
 | 
  
    |  | checking for setruid... yes
 | 
  
    |  | checking for seteuid... yes
 | 
  
    |  | checking for setreuid... yes
 | 
  
    |  | checking for setresuid... no
 | 
  
    |  | checking for setproctitle... no
 | 
  
    |  | checking for socketpair... yes
 | 
  
    |  | checking for setrgid... yes
 | 
  
    |  | checking for setegid... yes
 | 
  
    |  | checking for setregid... yes
 | 
  
    |  | checking for setresgid... no
 | 
  
    |  | checking for issetugid... no
 | 
  
    |  | checking for pause... yes
 | 
  
    |  | checking for lchown... yes
 | 
  
    |  | checking for lchmod... no
 | 
  
    |  | checking for getpgrp... yes
 | 
  
    |  | checking for setpgrp... yes
 | 
  
    |  | checking for getpgid... yes
 | 
  
    |  | checking for setpgid... yes
 | 
  
    |  | checking for initgroups... yes
 | 
  
    |  | checking for getgroups... yes
 | 
  
    |  | checking for setgroups... yes
 | 
  
    |  | checking for getpriority... yes
 | 
  
    |  | checking for getrlimit... yes
 | 
  
    |  | checking for setrlimit... yes
 | 
  
    |  | checking for sysconf... yes
 | 
  
    |  | checking for close... yes
 | 
  
    |  | checking for dlopen... yes
 | 
  
    |  | checking for sigprocmask... yes
 | 
  
    |  | checking for sigaction... yes
 | 
  
    |  | checking for sigsetjmp... yes
 | 
  
    |  | checking for _setjmp... yes
 | 
  
    |  | checking for _longjmp... yes
 | 
  
    |  | checking for setsid... yes
 | 
  
    |  | checking for telldir... yes
 | 
  
    |  | checking for seekdir... yes
 | 
  
    |  | checking for fchmod... yes
 | 
  
    |  | checking for cosh... yes
 | 
  
    |  | checking for sinh... yes
 | 
  
    |  | checking for tanh... yes
 | 
  
    |  | checking for log2... yes
 | 
  
    |  | checking for round... yes
 | 
  
    |  | checking for setuid... yes
 | 
  
    |  | checking for setgid... yes
 | 
  
    |  | checking for daemon... (cached) no
 | 
  
    |  | checking for select_large_fdset... no
 | 
  
    |  | checking for setenv... yes
 | 
  
    |  | checking for unsetenv... yes
 | 
  
    |  | checking for mktime... yes
 | 
  
    |  | checking for timegm... no
 | 
  
    |  | checking for gmtime_r... yes
 | 
  
    |  | checking for clock_gettime... yes
 | 
  
    |  | checking for gettimeofday... yes
 | 
  
    |  | checking for pread... yes
 | 
  
    |  | checking for sendfile... no
 | 
  
    |  | checking for shutdown... yes
 | 
  
    |  | checking for sigaltstack... yes
 | 
  
    |  | checking for unsetenv returns a value... yes
 | 
  
    |  | checking for __builtin_setjmp... no
 | 
  
    |  | checking for setjmp type... _setjmp
 | 
  
    |  | checking whether struct tm is in sys/time.h or time.h... time.h
 | 
  
    |  | checking for struct tm.tm_zone... no
 | 
  
    |  | checking whether tzname is declared... yes
 | 
  
    |  | checking for tzname... yes
 | 
  
    |  | checking for struct tm.tm_gmtoff... no
 | 
  
    |  | checking for external int daylight... yes
 | 
  
    |  | checking for external timezone... long
 | 
  
    |  | checking for external altzone... no
 | 
  
    |  | checking for timezone... no
 | 
  
    |  | checking for negative time_t for gmtime(3)... yes
 | 
  
    |  | checking for localtime(3) overflow correctly... no
 | 
  
    |  | checking whether getpgrp requires zero arguments... yes
 | 
  
    |  | checking whether setpgrp takes no argument... yes
 | 
  
    |  | checking whether byte ordering is bigendian... yes
 | 
  
    |  | checking for an ANSI C-conforming const... yes
 | 
  
    |  | checking whether char is unsigned... yes
 | 
  
    |  | checking for inline... __inline__
 | 
  
    |  | checking for working volatile... yes
 | 
  
    |  | checking whether right shift preserve sign bit... yes
 | 
  
    |  | checking read count field in FILE structures... _cnt
 | 
  
    |  | checking read buffer ptr field in FILE structures... _ptr
 | 
  
    |  | checking size of struct stat.st_ino... SIZEOF_LONG
 | 
  
    |  | checking whether _SC_CLK_TCK is supported... yes
 | 
  
    |  | checking stack growing direction on powerpc... -1
 | 
  
    |  | checking for pthread_kill in -lthr... no
 | 
  
    |  | checking for pthread_kill in -lpthread... yes
 | 
  
    |  | checking pthread_np.h usability... no
 | 
  
    |  | checking pthread_np.h presence... no
 | 
  
    |  | checking for pthread_np.h... no
 | 
  
    |  | checking for nanosleep... yes
 | 
  
    |  | checking for sched_yield... yes
 | 
  
    |  | checking for pthread_attr_setinheritsched... yes
 | 
  
    |  | checking for pthread_getattr_np... no
 | 
  
    |  | checking for pthread_attr_get_np... no
 | 
  
    |  | checking for pthread_attr_getstack... yes
 | 
  
    |  | checking for pthread_get_stackaddr_np... no
 | 
  
    |  | checking for pthread_get_stacksize_np... no
 | 
  
    |  | checking for thr_stksegment... no
 | 
  
    |  | checking for pthread_stackseg_np... no
 | 
  
    |  | checking for pthread_getthrds_np... yes
 | 
  
    |  | checking for getcontext... yes
 | 
  
    |  | checking for setcontext... yes
 | 
  
    |  | checking if fork works with pthread... yes
 | 
  
    |  | checking for backtrace... no
 | 
  
    |  | checking whether ELF binaries are produced... no
 | 
  
    |  | checking whether OS depend dynamic link works... yes
 | 
  
    |  | checking pthread.h usability... yes
 | 
  
    |  | checking pthread.h presence... yes
 | 
  
    |  | checking for pthread.h... yes
 | 
  
    |  | checking for if make is GNU make... no
 | 
  
    |  | checking for nroff... /usr/bin/nroff
 | 
  
    |  | .ext/include/powerpc-aix5.3.0.0/ruby/config.h updated
 | 
  
    |  | ruby library version = 1.9.1
 | 
  
    |  | configure: creating ./config.status
 | 
  
    |  | config.status: creating Makefile
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o main.o -c main.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o dln.o -c dln.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o dmydln.o -c dmydln.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o dmyencoding.o -c dmyencoding.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o version.o -c version.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o dmyversion.o -c dmyversion.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o miniprelude.o -c miniprelude.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o array.o -c array.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o bignum.o -c bignum.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o class.o -c class.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o compar.o -c compar.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o complex.o -c complex.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o dir.o -c dir.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o dln_find.o -c dln_find.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o enum.o -c enum.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o enumerator.o -c enumerator.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o error.o -c error.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o eval.o -c eval.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o load.o -c load.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o proc.o -c proc.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o file.o -c file.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o gc.o -c gc.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o hash.o -c hash.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o inits.o -c inits.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o io.o -c io.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o marshal.o -c marshal.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o math.o -c math.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o node.o -c node.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o numeric.o -c numeric.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o object.o -c object.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o pack.o -c pack.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o parse.o -c parse.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o process.o -c process.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o random.o -c random.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o range.o -c range.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o rational.o -c rational.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o re.o -c re.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o regcomp.o -c regcomp.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o regenc.o -c regenc.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o regerror.o -c regerror.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o regexec.o -c regexec.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o regparse.o -c regparse.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o regsyntax.o -c regsyntax.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o ruby.o -c ruby.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o safe.o -c safe.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o signal.o -c signal.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o sprintf.o -c sprintf.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o st.o -c st.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o strftime.o -c strftime.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | "strftime.c", line 187.9: 1506-236 (W) Macro name div has been redefined.
 | 
  
    |  | "strftime.c", line 187.9: 1506-358 (I) "div" is defined on line 634 of /usr/include/stdlib.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o string.o -c string.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o struct.o -c struct.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o time.o -c time.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | "time.c", line 151.9: 1506-236 (W) Macro name div has been redefined.
 | 
  
    |  | "time.c", line 151.9: 1506-358 (I) "div" is defined on line 634 of /usr/include/stdlib.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o transcode.o -c transcode.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o util.o -c util.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o variable.o -c variable.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o compile.o -c compile.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o debug.o -c debug.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o iseq.o -c iseq.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o vm.o -c vm.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ./include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ./include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o vm_dump.o -c vm_dump.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o thread.o -c thread.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o cont.o -c cont.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o ascii.o -c ./enc/ascii.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o us_ascii.o -c ./enc/us_ascii.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o unicode.o -c ./enc/unicode.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o utf_8.o -c ./enc/utf_8.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o newline.o -c newline.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o flock.o -c ./missing/flock.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o strlcpy.o -c ./missing/strlcpy.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o strlcat.o -c ./missing/strlcat.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o dmyext.o -c dmyext.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o encoding.o -c encoding.c
 | 
  
    |  | 	 cc -qlanglvl=extc89  -g  -L.  -bE:ruby.imp -brtl -blibpath:/aissrc/inc/ruby19/lib:/usr/local/dmexpress/lib:/flogic01/postware/adm:/db2test/db2inst1/sqllib/lib64:/usr/lib:/lib   main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o  bignum.o  class.o  compar.o  complex.o  dir.o  dln_find.o  enum.o  enumerator.o  error.o  eval.o  load.o  proc.o  file.o  gc.o  hash.o  inits.o  io.o  marshal.o  math.o  node.o  numeric.o  object.o  pack.o  parse.o  process.o  random.o  range.o  rational.o  re.o  regcomp.o  regenc.o  regerror.o  regexec.o  regparse.o  regsyntax.o  ruby.o  safe.o  signal.o  sprintf.o  st.o  strftime.o  string.o  struct.o  time.o  transcode.o  util.o  variable.o  compile.o  debug.o  iseq.o  vm.o  vm_dump.o  thread.o  cont.o  ascii.o us_ascii.o unicode.o utf_8.o  newline.o  flock.o strlcpy.o strlcat.o  dmyext.o -lpthread -lrt -ldl -lcrypt -lm   -o miniruby
 | 
  
    |  | rbconfig.rb updated
 | 
  
    |  | 	./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk 
 | 
  
    |  | 	./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c
 | 
  
    |  | 	cc -qlanglvl=extc89  -g  -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I. -DRUBY_EXPORT   -o prelude.o -c prelude.c
 | 
  
    |  | 	ar rcu libruby-static.a dln.o  encoding.o  version.o  array.o  bignum.o  class.o  compar.o  complex.o  dir.o  dln_find.o  enum.o  enumerator.o  error.o  eval.o  load.o  proc.o  file.o  gc.o  hash.o  inits.o  io.o  marshal.o  math.o  node.o  numeric.o  object.o  pack.o  parse.o  process.o  random.o  range.o  rational.o  re.o  regcomp.o  regenc.o  regerror.o  regexec.o  regparse.o  regsyntax.o  ruby.o  safe.o  signal.o  sprintf.o  st.o  strftime.o  string.o  struct.o  time.o  transcode.o  util.o  variable.o  compile.o  debug.o  iseq.o  vm.o  vm_dump.o  thread.o  cont.o  ascii.o us_ascii.o unicode.o utf_8.o  newline.o  flock.o strlcpy.o strlcat.o  prelude.o dmyext.o
 | 
  
    |  | 	./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
 | 
  
    |  | encdb.h unchanged
 | 
  
    |  | 	make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "  enc
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/encdb.o -c ./enc/encdb.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/encdb.so enc/encdb.o -L. -L. -eInit_encdb -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/big5.o -c ./enc/big5.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/big5.so enc/big5.o -L. -L. -eInit_big5 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/cp949.o -c ./enc/cp949.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/cp949.so enc/cp949.o -L. -L. -eInit_cp949 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/emacs_mule.o -c ./enc/emacs_mule.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -eInit_emacs_mule -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/euc_jp.o -c ./enc/euc_jp.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/euc_jp.so enc/euc_jp.o -L. -L. -eInit_euc_jp -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/euc_kr.o -c ./enc/euc_kr.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/euc_kr.so enc/euc_kr.o -L. -L. -eInit_euc_kr -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/euc_tw.o -c ./enc/euc_tw.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/euc_tw.so enc/euc_tw.o -L. -L. -eInit_euc_tw -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/gb2312.o -c ./enc/gb2312.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/gb2312.so enc/gb2312.o -L. -L. -eInit_gb2312 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/gb18030.o -c ./enc/gb18030.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/gb18030.so enc/gb18030.o -L. -L. -eInit_gb18030 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/gbk.o -c ./enc/gbk.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/gbk.so enc/gbk.o -L. -L. -eInit_gbk -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -eInit_iso_8859_1 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -eInit_iso_8859_2 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -eInit_iso_8859_3 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -eInit_iso_8859_4 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -eInit_iso_8859_5 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -eInit_iso_8859_6 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -eInit_iso_8859_7 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -eInit_iso_8859_8 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -eInit_iso_8859_9 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -eInit_iso_8859_10 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -eInit_iso_8859_11 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -eInit_iso_8859_13 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -eInit_iso_8859_14 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -eInit_iso_8859_15 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -eInit_iso_8859_16 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/koi8_r.o -c ./enc/koi8_r.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/koi8_r.so enc/koi8_r.o -L. -L. -eInit_koi8_r -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/koi8_u.o -c ./enc/koi8_u.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/koi8_u.so enc/koi8_u.o -L. -L. -eInit_koi8_u -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/shift_jis.o -c ./enc/shift_jis.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/shift_jis.so enc/shift_jis.o -L. -L. -eInit_shift_jis -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/utf_16be.o -c ./enc/utf_16be.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/utf_16be.so enc/utf_16be.o -L. -L. -eInit_utf_16be -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/utf_16le.o -c ./enc/utf_16le.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/utf_16le.so enc/utf_16le.o -L. -L. -eInit_utf_16le -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/utf_32be.o -c ./enc/utf_32be.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/utf_32be.so enc/utf_32be.o -L. -L. -eInit_utf_32be -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/utf_32le.o -c ./enc/utf_32le.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/utf_32le.so enc/utf_32le.o -L. -L. -eInit_utf_32le -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/windows_1251.o -c ./enc/windows_1251.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/windows_1251.so enc/windows_1251.o -L. -L. -eInit_windows_1251 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | Target "enc" is up to date.
 | 
  
    |  | 	make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "  srcs
 | 
  
    |  | Target "srcs" is up to date.
 | 
  
    |  | 	./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans
 | 
  
    |  | transdb.h unchanged
 | 
  
    |  | 	make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "  ./enc/trans
 | 
  
    |  | Target "./enc/trans" is up to date.
 | 
  
    |  | 	make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "  encs
 | 
  
    |  | 	mkdir -p .ext/powerpc-aix5.3.0.0/enc .ext/powerpc-aix5.3.0.0/enc/trans enc enc/trans
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/transdb.o -c ./enc/trans/transdb.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -eInit_transdb -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/big5.o -c ./enc/trans/big5.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/big5.so enc/trans/big5.o -L. -L. -eInit_big5 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/chinese.o -c ./enc/trans/chinese.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -eInit_chinese -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/emoji.o -c ./enc/trans/emoji.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/emoji.so enc/trans/emoji.o -L. -L. -eInit_emoji -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/emoji_iso2022_kddi.so enc/trans/emoji_iso2022_kddi.o -L. -L. -eInit_emoji_iso2022_kddi -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/emoji_sjis_docomo.so enc/trans/emoji_sjis_docomo.o -L. -L. -eInit_emoji_sjis_docomo -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/emoji_sjis_kddi.so enc/trans/emoji_sjis_kddi.o -L. -L. -eInit_emoji_sjis_kddi -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/emoji_sjis_softbank.so enc/trans/emoji_sjis_softbank.o -L. -L. -eInit_emoji_sjis_softbank -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/escape.o -c ./enc/trans/escape.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/escape.so enc/trans/escape.o -L. -L. -eInit_escape -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -eInit_gb18030 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/gbk.o -c ./enc/trans/gbk.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -eInit_gbk -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -eInit_iso2022 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/japanese.o -c ./enc/trans/japanese.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -eInit_japanese -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -eInit_japanese_euc -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -eInit_japanese_sjis -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/korean.o -c ./enc/trans/korean.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/korean.so enc/trans/korean.o -L. -L. -eInit_korean -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -eInit_single_byte -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/utf8_mac.so enc/trans/utf8_mac.o -L. -L. -eInit_utf8_mac -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I.ext/include/powerpc-aix5.3.0.0 -I./include -I.   -DONIG_ENC_REGISTER=rb_enc_register   -g   -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o .ext/powerpc-aix5.3.0.0/enc/trans/utf_16_32.so enc/trans/utf_16_32.o -L. -L. -eInit_utf_16_32 -L.     -lpthread -lrt -ldl -lcrypt -lm  
 | 
  
    |  | Target "encs" is up to date.
 | 
  
    |  | compiling -test-/bug-3662
 | 
  
    |  | 	mkdir -p ../../../.ext/powerpc-aix5.3.0.0/-test-/bug-3662
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/-test-/bug-3662 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o bug.o -c bug.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../../.ext/powerpc-aix5.3.0.0/-test-/bug-3662/bug.so bug.o -L. -L../../.. -L.  -eInit_bug  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling bigdecimal
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../.ext/include/powerpc-aix5.3.0.0 -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o bigdecimal.o -c bigdecimal.c
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-236 (W) Macro name INFINITY has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 73.9: 1506-358 (I) "INFINITY" is defined on line 107 of ../.././include/ruby/defines.h.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-236 (W) Macro name NAN has been redefined.
 | 
  
    |  | "/usr/include/math.h", line 74.9: 1506-358 (I) "NAN" is defined on line 115 of ../.././include/ruby/defines.h.
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../.ext/powerpc-aix5.3.0.0/bigdecimal.so bigdecimal.o -L. -L../.. -L.  -eInit_bigdecimal  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | 	mkdir -p ../../.ext/common/bigdecimal
 | 
  
    |  | 	cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
 | 
  
    |  | 	cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
 | 
  
    |  | 	cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
 | 
  
    |  | 	cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
 | 
  
    |  | 	cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling continuation
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../.ext/include/powerpc-aix5.3.0.0 -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o continuation.o -c continuation.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../.ext/powerpc-aix5.3.0.0/continuation.so continuation.o -L. -L../.. -L.  -eInit_continuation  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling coverage
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../.ext/include/powerpc-aix5.3.0.0 -I../.././include -I../.././ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o coverage.o -c coverage.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../.ext/powerpc-aix5.3.0.0/coverage.so coverage.o -L. -L../.. -L.  -eInit_coverage  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling curses
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../.ext/include/powerpc-aix5.3.0.0 -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o curses.o -c curses.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../.ext/powerpc-aix5.3.0.0/curses.so curses.o -L. -L../.. -L.  -eInit_curses  -lcurses  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling dbm
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../.ext/include/powerpc-aix5.3.0.0 -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o dbm.o -c dbm.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../.ext/powerpc-aix5.3.0.0/dbm.so dbm.o -L. -L../.. -L.  -eInit_dbm  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling digest
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../.ext/include/powerpc-aix5.3.0.0 -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o digest.o -c digest.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../.ext/powerpc-aix5.3.0.0/digest.so digest.o -L. -L../.. -L.  -eInit_digest  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | 	mkdir -p ../../.ext/include/ruby
 | 
  
    |  | 	mkdir -p ../../.ext/common/digest
 | 
  
    |  | 	cp ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest
 | 
  
    |  | 	cp ../.././ext/digest/lib/digest.rb ../../.ext/common
 | 
  
    |  | 	cp ../.././ext/digest/digest.h ../../.ext/include/ruby
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling digest/bubblebabble
 | 
  
    |  | 	mkdir -p ../../../.ext/powerpc-aix5.3.0.0/digest
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/bubblebabble -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o bubblebabble.o -c bubblebabble.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../../.ext/powerpc-aix5.3.0.0/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L.  -eInit_bubblebabble  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling digest/md5
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o md5init.o -c md5init.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o md5.o -c md5.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../../.ext/powerpc-aix5.3.0.0/digest/md5.so md5init.o md5.o -L. -L../../.. -L.  -eInit_md5  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling digest/rmd160
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o rmd160init.o -c rmd160init.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o rmd160.o -c rmd160.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../../.ext/powerpc-aix5.3.0.0/digest/rmd160.so rmd160init.o rmd160.o -L. -L../../.. -L.  -eInit_rmd160  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling digest/sha1
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o sha1init.o -c sha1init.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o sha1.o -c sha1.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../../.ext/powerpc-aix5.3.0.0/digest/sha1.so sha1init.o sha1.o -L. -L../../.. -L.  -eInit_sha1  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling digest/sha2
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o sha2init.o -c sha2init.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../../.ext/include/powerpc-aix5.3.0.0 -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o sha2.o -c sha2.c
 | 
  
    |  | 	cc -qlanglvl=extc89 -G -o ../../../.ext/powerpc-aix5.3.0.0/digest/sha2.so sha2init.o sha2.o -L. -L../../.. -L.  -eInit_sha2  -lpthread -lrt -ldl -lcrypt -lm   -lc
 | 
  
    |  | 	cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
 | 
  
    |  | Target "all" is up to date.
 | 
  
    |  | compiling dl
 | 
  
    |  | 	cc -qlanglvl=extc89 -I. -I../../.ext/include/powerpc-aix5.3.0.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\"     -g   -o cfunc.o -c cfunc.c
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 378.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 388.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 398.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 408.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 418.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 428.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 439.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 450.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-963 (W) The attribute "cdecl" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 460.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 477.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 487.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 497.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 507.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 517.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 527.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 538.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 549.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-033 (S) Function  is not valid. Function cannot return a function.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-963 (W) The attribute "stdcall" is not a valid variable attribute and is ignored.
 | 
  
    |  | "cfunc.c", line 559.13: 1506-117 (S) Operand must be a scalar type.
 | 
  
    |  | make: The error code from the last command is 1.
 | 
  
    |  | 
 | 
  
    |  | 
 | 
  
    |  | Stop.
 | 
  
    |  | make: The error code from the last command is 1.
 | 
  
    |  | 
 | 
  
    |  | 
 | 
  
    |  | Stop.
 |