2013年7月3日水曜日

glibmm compile tips

(1) g_assert was not declared in this scope

add #include
to 
convert.cc
exception.cc
error.cc
date.cc

(2) g_date_set_time was not declared
change time -> time_t

(3) propertyproxy_base.cc 
add 
#include
Then, I succeeded to copmile.

0 件のコメント:

コメントを投稿