Monthly Archives: October 2008

Working through the Openismus’s example code for Automake (Part 2)

I’ve been working on dissecting so sample code from the Openismus site for Automake. I was searching through code search to post a link here and I noticed that they had basic sample projects for creating and installing libraries.  I’m … Continue reading

Posted in OpenCascade, Uncategorized | Leave a comment

Working through the Openismus’s example code for Automake (Part 1)

I’m trying to spruce up my site a little bit.  I’ve been working on my favorites page.  I almost have it the way I like it.  I need figure out how to modify my WordPress  template so the page looks … Continue reading

Posted in Uncategorized | Leave a comment

Taking a little time to regroup

Well, I got the demo working in the  autotools tutorial at http://www.lrde.epita.fr/~adl/autotools.htmlI sort of embarrassed and called for help on the ubuntuforums prematurely. Note to self, watch out for whitespace in configure.ac and carefull cutting and pasting text from pdf’s … Continue reading

Posted in Uncategorized | Leave a comment

Running through the autotools tutorial

Picking up from my last post: http://www.lrde.epita.fr/~adl/autotools.html Hm…. Page 95 of the tutorial gets interesting with a hello world example… This make, autotools stuff is really confusing to me and the way I look at it is that I’m better … Continue reading

Posted in Ubuntu, Uncategorized | Leave a comment

Gtkmm and Opencascade

Ok… I think maybe the OCC is a bit too big of a piece to try to take on at the moment. I just want to play with Occ and Makebottle with Gtk+ using Gtkmm. I did some searching at … Continue reading

Posted in Uncategorized | 2 Comments

getting occviewer-0.1.tar.gz to run a GNU compiler

Ok… I’m using Linux workspaces for a real reason for the first time. Basically I have my Blog and the tutorial in one work space and the tutorial and a terminal in the other.  One thing that I’m doing is … Continue reading

Posted in Uncategorized | Leave a comment

More on the GNU compiler

For some reason, our Sonicwall filter at work doesn’t like automake and autoconf I was surfing around at lunch and found this site which does about the same http://autotoolset.sourceforge.net/tutorial.html Here is a linked table of contents(This could take the week…..) … Continue reading

Posted in Uncategorized | Leave a comment

More on the GNU make tutorial

This is my latest research, Multi-file projects and the GNU Make utility which is a article written by George Foot for the on-line[?] magazine c-scene.  It seems like this magazine went dead circa 1997 but seems to have had a … Continue reading

Posted in Uncategorized | Leave a comment

Morning cup of coffee and more exploration into C++, gtkmm, autoconf

This is where I left off when sleep slowed me down…. “The tutorial seems informative.  Just made it up to chapter 3 headers and linking On the bottom is a link to a tutorial for automake and autoconf” I think … Continue reading

Posted in C++, Uncategorized | Leave a comment

C++ and Gtk+

I’ve been playing around with Gtk+.  It turns out that the tutorial I was working was more for C. My particular objective is to us Gtk in C++.   I guess the thing I need is the gtkmm library which is … Continue reading

Posted in Uncategorized | Leave a comment