duane> [ nvp patch ] Spen> Hi this breaks native win32 due to vasprintf not being available.
Spen> i notice that the Jim_SetResult_sprintf function has a #if 0, That is what I suspected... and hence my pre-positioning #if 0 there. What it needs is a "./configure" option of some sort - problem with ./configure - is I don't think there is a means of running configure on Native Windows - you do on CYGWIN... but that is not native windows. If that is true - ie: no ./configure for NATIVE WINDOWS .... there are 2 options: (1) Some where you must specify a bunch of "#defines" - that would other wise be created in "config.h" put it here (2) the #if 0 could change to something like - specifying a Visual Studio specific #if defined() -much like a #if (GCC_VERSION >= somenumber) -Duane _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
