[Gauche-devel-jp] typo fixes

Back to archive index

Alex Shinn foof****@synth*****
2003年 4月 25日 (金) 13:34:37 JST


>>>>> "Shiro" == Shiro Kawai <shiro****@lava*****> writes:

    Shiro> # ところで現在のCVSからはビルドできます?

LinuxとSolarisでできます:

$ uname -a
Linux strelka 2.4.19 #3 SMP Sat Aug 24 14:14:51 JST 2002 i686 unknown unknown GNU/Linux
$ autoconf --version
autoconf (GNU Autoconf) 2.57
$ libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)

$ uname -a
SunOS fugu 5.8 Generic_108528-09 sun4u sparc SUNW,Ultra-60
$ autoconf --version
autoconf (GNU Autoconf) 2.53
$ libtool --version
ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)

しかし、Solarisではsyslogのエラーがでました:

Testing syslog ...                                               failed.
discrepancies found.  Errors are:
test bindings in module gauche.syslog: expects () => got "symbols exported but not defined: (LOG_PERROR LOG_AUTHPRIV LOG_FTP)"

原因はLOG_PERRORなどを作成するのは判別式ですが、いつもexportします。
syslog.stubから:

  (if "defined(LOG_PERROR)" (define-enum LOG_PERROR))

-- 
Alex



Gauche-devel-jp メーリングリストの案内
Back to archive index