[CMake] CMake and swig problem

2006-02-22 Thread Ian . Appru
Title: CMake and swig problem Hi, I am using the UseSWIG module on solaris to configure swig to generate a java interface. However the C++ jni library generated has file name MyJNI.so rather than libMyJNI.so On this limited info - any initial ideas on what might be the problem? Regards

Re: [CMake] CMake and swig problem

2008-06-18 Thread Judicaƫl Bedouet
at cmake.org] On Behalf Of William >A. Hoffman >Sent: 24 February 2006 14:31 >To: Appru, Ian; brad.king at kitware.com >Cc: cmake at cmake.org >Subject: RE: [CMake] CMake and swig problem > >At 09:06 AM 2/24/2006, Ian.Appru at ubs.com wrote: >>Thanks for your reply Brad, >

Re: [CMake] CMake and swig problem

2006-02-22 Thread William A. Hoffman
At 09:45 AM 2/22/2006, [EMAIL PROTECTED] wrote: >Content-class: urn:content-classes:message >Content-Type: multipart/alternative; >boundary="_=_NextPart_001_01C637BE.AF16F774" > >Hi, > >I am using the UseSWIG module on solaris to configure swig to generate a >java interface. >However th

Re: [CMake] CMake and swig problem

2006-02-22 Thread Ian . Appru
Yes I am using a cvs version - couple weeks old. It's a little tricky for me to get the cvs updates - but I will endeavor to do so. Cheers Ian > >Hi, > >I am using the UseSWIG module on solaris to configure swig to generate a >java interface. >However the C++ jni library generated has file name

RE: [CMake] CMake and swig problem

2006-02-23 Thread Ian . Appru
ct: Re: [CMake] CMake and swig problem At 09:45 AM 2/22/2006, [EMAIL PROTECTED] wrote: >Content-class: urn:content-classes:message >Content-Type: multipart/alternative; >boundary="_=_NextPart_001_01C637BE.AF16F774" > >Hi, > >I am using the UseSWIG module on

Re: [CMake] CMake and swig problem

2006-02-24 Thread Brad King
[EMAIL PROTECTED] wrote: I have retried my swig build with a version of cmake downloaded yesterday cmake --version cmake version 2.3-20060222 Problem still exists - the solaris lib is generated as MyJNI.so rather than libMyJNI.so. If you're using SWIG_ADD_MODULE to create the library then t

RE: [CMake] CMake and swig problem

2006-02-24 Thread Ian . Appru
or now I will create my own local UseSWIG-Java module until UseSWIG is all things to all people. Regards Ian -Original Message- From: William A. Hoffman [mailto:[EMAIL PROTECTED] Sent: 24 February 2006 13:03 To: Appru, Ian Subject: RE: [CMake] CMake and swig problem At 06:45 AM 2/24/20

RE: [CMake] CMake and swig problem

2006-02-24 Thread William A. Hoffman
At 08:56 AM 2/24/2006, [EMAIL PROTECTED] wrote: >The Java call System.loadLibrary() is platform dependant so should only >need to >use System.loadLibrary("MyJNI"). > >It prepends 'lib' and uses .so suffix on unix and uses the .dll suffix >on >windows - no prefix. > >I am surprised that python wo

RE: [CMake] CMake and swig problem

2006-02-24 Thread Ian . Appru
m specific requirement - java, python etc Regards Ian -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: 24 February 2006 13:39 To: Appru, Ian Cc: [EMAIL PROTECTED]; cmake@cmake.org Subject: Re: [CMake] CMake and swig problem [EMAIL PROTECTED] wrote: > I have retried

RE: [CMake] CMake and swig problem

2006-02-24 Thread William A. Hoffman
At 09:06 AM 2/24/2006, [EMAIL PROTECTED] wrote: >Thanks for your reply Brad, > >I did (eventually) spot this line in the SWIG_ADD_MODULE macro. > >As I mentioned in conversation with Bill - think the thread accidentally >went private there - I have decided to use my own UseSWIG-Java module >and jus

RE: [CMake] CMake and swig problem

2006-02-24 Thread Ian . Appru
check your SWIG_ADD_MODULE language variable against is 'csharp' Cheers Ian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William A. Hoffman Sent: 24 February 2006 14:03 To: Appru, Ian Cc: cmake@cmake.org Subject: RE: [CMake] CMake and swig probl

RE: [CMake] CMake and swig problem

2006-02-24 Thread Ian . Appru
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William A. Hoffman Sent: 24 February 2006 14:31 To: Appru, Ian; [EMAIL PROTECTED] Cc: cmake@cmake.org Subject: RE: [CMake] CMake and swig problem At 09:06 AM 2/24/2006, [EMAIL PROTECTED] wrote: >Thanks for yo