Category Archives: Ubuntu

Installing Qt SDK 1.14 on ubuntu 10.04

Ok… The wife would like me to write her a small app for her N8 christmas.(Ok… how hard can this be??) I found the the SDK for Nokia on this link: http://www.developer.nokia.com/info/sw.nokia.com/id/da8df288-e615-443d-be5c-00c8a72435f8/Qt_SDK.html Hm.. The site does not recogize that I’m … Continue reading

Posted in C++, Nokia, QT, Ubuntu | Leave a comment

GTDification continues.

I just finished reading David Allen’s “Getting Things Done” this weekend.  I have to say that’s it had a very profound effect on me.   I’d not sure I can recall any book that I’ve read that has made so much … Continue reading

Posted in Ubuntu, Uncategorized | Leave a comment

(Part 1)Exploring zetcode wxwidget tutorial on Layout Management:

I’ve already have add a smattering of sizers already. I guess this part of the zetcode wxWidget tutorial goes through that.. Lets see what surprises are in store for Absolute Positioning. The first example shows absolute positioning. The author of … Continue reading

Posted in Ubuntu, Uncategorized, WordPress Stuff | Leave a comment

More on taking another crack at putting it all together..

Ok… I think I’m so close to putting it all together. Whether or not it works, well that’s another matter. Just a note to myself here but for I start. I added these notes to src/Makefile.am: AM_CXXFLAGS =-DHAVE_IOSTREAM -DHAVE_LIMITS AM_CPPFLAGS … Continue reading

Posted in Ubuntu, Uncategorized | Leave a comment

Working through the gtkmm tutorial (Part 4)

Ok… The elections have been over for a few days but its been kind of hard to get back into my morning groove of study before work… Anyway lets see what we can do here. I’ve been sort of stuck … Continue reading

Posted in OpenCascade, Ubuntu, 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

Part 5) Trying to ge MakeBottle.cxx to compile.

Ok.. The original OCC download contained MakeBottle.cxx.  I copied and rename the file an wanted to see if I can get one line to compile at a time.  I also added a main() callout to give it some values Anyway … Continue reading

Posted in Ubuntu, Uncategorized | 2 Comments

Installing gnu C++ compiler in Ubuntu Linux for Open Cascade OCC

Spring has just about sprung…. Got home tonight and worked a little on the back yard with the family….. While dumping out the thawed compost in the garden, and moving the compost bin, I was thinking…. Wouldn’t it be cool … Continue reading

Posted in C++, Ubuntu, Ubuntu C++ OCC | Leave a comment