Klayout 0.25 on Redhat linux x86_64

edited December 2017 in KLayout Support
Hello,

I am installing klayout 0.25 -with-qt-binding on linux with source tar ball,

qt 4.8.3
ruby 1.9.3p125

I get this errors, What am I doing wrong here?

../../../src/rba/rba -I. -o rba.o ../../../src/rba/rba/rba.cc
In file included from ../../../src/rba/rba/rbaConvert.h:28,
from ../../../src/rba/rba/rba.cc:39:
../../../src/rba/rba/rbaUtils.h:50:5: error: operator '/' has no left operand
../../../src/rba/rba/rbaUtils.h:112:5: error: operator '/' has no left operand
../../../src/rba/rba/rbaUtils.h:175:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:74:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:1640:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:1771:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:1861:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:2078:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:2080:7: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:2087:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:2130:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:2196:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:2199:7: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:2232:5: error: operator '/' has no left operand
../../../src/rba/rba/rba.cc:2084: error: ‘rb_trace_arg_t’ has not been declared
../../../src/rba/rba/rba.cc: In function ‘void rba::trace_callback(VALUE, int*)’:
../../../src/rba/rba/rba.cc:2096: error: ‘event’ was not declared in this scope
../../../src/rba/rba/rba.cc: At global scope:
../../../src/rba/rba/rba.cc:2084: warning: unused parameter ‘trace_arg’
../../../src/rba/rba/rba.cc: In member function ‘virtual void rba::RubyInterpreter::push_exec_handler(gsi::ExecutionHandler*)’:
../../../src/rba/rba/rba.cc:2204: error: ‘RUBY_EVENT_HOOK_FLAG_RAW_ARG’ was not declared in this scope
../../../src/rba/rba/rba.cc:2204: error: ‘rb_add_event_hook2’ was not declared in this scope
gmake[2]: *** [rba.o] Error 1
gmake[2]: Leaving directory `/../klayout/0.25/build-release/rba/rba'
gmake[1]: *** [sub-rba-make_default] Error 2
gmake[1]: Leaving directory `/../klayout/0.25/build-release/rba'
gmake: *** [sub-rba-make_default] Error 2

Could you please assist?


Thanks,
Sunil

Comments

  • edited November -1

    Hi Sunil,

    First mistake is to paste so little. If you give me the log of build.sh (first 100 lines or so) I can tell more.

    Matthias

Sign In or Register to comment.