You can use mingw / msys to build on Windows, but you will probably find it difficult to get the environment set up correctly.
It would probably be simplest to install something like Ubuntu in a VM and do the build there. You can cross-compile to Windows from Ubuntu fairly easily. On Saturday, 22 January 2011, Milind Gupta <[email protected]> wrote: > Thank you for your replies. I am trying to do this in windows. How can I run > the configure script there? > Thanks,Milind > > On Wed, Jan 19, 2011 at 9:56 AM, Bobby Powers <[email protected]> wrote: > If you've downloaded a release tarball, you'll need to run the configure > script. If you checked out git, you'll have to run the autogen (and > optionally re-run configure): > $ cd path/to/gnumeric$ ./autogen.sh # if ./configure doesn't exist, i.e. > checked out from git > $ ./configure > > good luck!Bobby > On Wed, Jan 19, 2011 at 12:04 AM, Milind Gupta <[email protected]> wrote: > Hi, I am trying to compile gnumeric on Eclipse but it gives me error > about missing include files - gnumeric-config.h. It seems it is generated by > the make file. I never used make files before. Is there any list of > instructions that can help me compile gnumeric on Eclipse. > > > > Thanks,Milind > > _______________________________________________ > gnumeric-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnumeric-list > > > > > > _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
