No registered users in community xowiki
in last 10 minutes
in last 10 minutes
[Xotcl] Mingw correction
From: Vasileios Anagnostopoulos <fithis2001_at_gmail.com>
Date: Wed, 04 Jan 2012 11:01:22 +0200
Hi,
I downloaded the nsf2.0b2 and tried to compile under latest msys/mingw
on WINDOWS XP SP3.
The only showstopper was on nsfAPI.h where I included nsfInt.h
and a correction
in line 227 of nsfInt.h where
#ifndef __WIN32__
should be replace with
#if (defined __WIN32__) && !( defined __GNUC__)
The resulting binary executed (after setting TCLLIBPATH) the samples on
the site.
One more question, will we see XotclIDE love with XoTCL 2?
Date: Wed, 04 Jan 2012 11:01:22 +0200
Hi,
I downloaded the nsf2.0b2 and tried to compile under latest msys/mingw
on WINDOWS XP SP3.
The only showstopper was on nsfAPI.h where I included nsfInt.h
and a correction
in line 227 of nsfInt.h where
#ifndef __WIN32__
should be replace with
#if (defined __WIN32__) && !( defined __GNUC__)
The resulting binary executed (after setting TCLLIBPATH) the samples on
the site.
One more question, will we see XotclIDE love with XoTCL 2?