calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

Compilation error in calaos_home : commit of 05.11.2014 #48

Closed tonyGit1 closed 10 years ago

tonyGit1 commented 10 years ago

Compilation error:

views/ActivityWebView.cpp: In member function ‘void ActivityWebView::buttonCallback(void_, EvasObject, std::string, std::string)’: views/ActivityWebView.cpp:220:69: error: ‘elm_web_url_get’ was not declared in this scope elm_web_uri_get(web)); ^ views/ActivityWebView.cpp:224:41: error: ‘elm_web_url_get’ was not declared in this scope string url = elm_web_uri_get(web);

naguirre commented 10 years ago

Tony could you please confirm that the problem is gone with this commit ?

tonyGit1 commented 10 years ago

Compilation works fine. Also the install. But when I run Calaos_home, I get an error:

maison@maison:~$ sudo calaos_home [sudo] password for maison: INF<11028>:calaos_home Prefix.cpp:33 Prefix::Prefix(int, char)() Install preffix is /usr INF<11028>:calaos_home Prefix.cpp:34 Prefix::Prefix(int, char)() Binaries directory is /usr/bin INF<11028>:calaos_home Prefix.cpp:35 Prefix::Prefix(int, char)() Libraries directory is /usr/lib INF<11028>:calaos_home Prefix.cpp:36 Prefix::Prefix(int, char)() Data directory is /usr/share/calaos INF<11028>:calaos_home Prefix.cpp:37 Prefix::Prefix(int, char)() Locale directory is /usr/share/locale INF<11028>:calaos_home main.cpp:59 int main(int, char)() Current locale : fr_FR.UTF-8 INF<11028>:calaoshome Utils.cpp:505 void Utils::initConfigOptions(char, char_, bool)() Using config path: /home/maison/.config/calaos/ INF<11028>:calaoshome Utils.cpp:506 void Utils::initConfigOptions(char, char_, bool)() Using cache path: /home/maison/.cache/calaos/ INF<11028>:calaos_home ApplicationMain.cpp:44 ApplicationMain::ApplicationMain(int, char)() Calaos Home, starting... INF<11028>:calaos_home ApplicationMain.cpp:67 ApplicationMain::ApplicationMain(int, char)() Using theme file /usr/share/calaos/default.edj CRI<11028>:elementary elm_win.c:2388 elm_win_add() Software X11 engine creation failed. Trying default. ERR<11028>:elementary elm_win.c:2574 elm_win_add() Cannot create window. ERR<11028>: elm_bg.c:144 elm_bg_add() safety check failed: parent == NULL ERR<11028>: elm_layout.c:1841 elm_layout_add() safety check failed: parent == NULL CRI<11028>:calaos_home main.cpp:83 int main(int, char**)() An exception occured: Unable to find group "calaos/main/layout" in theme "/usr/share/calaos/default.edj"

Note: I use Ubuntu 14.04 LTS .

naguirre commented 10 years ago

It seems like you did not installed the x11 evas engine. I don't know for 14.04 but for previous versions of ubuntu you had to force the install after installing efl. Did you installed libevas1-engines-x ? http://packages.ubuntu.com/trusty/libevas1-engines-x

tonyGit1 commented 10 years ago

Thanks, it seems that for 14.04 libevas1-engines-x is needed.

Calaos home runs now, but still on the loading status on each page. Also sometimes Calaos server stops an restarts automatically after few seconds.

De : Aguirre [mailto:notifications@github.com] Envoyé : mardi 13 mai 2014 00:19 À : calaos/calaos_base Cc : tonyGit1 Objet : Re: [calaos_base] Compilation error in calaos_home : commit of 05.11.2014 (#48)

It seems like you did not installed the x11 evas engine. I don't know for 14.04 but for previous versions of ubuntu you had to force the install after installing efl. Did you installed libevas1-engines-x ? http://packages.ubuntu.com/trusty/libevas1-engines-x

— Reply to this email directly or view it on GitHub https://github.com/calaos/calaos_base/issues/48#issuecomment-42895755 . https://github.com/notifications/beacon/6361871__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxNTU1MjM0NiwiZGF0YSI6eyJpZCI6MzE5NTMzOTZ9fQ==--cf83c46911f6ad6b0592f25257f16032e5b3a696.gif

naguirre commented 10 years ago

Cool :) Could you please open another issue describing the problem you mention ? I close this one.