Hi

I build wengophone-2.1.2 on components shown below, but build error occured.

OS:Fedora Core 4
GCC     4.0
Boost    1.33.0
CMake   2.4.8
Qt         4.3.4

I build Boost from source code, as shown below
#bjam install

I wonder if Boost is not build correctly.

Does anyone know about this problem?


-------------------------build error-------------------------
/home/morik/wengophone-2.1.2-source/wengophone/src/model/history/History.cpp:474:
 
instantiated from here
/usr/local/include/boost-1_34_1/boost/serialization/access.hpp:109: error: 
‘class  HistoryMemento’ has no member named ‘serialize’
make[2]: *** [wengophone/src/CMakeFiles/owphone.dir/model/history/History.o] 
error 1
make[1]: *** [wengophone/src/CMakeFiles/owphone.dir/all] error 2
make: *** [all] error 2


    103     template<class Archive, class T>
    104     static void serialize(
    105         Archive & ar,
    106         T & t,
    107         const unsigned int file_version
    108     ){
    109         t.serialize(ar, file_version);
    110     }


Best regards,
Takashi. 
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to