Wim: > Just to be clear: is this what you did: > git clone wt > mkdir build > cd build > cmake ../wt > cd examples > make > or are you using Pau's packages? Or even something else?
Im using Pau's packages. $ cmake -DCMAKE_CXX_COMPILER=g++-4.5 -DWT_SOURCE_DIR=/usr/share/doc/libwt-doc/ -DEXAMPLES_CONNECTOR="wt;wthttp" -DCMAKE_BUILD_TYPE=Release /usr/share/doc/libwt-doc/examples $ make But now the g++-4.5 disappeared from my ubuntu. $ aptitude search g++ | grep g++ i A g++ - o GNU C++ compiler (GNU compilador C++) p g++-4.1 - O compilador C++ GNU p g++-4.1-multilib - The GNU C++ compiler (multilib files) p g++-4.3 - O compilador C++ GNU p g++-4.3-multilib - The GNU C++ compiler (multilib files) i A g++-4.4 - o GNU C++ compiler (GNU compilador C++) p g++-4.4-multilib - The GNU C++ compiler (multilib files) p g++-multilib - The GNU C++ compiler (multilib files) v libconfig++-dev - p libconfig++8 - parsing and manipulation of structured con p libconfig++8-dev - parsing and manipulation of structured con I just wanted to inform you that on Ubuntu 10:10 g++4.5 was not working, but using the g++ standard, it's okay. Tks, John ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
