Main BLOGGER
Google
WWW THIS BLOG
Monday, February 21, 2005
 
C++ reflection day one
1. installed cmake-2.0.5
2. installed gccxml-0.6.0
3. installed xerces-c-src_2_6_0
4. modified the Makefile and Makefile.incl in directory code_generator
- compiled Ok
- created CodeGenerator Ok
- in .cshrc added "setenv XERCESCROOT /home/pliu/xerces-c-src_2_6_0"
- copied "libXerces-c.so ..." to "/home/pliu/usr/lib",
indicated by "setenv LD_LIBRARY_PATH /home/pliu/usr/lib" in .cshrc
5. generated shared library for /src/xct/reflection
- using command line "$CC -shared -o libfoo.so *.cpp -I../.."



<< Home

Powered by Blogger

Google
WWW THIS BLOG