Re: [CMake] SWIG syntax errors

2009-06-08 Thread Adam A Smith
On Mon, 8 Jun 2009, Adam A Smith wrote: On Sun, 7 Jun 2009, Mathieu Malaterre wrote: On Sat, Jun 6, 2009 at 2:19 AM, Adam A Smith wrote: I'm curious if someone has run into this before: I'm using CMake to make some SWIG .i files. ?I then use SWIG on those files, and it tells me t

Re: [CMake] SWIG syntax errors

2009-06-08 Thread Adam A Smith
On Sun, 7 Jun 2009, Mathieu Malaterre wrote: On Sat, Jun 6, 2009 at 2:19 AM, Adam A Smith wrote: I'm curious if someone has run into this before: I'm using CMake to make some SWIG .i files.  I then use SWIG on those files, and it tells me that I have a syntax error.  (I don't k

[CMake] SWIG syntax errors

2009-06-05 Thread Adam A Smith
I'm curious if someone has run into this before: I'm using CMake to make some SWIG .i files. I then use SWIG on those files, and it tells me that I have a syntax error. (I don't know SWIG syntax that well, but I'm learning.) I thought I'd ask all of you if this is something you were familia

Re: [CMake] Basic Tutorial Help

2009-05-28 Thread Adam A Smith
I feel that these are stupid questions, but I'm still a little confused about the basic example. It mentions 3 source files: hello.cxx, demo.cxx, and demo_b.cxx. So is hello.cxx supposed to be the source file for a library, with no main()? That would possibly make demo.cxx the entry point fo

Re: [CMake] CMake Digest, Vol 61, Issue 81

2009-05-28 Thread Adam A Smith
Thanks guys--that was a big help. Adam ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/

[CMake] Basic Tutorial Help

2009-05-28 Thread Adam A Smith
Has anybody written a basic tutorial on how to get started with CMake? I've been looking through the docs, and http://www.cmake.org/cmake/help/examples.html is not clear at all. It's written all in the passive voice, which makes it very hard to understand what's done automatically, and what th