[前][次][番号順一覧][スレッド一覧][生データ]

yarv-dev-en:199

From: why the lucky stiff <why whytheluckystiff.net>
Date: Fri, 13 Oct 2006 11:44:19 -0500
Subject: [yarv-dev-en:199] [BUG] syck broken: #error "unsupported thread type"

Since the st_table struct has changed:

  compiling syck
  make[1]: Entering directory `/home/why/svn/yarv_PARALLEL/build/ext/syck'
  gcc -fPIC -g -O2  -I. -I../.. -I../../../yarv -I../../../yarv/ext/syck   -c
  ../../../yarv/ext/syck/gram.c
  In file included from ../../../yarv/st.h:19,
                   from ../../../yarv/ext/syck/syck.h:21,
                   from gram.y:16:
  ../../../yarv/thread.h:10:2: error: #error "unsupported thread type"
  In file included from ../../../yarv/ext/syck/syck.h:21,
                   from gram.y:16:
  ../../../yarv/st.h:26: error: expected specifier-qualifier-list before
  'yarv_thread_fglock_t'
  make[1]: *** [gram.o] Error 1
  make[1]: Leaving directory `/home/why/svn/yarv_PARALLEL/build/ext/syck'
  make: *** [all] Error 1

I will work on this.  But if anyone runs into this, you can install Ruby without
syck by deleting ext/syck and make install-nodoc.  Ri requires YAML, so.

_why

--
ML: yarv-dev-en quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧][生データ]