libtool-patches
[Top][All Lists]
Advanced

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

FYI: brown paper bag


From: Ralf Wildenhues
Subject: FYI: brown paper bag
Date: Tue, 21 Dec 2004 23:23:04 +0100
User-agent: Mutt/1.5.6+20040907i

Applied the following to HEAD and branch-2-0
(so that lt__dirent.o has a chance of actually
compiling on a windows system without opendir).
I've tried to emulate-test it now (after falling
to the same misconception as Bob).

BTW, I don't have the mingw thing figured out,
but you can at least run mdemo_static after
  <ltdl.c sed '/preloaded_symbols/{s/LT_SCOPE/extern/;p}' >.ltdl.c
  mv .ltdl.c ltdl.c

Regards,
Ralf

2004-12-21  Ralf Wildenhues  <address@hidden>

        * libltdl/lt__dirent.c: Include lt__private.h.
        * libltdl/libltdl/lt__private.h: Include lt__strl.h.

Index: libltdl/lt__dirent.c
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/lt__dirent.c,v
retrieving revision 1.3
diff -u -r1.3 lt__dirent.c
--- libltdl/lt__dirent.c        18 Dec 2004 21:42:08 -0000      1.3
+++ libltdl/lt__dirent.c        21 Dec 2004 21:10:06 -0000
@@ -30,6 +30,7 @@
 #include <assert.h>
 #include <stddef.h>
 
+#include "lt__private.h"
 #include "lt__dirent.h"
 
 #if defined(__WINDOWS__)
Index: libltdl/libltdl/lt__private.h
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/libltdl/lt__private.h,v
retrieving revision 1.1
diff -u -r1.1 lt__private.h
--- libltdl/libltdl/lt__private.h       23 Nov 2004 12:15:21 -0000      1.1
+++ libltdl/libltdl/lt__private.h       21 Dec 2004 21:10:08 -0000
@@ -57,6 +57,7 @@
 /* Import internal interfaces...  */
 #include "lt__alloc.h"
 #include "lt__dirent.h"
+#include "lt__strl.h"
 #include "lt__glibc.h"
 #include "slist.h"
 




reply via email to

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