![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I try to compile the Art S. Kagel programm dostats_ng for Windows without success. The Makefile sadly isn't compartible with MVC and the CSDK isn't compatible with cygwin / gcc under Windows. Does anyone has an suggestion for an solution? D:\Software.tmp\Informix\utils_ak\Install_utils2_a k>esql dostats_ng.ec -Di386 -DNOTIMINGS -D_WINDOWS_ IBM Informix CSDK Version 3.50, IBM Informix-ESQL Version 3.50.TC6 Microsoft (R) 32-Bit C/C++-Optimierungscompiler Version 16.00.30319.01 für 80x86 Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. dostats_ng.c dostats_ng.ec(164) : warning C4273: 'exit': Inkonsistente DLL-Bindung. C:\Programme\Microsoft Visual Studio 10.0\VC\INCLUDE\stdlib.h(353): Siehe vorherige Definition von 'exit' dostats_ng.ec(3800) : warning C4047: '=': Anzahl der Dereferenzierungen bei 'FILE *' und 'int' unterschiedlich dostats_ng.ec(4323) : error C2079: 'timep' verwendet undefiniertes struct 'tm' esql: error -55904: Error in spawned program. Where is the "tm" struct defined? TIA Dirk _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#3
| |||
| |||
|
|
struct tm is a UNIX time structure it is defined in sys/time.h on most UNIX systems or in a sub-include that's pulled in by that file. I have never tried to compile dostats_ng.ec <http://dostats_ng.ec> on Windows, so I can't help much. Sorry Dirk. Just an idea, compile and run dostats in a Linux VM on the box or run it remotely from a Linux box or VM. |
|
On Fri, Jul 23, 2010 at 5:28 AM, Dirk Niemeier <dirk.niemeier (AT) stueken (DOT) de mailto:dirk.niemeier (AT) stueken (DOT) de>> wrote: Hi, I try to compile the Art S. Kagel programm dostats_ng for Windows without success. The Makefile sadly isn't compartible with MVC and the CSDK isn't compatible with cygwin / gcc under Windows. Does anyone has an suggestion for an solution? D:\Software.tmp\Informix\utils_ak\Install_utils2_a k>esql dostats_ng.ec <http://dostats_ng.ec -Di386 -DNOTIMINGS -D_WINDOWS_ IBM Informix CSDK Version 3.50, IBM Informix-ESQL Version 3.50.TC6 Microsoft (R) 32-Bit C/C++-Optimierungscompiler Version 16.00.30319.01 für 80x86 Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. dostats_ng.c dostats_ng.ec <http://dostats_ng.ec>(164) : warning C4273: 'exit': Inkonsistente DLL-Bindung. C:\Programme\Microsoft Visual Studio 10.0\VC\INCLUDE\stdlib.h(353): Siehe vorherige Definition von 'exit' dostats_ng.ec <http://dostats_ng.ec>(3800) : warning C4047: '=': Anzahl der Dereferenzierungen bei 'FILE *' und 'int' unterschiedlich dostats_ng.ec <http://dostats_ng.ec>(4323) : error C2079: 'timep' verwendet undefiniertes struct 'tm' esql: error -55904: Error in spawned program. Where is the "tm" struct defined? |
![]() |
| Thread Tools | |
| Display Modes | |
| |