Re: Glib-Windows Compilation Issues

2006-03-20 Thread Jake Goulding
Hans: Thank you for the helpful comments and pointers. I took a second look at the ftruncate comment I made earlier. Indeed, you are correct, there is no other definition of g_win32_ftruncate. I did get an error before I made my change, so I will have to go back and try to ascertain the real

Re: Glib-Windows Compilation Issues

2006-03-18 Thread Hans Breuer
On 17.03.2006 22:40, Jake Goulding wrote: Hey all: I've had some trouble in compiling and subsequently using glib (2.8.6) on a Windows machine. I am building using nmake and the MSVC toolset. My procedure is such: unpack glib into a directory containing gettext and libiconv. cd build/win32/d

Glib-Windows Compilation Issues

2006-03-17 Thread Jake Goulding
Hey all: I've had some trouble in compiling and subsequently using glib (2.8.6) on a Windows machine. I am building using nmake and the MSVC toolset. My procedure is such: unpack glib into a directory containing gettext and libiconv. cd build/win32/dirent nmake -f makefile.msc cd ../../../ nm