Monday, October 12, 2009

Problem fixes...

Nowdays i am not frequently logging all my problems...
so lets do it now...

1. .player file generated in player-client assignment of robotics class...
I worked with Makefile. Problem was that initially i was using eclipse C++ plugin to program all the stuff.. i had to put libraries for compilation and linking so i was not adding linker library or may be the path was wrong.. I tried many things and one of them worked.. Basically point was to look into all the properties of building and change some things in compile and linker... in compile i was supposed to add the path and same with linker .. somewhere i was also supposed to specify .so file name....

Apart from this... i was supposed to find that where those files exists in the system so for that use of pkg-lib command was handy...

Second .. once i removed ported my project to department machine then i was supposed to change entries in makefiles....
so for that i used pkg-lib command to bring all the libraries...
then i used -I flag in makefile compile thing....

once i'll see it again.. i will recall exact syntax...

Now i am stuck with CEGUI and OGRE work of my RA....

Thanks
SJ

No comments:

Post a Comment