guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-1-8-mingw-build, created. release_


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, wip-1-8-mingw-build, created. release_1-8-7-17-gbf49096
Date: Fri, 05 Mar 2010 22:33:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=bf49096fffef5742893bcdb5610b03055ff689dd

The branch, wip-1-8-mingw-build has been created
        at  bf49096fffef5742893bcdb5610b03055ff689dd (commit)

- Log -----------------------------------------------------------------
commit bf49096fffef5742893bcdb5610b03055ff689dd
Author: Neil Jerram <address@hidden>
Date:   Tue Mar 2 23:23:52 2010 +0000

    Use scm_t_ptrdiff consistently instead of ptrdiff_t
    
    This fixes the following errors in a MinGW cross-build.
    
    libtool: compile:  i586-mingw32msvc-gcc -DHAVE_CONFIG_H -I.. -I.. -I.. 
-I/usr/local/i586-mingw32msvc/include -I/usr/local/i586-mingw32msvc/include -g 
-O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-discouraged.lo -MD -MP 
-MF .deps/libguile_la-discouraged.Tpo -c discouraged.c  -DDLL_EXPORT -DPIC -o 
.libs/libguile_la-discouraged.o
    discouraged.c:75: error: conflicting types for 'scm_ptrdiff2num'
    ../libguile/discouraged.h:75: error: previous declaration of 
'scm_ptrdiff2num' was here
    discouraged.c:123: error: conflicting types for 'scm_num2ptrdiff'
    ../libguile/discouraged.h:89: error: previous declaration of 
'scm_num2ptrdiff' was here
    
    * libguile/discouraged.c (scm_ptrdiff2num, scm_num2ptrdiff): Use
      scm_t_ptrdiff instead of ptrdiff_t.

commit a52d8d6fea7f36e8105af6bdc030040d5bda299f
Author: Neil Jerram <address@hidden>
Date:   Thu Mar 4 23:07:04 2010 +0000

    Improve README text on cross-building for Windows
    
    * README: In particular, cover and recommend using wine.  Separate the
      "not recently tested" instructions into a separate section. Otherwise,
      various minor textual improvements.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile




reply via email to

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