bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15280: Building on native mingw fails


From: Jan Schukat
Subject: bug#15280: Building on native mingw fails
Date: Fri, 6 Sep 2013 00:42:25 +0200 (CEST)

Hello again,
I'm trying windows builds on mingw again. My system is a 64bit Windows 7 and the uname -a of my mingw is this:
MINGW32_NT-6.1 DIOGENES 1.0.18(0.48/3/2) 2012-11-21 22:34 i686 Msys
My guile package is http://hydra.nixos.org/build/5775717/download/3/guile-2.0.9.76-0ac084-dirty.tar.gz
I made 3 different builds, and have the logs of all three attached.
 
First build is without any changes to the guile source. Whith this HAVE_MSVC_INVALID_PARAMETER_HANDLER and MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING are defined and the gcc 4.8.1 stumbles over cdecl on line 31 in msvc-inval.c
 
Then I change cdecl to __cdecl on that line. GCC compiles but when guile-procedures.texi is generated, guile.exe throws this in a message box:
"The procedure entry point _set_invalid_parameter_handler could not be located in the dynamic link library msvcrt.dll."
 
Final attempt is manually disabling HAVE_MSVC_INVALID_PARAMETER_HANDLER in the config.h after configure was executed. With this the old backtrace on generating guile-procedures.texi comes up again:
Backtrace:
In unknown file:
   ?: 3 [apply-smob/1 #<boot-closure 69f8a0 (_ _ _)> #t ...]
   ?: 2 [apply-smob/1 #<catch-closure 6abc90> quit #<unspecified>]
   ?: 1 [apply-smob/1 #<boot-closure 69f8a0 (_ _ _)> #t ...]
   ?: 0 [apply-smob/1 #<catch-closure 55fde80>]
 
 

Attachment: __cdecl-build.log
Description: Text Data

Attachment: manually-disabled-have-msvc-invalid-parameter-hander.log
Description: Text Data

Attachment: default-build.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]