RE: help: configure.h:24: - parse error
Igor Sarychkin (igor@cccp.demon.co.uk)
Fri, 11 Dec 1998 16:33:51 -0000
i knew there was something missing!
anyway, i have linux redhat 5.1
Afterstep that came with it worked fine.
As README.RedHat says, i rpm -e --nodeps Afterstep
running ./configure for 1.6.0 is OK
make fails with lots of "configure.h:24: - parse error"
cheers
here's my partial configure.h:
#include "config.h"
#ifdef __FreeBSD__
#include <sys/syslimits.h>
#else
#include <limits.h>
#endif
/* Maximal length of config. file lines ; attention : the more you define
* the more memory it uses. It's safe to leave 255 for long lines.
*/
#define MAXLINELENGTH 255
/* ################### */
/* Available libraries */
/* ################### */
#define NOXPM
#define JPEG
#define PNG
#define SHAPE
#if == 1
#define HAVE_XPM_WRITE
#else
#undef HAVE_XPM_WRITE
#endif
/* ######################### */
/* Global configured options */
/* ######################### */
#define NO_SGMLTOOLS
#define VERSION "1.6.0"
#define AFTER_BIN_DIR "/usr/local/bin"
#define AFTER_MAN_DIR "/usr/local/man/man1"
#define AFTER_DOC_DIR "/usr/local/share/afterstep/doc"
#define AFTER_SHAREDIR "/usr/local/share/afterstep"
#define GNUSTEP "~/GNUstep"
#define GNUSTEPLIB "~/GNUstep/Library"
#define AFTER_DIR "~/GNUstep/Library/AfterStep"
#define AFTER_SAVE "~/GNUstep/Library/AfterStep/.workspace_state"
#define AFTER_NONCF "~/GNUstep/Library/AfterStep/non-configurable"
#define AFTER_LOCALE ""
--
WWW: http://www.afterstep.org/
FTP: ftp://ftp.afterstep.org/
MAIL: http://www.caldera.com/linuxcenter/forums/afterstep.html