Re: Can't compile CVS: libvfs-mc.a undefined references
- From: Pavel Roskin <proski gnu org>
- To: Frédéric L. W. Meunier <0 pervalidus net>, "Andrew V. Samoilov" <sav bcs zp ua>
- Cc: mc-devel gnome org
- Subject: Re: Can't compile CVS: libvfs-mc.a undefined references
- Date: Sat, 21 Sep 2002 19:04:23 -0400 (EDT)
> Thank you for quick report! Andrew, please fix it and test both with and
> without mcfs.
Fixed and tested.
=============================
--- ChangeLog
+++ ChangeLog
@@ -1 +1,5 @@
+2002-09-21 Pavel Roskin <proski gnu org>
+
+ * mcfs.c: Move config.h to the beginning.
+
2002-09-19 Andrew V. Samoilov <sav bcs zp ua>
--- mcfs.c
+++ mcfs.c
@@ -24,8 +24,9 @@
/* Namespace: exports mcfs_vfs_ops, tcp_invalidate_socket */
-#ifdef WITH_MCFS
#include <config.h>
+
+#ifdef WITH_MCFS
#include <stdio.h>
#include <errno.h>
#include <string.h>
=============================
--
Regards,
Pavel Roskin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]