RE: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Labitt, Bruce
Thanks for all the info to date, it has been invaluable. I'll get the hang of this yet ;) Is there an advantage to installing via yum vs rpm -ivh? Regards, Bruce ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org

RE: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Jarod Wilson
On Wed, 2008-08-06 at 10:00 -0400, Labitt, Bruce wrote: Thanks for all the info to date, it has been invaluable. I'll get the hang of this yet ;) Is there an advantage to installing via yum vs rpm -ivh? They operate at different levels... If you try to rpm -ivh something, and its deps

Re: FOSS tools for reading COM/OLE structured storage files

2008-08-06 Thread Larry Cook
Ben Scott wrote: http://wiki.gnhlug.org/twiki2/bin/view/Www/DigitalForensicFileCarving [EMAIL PROTECTED] wrote: IIRC, their toolkit (FOSS, of course) contained a tool for parsing OLE Word documents. Thanks Ben and VirginSnow! I'll take a look at it. Thomas Charron wrote: What's the *data*

RE: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Labitt, Bruce
-Original Message- From: Jarod Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 10:41 AM To: Labitt, Bruce Cc: Greater NH Linux User Group Subject: RE: Octaviz, VTK, Octave CMAKE??? On Wed, 2008-08-06 at 10:00 -0400, Labitt, Bruce wrote: Is there an advantage to

RE: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Jarod Wilson
On Wed, 2008-08-06 at 11:08 -0400, Labitt, Bruce wrote: -Original Message- From: Jarod Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 10:41 AM To: Labitt, Bruce Cc: Greater NH Linux User Group Subject: RE: Octaviz, VTK, Octave CMAKE??? On Wed, 2008-08-06 at

RE: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Labitt, Bruce
-Original Message- From: Jarod Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 11:17 AM To: Labitt, Bruce Cc: Greater NH Linux User Group Subject: RE: Octaviz, VTK, Octave CMAKE??? [Labitt, Bruce] So say I have a directory of vtk related rpms that I just generated

RE: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Jarod Wilson
On Wed, 2008-08-06 at 11:45 -0400, Labitt, Bruce wrote: -Original Message- From: Jarod Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 11:17 AM To: Labitt, Bruce Cc: Greater NH Linux User Group Subject: RE: Octaviz, VTK, Octave CMAKE??? [Labitt, Bruce] So

Re: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Ben Scott
On Wed, Aug 6, 2008 at 11:52 AM, Jarod Wilson [EMAIL PROTECTED] wrote: Why wouldn't I want the debug-info package installed? Because it is useless for most folks? Yep. Only really needed if you're debugging the app itself. What do those packages actually contain/do, anyway? I never cared

Re: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Jarod Wilson
On Wed, 2008-08-06 at 12:26 -0400, Ben Scott wrote: On Wed, Aug 6, 2008 at 11:52 AM, Jarod Wilson [EMAIL PROTECTED] wrote: Why wouldn't I want the debug-info package installed? Because it is useless for most folks? Yep. Only really needed if you're debugging the app itself. What do

RE: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Labitt, Bruce
Not sure if I've got anything right yet. I think vtk got installed... However, I'm not even sure on how to test this. Now, onto octaviz. I am getting a cmake configuration error. Before I ask the question, I need to know what the following two dots means in the expression: VTK_DIR :

[GNHLUG] [DLSLUG-Announce] TOMORROW: Administrator in a Box - DLSLUG Monthly Meeting - 8-07

2008-08-06 Thread Bill McGonigle
[ please RSVP ASAP if you haven't as Heidi will be making treats and we need a count ] *** Dartmouth-Lake Sunapee Linux User Group http://dlslug.org/ a chapter of GNHLUG -

Re: [GNHLUG] [DLSLUG-Announce] TOMORROW: Administrator in a Box - DLSLUG Monthly Meeting - 8-07

2008-08-06 Thread Stephen Ryan
1.5 again :-) On Wed, 2008-08-06 at 15:51 -0400, Bill McGonigle wrote: [ please RSVP ASAP if you haven't as Heidi will be making treats and we need a count ] *** Dartmouth-Lake Sunapee Linux User Group

Re: Octaviz, VTK, Octave CMAKE???

2008-08-06 Thread Bill McGonigle
On Aug 6, 2008, at 15:46, Labitt, Bruce wrote: I am getting a cmake configuration error. Before I ask the question, I need to know what the following two dots means in the expression: VTK_DIR : /usr/local/bin/../lib/vtk-5.0 '..' means 'up one level' or 'parent directory'. So that's