I had to make a quick modification to fm.h for w3c 0.1.10 to compile on
my Linux machine:
*** fm-old.h Mon Oct 16 22:36:51 2000
--- fm.h Mon Oct 16 22:36:52 2000
***************
*** 82,87 ****
--- 82,90 ----
#define DICTBUFFERNAME "*dictionary*"
#endif /* DICT */
+ #define PC_KANJI1 0x2000
+ #define PC_KANJI2 0x4000
+
/*
* Line Property
*/
***************
*** 89,96 ****
/* Character type */
#define P_CHARTYPE 0xe000
#define PC_ASCII 0x0000
- #define PC_KANJI1 0x2000
- #define PC_KANJI2 0x4000
#define PC_CTRL 0x8000
#else /* ISO-8859-1 charset (not JP_CHARSET)
*/
--- 92,97 ----
I can provide my config.h if necessary. Point being, there are parts of
the code that require PC_KANJIx to be #define'd even if not running in
Japanese.
This archive was generated by hypermail 2b29 : Mon Oct 16 2000 - 22:10:14 CDT