-
Dear Developers, But, as it starts compiling, it produced the following errors, could you please see what has gone wrong or I missed something? `make all-am define SCM_VECTORP(o) scm_vector_p(o)^ define SCM_VECTOR_LENGTH(o) scm_c_vector_length(o)^ meep_wrap.cxx: In function ‘scm_unused_struct* _wrap_new_timing_scope__SWIG_0(int, scm_unused_struct**)’: Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I have found the solution. I need to change the two parameters in the meep_wrap.cxx |
Beta Was this translation helpful? Give feedback.
Hi, I have found the solution. I need to change the two parameters in the meep_wrap.cxx
(1) from
time_sink_to_duration_map
tomeep::time_sink_to_duration_map
(2) from
chunk_pair
tomeep::chunk_pair