I needed the following patch to compile links on CURRENT.  Else
"jsint_execute_seq" comes up as an unresolved symbol when linking the
binary.

--- session.c~  2007-06-05 13:11:42.702495000 -0400
+++ session.c   2007-06-05 13:13:00.746199000 -0400
@@ -2420,7 +2420,9 @@
               ses->defered_target = stracpy(target);
               ses->defered_target_base = df;
               ses->defered_data = data;
+#ifdef JS
               ses->defered_seq = jsint_execute_seq++;
+#endif
               return;
       }
       pos = extract_position(u);

--
Caleb Epstein
______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to