All,
Not sure whether there is a page about build dependancies.
I download the LinuxMCE0710SRC and make build under Kubuntu 710.
cd src/
make
After struggling with some dependancise, there is one blocked me as below. Do you know which lib package should I install?
Any info will be highly appreciated.
make[1]: Entering directory `/home/linuxmce/LinuxMCE-0710/src/File_Grids_Plugin'
g++ -c -I.. -I../DCE -I/usr/include/mysql -DUSE_MYSQL_WRAPPER -Wall -fPIC -ggdb3 File_Grids_Plugin.cpp -o File_Grids_Plugin.o
File_Grids_Plugin.cpp:51:29: error: attr/attributes.h: No such file or directory
File_Grids_Plugin.cpp: In member function ‘DCE::DataGridTable* DCE::File_Grids_Plugin::FileList(std::string, std::string, void*, int*, std::string*, DCE::Message*)’:
File_Grids_Plugin.cpp:450: error: expected primary-expression before ‘,’ token
../Media_Plugin/MediaListGrid.h: At global scope:
../Media_Plugin/MediaListGrid.h:117: warning: ‘bool FileBrowserInfoComparer(FileBrowserInfo*, FileBrowserInfo*)’ defined but not used
../Media_Plugin/MediaListGrid.h:134: warning: ‘bool FileBrowserInfoComparerLastViewed(FileBrowserInfo*, FileBrowserInfo*)’ defined but not used
make[1]: *** [File_Grids_Plugin.o] Error 1
make[1]: Leaving directory `/home/linuxmce/LinuxMCE-0710/src/File_Grids_Plugin'
make: *** [plugins] Error 2
Thanks,
Eric