Pelles C forum

Pelles C => General discussions => Topic started by: Anderson on May 02, 2023, 01:25:18 AM

Title: Fatal F1003 C:\PellesC\Include\stdarg.h 9: Error directive: <stdarg.h> need POCC
Post by: Anderson on May 02, 2023, 01:25:18 AM
Quote
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -c -Iinclude;C:\XHB123\include;C:\PellesC\Include -d -tWM -D__WIN32__ -D__CONSOLE__ -DUSE_PMURHASH=1 -oobj\b32\letocl.obj source\client\letocl.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
source\client\letocl.c:
Fatal F1003 C:\PellesC\Include\stdarg.h 9: Error directive: <stdarg.h> need POCC version 10.0 or higher
*** 1 errors in Compile ***

** error 1 ** deleting obj\b32\letocl.obj

I am using PellesC v11.0, I don´t undestand this.
Title: Re: Fatal F1003 C:\PellesC\Include\stdarg.h 9: Error directive: <stdarg.h> need POCC
Post by: Pelle on May 02, 2023, 10:13:22 AM
I am using PellesC v11.0, I don´t undestand this.
No, you are clearly using Borland C++ 5.82. Never mix include files from different compilers.