unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Building guile for Win32
@ 2007-07-27 21:06 NQ
  2007-07-27 22:57 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: NQ @ 2007-07-27 21:06 UTC (permalink / raw)
  To: Guile-devel


We are making a cross-platform game and we have so far built everything on
Linux and it's working great. Now we're going to build the Win32 dist of the
game, but rebuilding Guile 1.8 for windows have proven quite complicated....

All I need is the *.dll *.lib and *.h files, but I can't for my life manage
to build them!
It's all in the makefiles, and it's so easy on Linux, but I've had a
absolutely horrible time trying to read the makefiles in Windows with MingW
and also MSVC. I just can't get it to work.

I'm pulling my hair out here, and any help would be greatly appreciated!
Maybe there's a place where I can download Guile 1.8 pre-compiled for Win32?
Or maybe you can tell me which things I should specify in a MSVC (7.1)
project, so that I can build it myself - without the makefile?

We would _really_ appreciate your help!
Thanks!

-- 
View this message in context: http://www.nabble.com/Building-guile-for-Win32-tf4160126.html#a11836665
Sent from the Gnu - Guile - Dev mailing list archive at Nabble.com.



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building guile for Win32
  2007-07-27 21:06 Building guile for Win32 NQ
@ 2007-07-27 22:57 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2007-07-27 22:57 UTC (permalink / raw)
  To: guile-devel

Hi,

NQ <patrik@nordquistart.com> writes:

> All I need is the *.dll *.lib and *.h files, but I can't for my life manage
> to build them!
> It's all in the makefiles, and it's so easy on Linux, but I've had a
> absolutely horrible time trying to read the makefiles in Windows with MingW
> and also MSVC. I just can't get it to work.

The makefiles are automatically generated by GNU Automake and then
`config.status', so they are not meant to be human-readable (the
`Makefile.am' files are the human-readable source).

At any rate, Guile should normally build with MinGW, but I don't think
it builds with MSVC currently.  The build procedure with MinGW is as
under GNU/Linux (or other Unices), namely:

  ./configure && make && make install

Note that `make' must be GNU Make, not MSVC's `make'.

Could you report the exact error messages (or the `config.log' file)
that you're getting when following this procedure?

Thanks,
Ludovic.




_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-27 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-27 21:06 Building guile for Win32 NQ
2007-07-27 22:57 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).