|
From: Miles E. <me...@il...> - 2009-09-11 16:26:54
|
I am rather new to using swig, so I hope this question isn't misguided or misdirected. I'm running a machine with Debian on x86_64 and trying to compile some c++ code that relies on swig to allow a java API. I have (I think successfully) installed swig. ./configure, make, make install worked just fine. but during the make process for the c++ code, I get the following error... I'm also including the command that is invoking swig: /usr/local/bin/swig -c++ -java -package lemurproject.lemur -o java/ lemur_jni.cpp -outdir java/lemurproject/lemur interface/lemur.i swig error : Unrecognized option -java swig error : Unrecognized option -package swig error : Unrecognized option lemurproject.lemur swig error : Unrecognized option -outdir swig error : Unrecognized option java/lemurproject/lemur Use 'swig -help' for available options. To try to fix the problem I recompiled swig, telling gcc to use 32- bit, but that didn't solve the problem. Any advice on what I'm running into would be most appreciated. ---------------------- Miles Efron Assistant Professor Graduate School of Library & Information Science University of Illinois me...@il... |