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?
Dear Vasileios,
many thanks for the feedback. This was already fixed in the master branch in git (mid december).
Concerning XOTclIDE: not sure, if Artur is listening here. I conclude from your mail that it does not work out of the box. I have not looked at the XOTclIDE code, just a guess: From a low level perspective the primary difference in XOTcl 2 is that Slots are now NX objects; I made similar adaptions in OpenACS, it was no big deal there... If Artur is listening he will know better the demands...
-gustaf neumann
On 04.01.12 10:01, Vasileios Anagnostopoulos wrote:
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? _______________________________________________ Xotcl mailing list Xotcl@alice.wu-wien.ac.at http://alice.wu-wien.ac.at/mailman/listinfo/xotcl