-
Archives
- November 2017
- April 2017
- March 2017
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- August 2015
- May 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- June 2014
- April 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- July 2013
- June 2013
- May 2013
- April 2013
- January 2013
- December 2012
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
-
Meta
Monthly Archives: August 2008
Starting to learn about QT.
I was searching around the net looking for some sights about QT and I ran into this: http://www.digitalfanatics.org/index.php?title=Main_Page It looks very interesting to me. I’ve been some issues with spammers lately…. Can’t you guys just go away…
Getting qtdemo to run in Hardy Heron Ubuntu Linux 8.04
Life has been getting keeping me from playing around with Qt and Opencascade lately. I wanted to get qtdemo working in Ubuntu and was having one heck of time. This qt stuff looks like it has lots of potential. I … Continue reading
Slight diversion to QtOpenCASCADE turns into Part 6) Getting MakeBottle.cxx to compile… Success
What I thought was going to be a slight diversion from my little MakeBottle.cxx project turned to sucess. The Makebottle code is part of of this little cad viewer.. This is a long time coming. Now I feel I really … Continue reading
Posted in Uncategorized
2 Comments
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
Part 4) Trying to get MakeBottle.cxx to compile
Tried: jonas@Ubuntu4:~/OCC_bottle$ g++ -E -I/usr/include/opencascade -DHAVE_CONFIG_H MakeBottle.cxx 2>MakeBottle.with_DHAVE_CONFIG_H In seems the precompiler didn’t choke on this. When I removed the -E here are the results: g++ -E -I/usr/include/opencascade -DHAVE_CONFIG_H MakeBottle.cxx 2>MakeBottle.with_DHAVE_CONFIG_H In file included from /usr/include/opencascade/gp_Mat.hxx:326, from /usr/include/opencascade/gp_Trsf.hxx:32, from /usr/include/opencascade/BRepBuilderAPI_Transform.hxx:26, … Continue reading
Posted in Uncategorized
Leave a comment
Part 3)Trying to get MakeBottle.cxx to compile.
I was asked to compile with -E to just run the preprocessor to see what happens: Here is the output for: ” g++ -E -I /usr/include/opencascade MakeBottle.cxx 2> MakeBottle.preprocessor_4_adam” In file included from /usr/include/opencascade/Standard_Integer.hxx:9, from /usr/include/opencascade/Standard_Address.hxx:21, from /usr/include/opencascade/Standard.hxx:28, from /usr/include/opencascade/Handle_Geom_Surface.hxx:29, … Continue reading
Posted in Uncategorized
Leave a comment
Part 2)Trying to get MakeBottle.cxx to compile.
Continuing from part 1) Ok…. Obviously something is not right here. I’m thinking its time to get back to a baseline and try this again…. There’s a install version of opencascade there available for opennovation that/synaptic I thought I give … Continue reading
Posted in Uncategorized
Leave a comment