pst-format / libpst

library for reading Microsoft Outlook PST files
GNU General Public License v2.0
16 stars 4 forks source link

compiling error #5

Closed CraftedCat closed 2 years ago

CraftedCat commented 2 years ago

Hi! Cant compile on minGW...

define.h:87:17: warning: '_fseeki64' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] 87 | int cdecl _fseeki64(FILE *, __int64, int); | ^~~~~ define.h:88:21: warning: '_ftelli64' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] 88 | int64 __cdecl _ftelli64(FILE ); | ^~~~~ readpst.c: In function 'main': readpst.c:595:28: warning: implicit declaration of function 'shmget' [-Wimplicit-function-declaration] 595 | shared_memory_id = shmget(IPC_PRIVATE, sizeof(sem_t)2, 0777); | ^~ readpst.c:595:35: error: 'IPC_PRIVATE' undeclared (first use in this function); did you mean 'IMN_PRIVATE'? 595 | shared_memory_id = shmget(IPC_PRIVATE, sizeof(sem_t)2, 0777); | ^~~ | IMN_PRIVATE readpst.c:595:35: note: each undeclared identifier is reported only once for each function it appears in readpst.c:597:40: warning: implicit declaration of function 'shmat' [-Wimplicit-function-declaration] 597 | global_children = (sem_t )shmat(shared_memory_id, NULL, 0); | ^~~~~ readpst.c:597:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 597 | global_children = (sem_t *)shmat(shared_memory_id, NULL, 0); | ^ readpst.c:604:13: warning: implicit declaration of function 'shmctl' [-Wimplicit-function-declaration] 604 | shmctl(shared_memory_id, IPC_RMID, NULL); | ^~ readpst.c:604:38: error: 'IPC_RMID' undeclared (first use in this function) 604 | shmctl(shared_memory_id, IPC_RMID, NULL); | ^~~~ readpst.c:673:9: warning: implicit declaration of function 'shmdt' [-Wimplicit-function-declaration] 673 | shmdt(global_children); | ^~~~~ make[2]: [Makefile:791: readpst-readpst.o] Error 1 make[2]: Leaving directory '/home/gdvvl/libpst/src' make[1]: [Makefile:569: all-recursive] Error 1 make[1]: Leaving directory '/home/gdvvl/libpst' make: *** [Makefile:457: all] Error 2

pabs3 commented 2 years ago

Thanks for the report.

I don't have access to a Windows/MinGW machine in order to test builds, so I am going to need your help to solve this issue.

Please attach a copy of the config.h file generated during your build.

Please add these changes and try to build again:

In the AC_CHECK_HEADERS call in configure.ac, add sys/ipc.h just before sys/shm.h.

In src/define.h add these lines just before sys/shm.h:

#ifdef HAVE_SYS_IPC_H
    #include <sys/ipc.h>
#endif
CraftedCat commented 2 years ago

I don't see sys/shm.h and

ifdef HAVE_SYS_IPC_H

#include <sys/ipc.h>

endif

in src/define.h

/ config.h. Generated from config.h.in by configure. / / config.h.in. Generated from configure.ac by autoheader. /

/ Define to 1 if using 'alloca.c'. / / #undef C_ALLOCA /

/ Define to 1 to force debug dump file creation / / #undef DEBUG_ALL /

/ Define to 1 if translation of program messages to the user's native language is requested. /

define ENABLE_NLS 1

/ Define to 1 if you have the `alarm' function. /

define HAVE_ALARM 1

/ Define to 1 if you have 'alloca', as a function or macro. /

define HAVE_ALLOCA 1

/ Define to 1 if works. / / #undef HAVE_ALLOCA_H /

/ Define to 1 if you have the `argz_count' function. / / #undef HAVE_ARGZ_COUNT /

/ Define to 1 if you have the header file. / / #undef HAVE_ARGZ_H /

/ Define to 1 if you have the `argz_next' function. / / #undef HAVE_ARGZ_NEXT /

/ Define to 1 if you have the `argz_stringify' function. / / #undef HAVE_ARGZ_STRINGIFY /

/ Define to 1 if you have the `asprintf' function. /

define HAVE_ASPRINTF 1

/ define if the Boost library is available /

define HAVE_BOOST /**/

/ define if the Boost::Python library is available /

define HAVE_BOOST_PYTHON /**/

/ Define to 1 if the compiler understands __builtin_expect. /

define HAVE_BUILTIN_EXPECT 1

/ Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. / / #undef HAVE_CFLOCALECOPYCURRENT /

/ Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework. / / #undef HAVE_CFPREFERENCESCOPYAPPVALUE /

/ Define to 1 if you have the `chdir' function. /

define HAVE_CHDIR 1

/ Define to 1 if you have the header file. /

define HAVE_CTYPE_H 1

/ Define if the GNU dcgettext() function is already present or preinstalled. /

define HAVE_DCGETTEXT 1

/ Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you don't. /

define HAVE_DECL_FEOF_UNLOCKED 0

/ Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if you don't. /

define HAVE_DECL_FGETS_UNLOCKED 0

/ Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you don't. /

define HAVE_DECL_GETC_UNLOCKED 0

/ Define to 1 if you have the declaration of `_snprintf', and to 0 if you don't. /

define HAVE_DECL__SNPRINTF 1

/ Define to 1 if you have the declaration of `_snwprintf', and to 0 if you don't. /

define HAVE_DECL__SNWPRINTF 1

/ Define to 1 if you have the header file. /

define HAVE_DIRENT_H 1

/ Define to 1 if you have the header file. / / #undef HAVE_DLFCN_H /

/ Define to 1 if you don't have vprintf' but do have_doprnt.' / / #undef HAVE_DOPRNT /

/ Define to 1 if you have the header file. /

define HAVE_ERRNO_H 1

/ Define to 1 if you have the header file. /

define HAVE_FCNTL_H 1

/ Define to 1 if you have the `fork' function. / / #undef HAVE_FORK /

/ Define to 1 if fseeko (and presumably ftello) exists and is declared. /

define HAVE_FSEEKO 1

/ Define to 1 if you have the `fwprintf' function. /

define HAVE_FWPRINTF 1

/ Define to 1 if you have the header file. / / #undef HAVE_GD_H /

/ Define to 1 if you have the `getcwd' function. /

define HAVE_GETCWD 1

/ Define to 1 if you have the `getegid' function. / / #undef HAVE_GETEGID /

/ Define to 1 if you have the `geteuid' function. / / #undef HAVE_GETEUID /

/ Define to 1 if you have the `getgid' function. / / #undef HAVE_GETGID /

/ Define to 1 if you have the `getpagesize' function. /

define HAVE_GETPAGESIZE 1

/ Define if the GNU gettext() function is already present or preinstalled. /

define HAVE_GETTEXT 1

/ Define to 1 if you have the `getuid' function. / / #undef HAVE_GETUID /

/ Define to 1 if you have the `get_current_dir_name' function. / / #undef HAVE_GET_CURRENT_DIR_NAME /

/ Define if you have the iconv() function and it works. /

define HAVE_ICONV 1

/ Define if you have the 'intmax_t' type in or . /

define HAVE_INTMAX_T 1

/ Define to 1 if you have the header file. /

define HAVE_INTTYPES_H 1

/ Define if exists, doesn't clash with <sys/types.h>, and declares uintmax_t. /

define HAVE_INTTYPES_H_WITH_UINTMAX 1

/ Define if you have and nl_langinfo(CODESET). / / #undef HAVE_LANGINFO_CODESET /

/ Define if your file defines LC_MESSAGES. / / #undef HAVE_LC_MESSAGES /

/ Define to 1 if you have the header file. /

define HAVE_LIMITS_H 1

/ Define to 1 if the system has the type `long long int'. /

define HAVE_LONG_LONG_INT 1

/ Define to 1 if `lstat' has the bug that it succeeds when given the zero-length file name argument. /

define HAVE_LSTAT_EMPTY_STRING_BUG 1

/ Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. /

define HAVE_MALLOC 1

/ Define to 1 if you have the `memchr' function. /

define HAVE_MEMCHR 1

/ Define to 1 if you have the `memmove' function. /

define HAVE_MEMMOVE 1

/ Define to 1 if you have the `mempcpy' function. /

define HAVE_MEMPCPY 1

/ Define to 1 if you have the `memset' function. /

define HAVE_MEMSET 1

/ Define to 1 if you have the <minix/config.h> header file. / / #undef HAVE_MINIX_CONFIG_H /

/ Define to 1 if you have a working `mmap' system call. / / #undef HAVE_MMAP /

/ Define to 1 if you have the `munmap' function. / / #undef HAVE_MUNMAP /

/ Define to 1 if you have the header file, and it defines `DIR'. / / #undef HAVE_NDIR_H /

/ Define if you have and it defines the NL_LOCALE_NAME macro if _GNU_SOURCE is defined. / / #undef HAVE_NL_LOCALE_NAME /

/ Define if your printf() function supports format strings with positions. / / #undef HAVE_POSIX_PRINTF /

/ Define if the defines PTHREAD_MUTEX_RECURSIVE. /

define HAVE_PTHREAD_MUTEX_RECURSIVE 1

/ Define if the POSIX multithreading library has read/write locks. /

define HAVE_PTHREAD_RWLOCK 1

/ Define to 1 if you have the `putenv' function. /

define HAVE_PUTENV 1

/ If available, contains the Python version number currently in use. /

define HAVE_PYTHON "2.7"

/ Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. /

define HAVE_REALLOC 1

/ Define to 1 if you have the `regcomp' function. / / #undef HAVE_REGCOMP /

/ Define to 1 if you have the regexec function. /

define HAVE_REGEXEC 1

/ Define to 1 if you have the header file. /

define HAVE_REGEX_H 1

/ Define to 1 if you have the header file. /

define HAVE_SEMAPHORE_H 1

/ Define to 1 if you have the `setenv' function. / / #undef HAVE_SETENV /

/ Define to 1 if you have the `setlocale' function. /

define HAVE_SETLOCALE 1

/ Define to 1 if you have the header file. /

define HAVE_SIGNAL_H 1

/ Define to 1 if you have the `snprintf' function. /

define HAVE_SNPRINTF 1

/ Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. / / #undef HAVE_STAT_EMPTY_STRING_BUG /

/ Define to 1 if you have the header file. /

define HAVE_STDARG_H 1

/ Define to 1 if stdbool.h conforms to C99. /

define HAVE_STDBOOL_H 1

/ Define to 1 if you have the header file. /

define HAVE_STDDEF_H 1

/ Define to 1 if you have the header file. /

define HAVE_STDINT_H 1

/ Define if exists, doesn't clash with <sys/types.h>, and declares uintmax_t. /

define HAVE_STDINT_H_WITH_UINTMAX 1

/ Define to 1 if you have the header file. /

define HAVE_STDIO_H 1

/ Define to 1 if you have the header file. /

define HAVE_STDLIB_H 1

/ Define to 1 if you have the `stpcpy' function. / / #undef HAVE_STPCPY /

/ Define to 1 if you have the `strcasecmp' function. /

define HAVE_STRCASECMP 1

/ Define to 1 if you have the `strchr' function. /

define HAVE_STRCHR 1

/ Define to 1 if you have the `strdup' function. /

define HAVE_STRDUP 1

/ Define to 1 if you have the `strerror' function. /

define HAVE_STRERROR 1

/ Define to 1 if you have the `strftime' function. /

define HAVE_STRFTIME 1

/ Define to 1 if you have the header file. /

define HAVE_STRINGS_H 1

/ Define to 1 if you have the header file. /

define HAVE_STRING_H 1

/ Define to 1 if you have the `strncasecmp' function. /

define HAVE_STRNCASECMP 1

/ Define to 1 if you have the `strpbrk' function. /

define HAVE_STRPBRK 1

/ Define to 1 if you have the `strrchr' function. /

define HAVE_STRRCHR 1

/ Define to 1 if you have the `strstr' function. /

define HAVE_STRSTR 1

/ Define to 1 if you have the `strtol' function. /

define HAVE_STRTOL 1

/ Define to 1 if you have the `strtoul' function. /

define HAVE_STRTOUL 1

/ Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. / / #undef HAVE_SYS_DIR_H /

/ Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. / / #undef HAVE_SYS_NDIR_H /

/ Define to 1 if you have the <sys/param.h> header file. /

define HAVE_SYS_PARAM_H 1

/ Define to 1 if you have the <sys/shm.h> header file. / / #undef HAVE_SYS_SHM_H /

/ Define to 1 if you have the <sys/stat.h> header file. /

define HAVE_SYS_STAT_H 1

/ Define to 1 if you have the <sys/time.h> header file. /

define HAVE_SYS_TIME_H 1

/ Define to 1 if you have the <sys/types.h> header file. /

define HAVE_SYS_TYPES_H 1

/ Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. / / #undef HAVE_SYS_WAIT_H /

/ Define to 1 if you have the header file. /

define HAVE_TIME_H 1

/ Define to 1 if you have the `tsearch' function. /

define HAVE_TSEARCH 1

/ Define if you have the 'uintmax_t' type in or . /

define HAVE_UINTMAX_T 1

/ Define to 1 if you have the header file. /

define HAVE_UNISTD_H 1

/ Define to 1 if the system has the type `unsigned long long int'. /

define HAVE_UNSIGNED_LONG_LONG_INT 1

/ Define to 1 if you have the `vfork' function. / / #undef HAVE_VFORK /

/ Define to 1 if you have the header file. / / #undef HAVE_VFORK_H /

/ Define to 1 or 0, depending whether the compiler supports simple visibility declarations. /

define HAVE_VISIBILITY 1

/ Define to 1 if you have the `vprintf' function. /

define HAVE_VPRINTF 1

/ Define to 1 if you have the header file. /

define HAVE_WCHAR_H 1

/ Define if you have the 'wchar_t' type. /

define HAVE_WCHAR_T 1

/ Define to 1 if you have the `wcslen' function. /

define HAVE_WCSLEN 1

/ Define if you have the 'wint_t' type. /

define HAVE_WINT_T 1

/ Define to 1 if `fork' works. / / #undef HAVE_WORKING_FORK /

/ Define to 1 if `vfork' works. / / #undef HAVE_WORKING_VFORK /

/ Define to 1 if the system has the type `_Bool'. /

define HAVE__BOOL 1

/ Define to 1 if you have the `__fsetlocking' function. / / #undef HAVE___FSETLOCKING /

/ Define as const if the declaration of iconv() needs const. /

define ICONV_CONST

/ Define if integer division by zero raises signal SIGFPE. /

define INTDIV0_RAISES_SIGFPE 1

/ Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. / / #undef LSTAT_FOLLOWS_SLASHED_SYMLINK /

/ Define to the sub-directory where libtool stores uninstalled libraries. /

define LT_OBJDIR ".libs/"

/ Name of package /

define PACKAGE "libpst"

/ Define to the address where bug reports for this package should be sent. /

define PACKAGE_BUGREPORT "https://github.com/pst-format/libpst/issues"

/ Define to the full name of this package. /

define PACKAGE_NAME "libpst"

/ Define to the full name and version of this package. /

define PACKAGE_STRING "libpst 0.6.76"

/ Define to the one symbol short name of this package. /

define PACKAGE_TARNAME "libpst"

/ Define to the home page for this package. /

define PACKAGE_URL ""

/ Define to the version of this package. /

define PACKAGE_VERSION "0.6.76"

/ Define if exists and defines unusable PRI macros. / / #undef PRI_MACROS_BROKEN */

/ Define if the pthread_in_use() detection is hard. / / #undef PTHREAD_IN_USE_DETECTION_HARD /

/ The size of `off_t', as computed by sizeof. /

define SIZEOF_OFF_T 8

/ Define as the maximum value of type 'size_t', if the system doesn't define it. / / #undef SIZE_MAX /

/ If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown / / #undef STACK_DIRECTION /

/ Define to 1 if all of the C90 standard headers exist (not just the ones required in a freestanding environment). This macro is provided for backward compatibility; new code need not use it. /

define STDC_HEADERS 1

/ Define to 1 if your <sys/time.h> declares `struct tm'. / / #undef TM_IN_SYS_TIME /

/ Define if the POSIX multithreading library can be used. /

define USE_POSIX_THREADS 1

/ Define if references to the POSIX multithreading library should be made weak. /

define USE_POSIX_THREADS_WEAK 1

/ Define if the GNU Pth multithreading library can be used. / / #undef USE_PTH_THREADS /

/ Define if references to the GNU Pth multithreading library should be made weak. / / #undef USE_PTH_THREADS_WEAK /

/ Define if the old Solaris multithreading library can be used. / / #undef USE_SOLARIS_THREADS /

/ Define if references to the old Solaris multithreading library should be made weak. / / #undef USE_SOLARIS_THREADS_WEAK /

/ Enable extensions on AIX 3, Interix. /

ifndef _ALL_SOURCE

define _ALL_SOURCE 1

endif

/ Enable general extensions on macOS. /

ifndef _DARWIN_C_SOURCE

define _DARWIN_C_SOURCE 1

endif

/ Enable general extensions on Solaris. /

ifndef EXTENSIONS

define EXTENSIONS 1

endif

/ Enable GNU extensions on systems that have them. /

ifndef _GNU_SOURCE

define _GNU_SOURCE 1

endif

/ Enable X/Open compliant socket functions that do not require linking with -lxnet on HP-UX 11.11. /

ifndef _HPUX_ALT_XOPEN_SOCKET_API

define _HPUX_ALT_XOPEN_SOCKET_API 1

endif

/ Identify the host operating system as Minix. This macro does not affect the system headers' behavior. A future release of Autoconf may stop defining this macro. /

ifndef _MINIX

/ # undef _MINIX /

endif

/ Enable general extensions on NetBSD. Enable NetBSD compatibility extensions on Minix. /

ifndef _NETBSD_SOURCE

define _NETBSD_SOURCE 1

endif

/ Enable OpenBSD compatibility extensions on NetBSD. Oddly enough, this does nothing on OpenBSD. /

ifndef _OPENBSD_SOURCE

define _OPENBSD_SOURCE 1

endif

/ Define to 1 if needed for POSIX-compatible behavior. /

ifndef _POSIX_SOURCE

/ # undef _POSIX_SOURCE /

endif

/ Define to 2 if needed for POSIX-compatible behavior. /

ifndef _POSIX_1_SOURCE

/ # undef _POSIX_1_SOURCE /

endif

/ Enable POSIX-compatible threading on Solaris. /

ifndef _POSIX_PTHREAD_SEMANTICS

define _POSIX_PTHREAD_SEMANTICS 1

endif

/ Enable extensions specified by ISO/IEC TS 18661-5:2014. /

ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__

define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1

endif

/ Enable extensions specified by ISO/IEC TS 18661-1:2014. /

ifndef __STDC_WANT_IEC_60559_BFP_EXT__

define __STDC_WANT_IEC_60559_BFP_EXT__ 1

endif

/ Enable extensions specified by ISO/IEC TS 18661-2:2015. /

ifndef __STDC_WANT_IEC_60559_DFP_EXT__

define __STDC_WANT_IEC_60559_DFP_EXT__ 1

endif

/ Enable extensions specified by ISO/IEC TS 18661-4:2015. /

ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__

define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1

endif

/ Enable extensions specified by ISO/IEC TS 18661-3:2015. /

ifndef __STDC_WANT_IEC_60559_TYPES_EXT__

define __STDC_WANT_IEC_60559_TYPES_EXT__ 1

endif

/ Enable extensions specified by ISO/IEC TR 24731-2:2010. /

ifndef __STDC_WANT_LIB_EXT2__

define __STDC_WANT_LIB_EXT2__ 1

endif

/ Enable extensions specified by ISO/IEC 24747:2009. /

ifndef STDC_WANT_MATH_SPEC_FUNCS

define STDC_WANT_MATH_SPEC_FUNCS 1

endif

/ Enable extensions on HP NonStop. /

ifndef _TANDEM_SOURCE

define _TANDEM_SOURCE 1

endif

/ Enable X/Open extensions. Define to 500 only if necessary to make mbstate_t available. /

ifndef _XOPEN_SOURCE

/ # undef _XOPEN_SOURCE /

endif

/ Define if the Win32 multithreading API can be used. / / #undef USE_WIN32_THREADS /

/ Version number of package /

define VERSION "0.6.76"

/ Number of bits in a file offset, on hosts where this is settable. /

define _FILE_OFFSET_BITS 64

/ Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). / / #undef _LARGEFILE_SOURCE /

/ Define for large files, on AIX-style hosts. / / #undef _LARGE_FILES /

/ Define to empty if `const' does not conform to ANSI C. / / #undef const /

/ Define to __inline__' or__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. /

ifndef __cplusplus

/ #undef inline /

endif

/ Define to rpl_malloc if the replacement function should be used. / / #undef malloc /

/ Define to `long int' if <sys/types.h> does not define. / / #undef off_t /

/ Define as a signed integer type capable of holding a process identifier. / / #undef pid_t /

/ Define as the type of the result of subtracting two pointers, if the system doesn't define it. / / #undef ptrdiff_t /

/ Define to rpl_realloc if the replacement function should be used. / / #undef realloc /

/ Define to `unsigned int' if <sys/types.h> does not define. / / #undef size_t /

/* Define to unsigned long or unsigned long long if and

don't define. */ /* #undef uintmax_t */ /* Define as `fork' if `vfork' does not work. */ #define vfork fork #define __libc_lock_t gl_lock_t #define __libc_lock_define gl_lock_define #define __libc_lock_define_initialized gl_lock_define_initialized #define __libc_lock_init gl_lock_init #define __libc_lock_lock gl_lock_lock #define __libc_lock_unlock gl_lock_unlock #define __libc_lock_recursive_t gl_recursive_lock_t #define __libc_lock_define_recursive gl_recursive_lock_define #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized #define __libc_lock_init_recursive gl_recursive_lock_init #define __libc_lock_lock_recursive gl_recursive_lock_lock #define __libc_lock_unlock_recursive gl_recursive_lock_unlock #define glthread_in_use libintl_thread_in_use #define glthread_lock_init libintl_lock_init #define glthread_lock_lock libintl_lock_lock #define glthread_lock_unlock libintl_lock_unlock #define glthread_lock_destroy libintl_lock_destroy #define glthread_rwlock_init libintl_rwlock_init #define glthread_rwlock_rdlock libintl_rwlock_rdlock #define glthread_rwlock_wrlock libintl_rwlock_wrlock #define glthread_rwlock_unlock libintl_rwlock_unlock #define glthread_rwlock_destroy libintl_rwlock_destroy #define glthread_recursive_lock_init libintl_recursive_lock_init #define glthread_recursive_lock_lock libintl_recursive_lock_lock #define glthread_recursive_lock_unlock libintl_recursive_lock_unlock #define glthread_recursive_lock_destroy libintl_recursive_lock_destroy #define glthread_once libintl_once #define glthread_once_call libintl_once_call #define glthread_once_singlethreaded libintl_once_singlethreaded
pabs3 commented 2 years ago

@CraftedCat thanks for the report and the details!

I made a commit that should fix this particular error, please update to the latest git version and try again.

Since this particular issue is fixed I am closing this bug now.

If you get a new build failure with a different error message, then please file a new issue.

PS: for future issues, please attach files to GitHub issues instead of pasting them.

CraftedCat commented 2 years ago

I don't see nay pull requests....

PS: for future issues, please attach files to GitHub issues instead of pasting them. github doesn't allow you to attach .h files

pabs3 commented 2 years ago

No pull request needed, the fix was pushed to the main git branch.

-- bye, pabs

https://bonedaddy.net/pabs3/