unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
Cc: bug-guile@gnu.org
Subject: Re: MinGW port
Date: Mon, 04 Sep 2006 23:20:34 +0100	[thread overview]
Message-ID: <87lkoz8ea5.fsf@ossau.uklinux.net> (raw)
In-Reply-To: <44EB33E7.2010507@web.de> (Nils Durner's message of "Tue, 22 Aug 2006 18:42:15 +0200")

Nils Durner <ndurner@web.de> writes:

> Hi,
>
> the attached patch fixes compiler errors on Win32/MinGW.

> -  execv (exec_file, exec_argv);
> +  execv (exec_file,
> +#ifdef __MINGW32__
> +	(const char * const *)
> +#endif
> +	exec_argv);

Thanks for the patch, but do you understand exactly what the
Win32/MinGW compiler is complaining about?  I thought it was generally
OK to pass a non-const value to a function whose corresponding
parameter is declared as const.

Regards,
     Neil



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


  reply	other threads:[~2006-09-04 22:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-22 16:42 MinGW port Nils Durner
2006-09-04 22:20 ` Neil Jerram [this message]
2006-09-04 23:11   ` Kevin Ryde
2006-09-06  1:23     ` Rob Browning
2006-09-09 18:14   ` Nils Durner
2006-09-12  0:56     ` Ken Raeburn
2006-09-14  0:21       ` Kevin Ryde
2006-09-25 17:54       ` Nils Durner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lkoz8ea5.fsf@ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=bug-guile@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).