[e-users] Probs compiling E

2014-06-07 Thread Christian Ullmann
hi!

I have some Problems compiling E using easy_efl.sh. The script is 
babbling something about my videocardsettings. Heres the last output:
-
   CCLD   tests/emotion/emotion_test
   CCLD   bin/ethumb/ethumb
   EDJ  tests/edje/data/test_layout.edj
   EDJ  tests/edje/data/complex_layout.edj
   EDJ  tests/emotion/data/theme.edj
lt-edje_cc: Warning. Part 'video_progress_txt' in group 
'video_controller' contains description 'default:0' which has text.min: 
1 X; but not text.ellipsis: -1;
lt-edje_cc: Warning. This is almost certainly not what you want.
lt-edje_cc: Warning. Part 'video_progress_txt' in group 
'video_controller/reflex' contains description 'default:0' which has 
text.min: 1 X; but not text.ellipsis: -1;lt-edje_cc: Warning. This is 
almost certainly not what you want.
   EDJ  modules/ethumb/emotion/template.edj
   CCLD   modules/ethumb/emotion/module.la
   CCLD   lib/ethumb_client/libethumb_client.la
   CCLD   bin/ethumb_client/ethumbd
   CCLD   bin/ethumb_client/ethumbd_client
lib/edje/.libs/libedje.so: undefined reference to 
`ecore_imf_context_retrieve_selection_callback_set'
collect2: error: ld returned 1 exit status
make[4]: *** [bin/ethumb_client/ethumbd] Fehler 1
make[4]: *** Warte auf noch nicht beendete Prozesse...
lib/edje/.libs/libedje.so: undefined reference to 
`ecore_imf_context_retrieve_selection_callback_set'
collect2: error: ld returned 1 exit status
make[4]: *** [bin/ethumb_client/ethumbd_client] Fehler 1
make[3]: *** [all-recursive] Fehler 1
make[2]: *** [all] Fehler 2
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2
--

The logfile dont complaining other problems. Must be my Videocard. But E 
compiled some months before without this problem. I have no clue what to 
do now. Any hints?

Chris

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Probs compiling E

2014-06-07 Thread Thomas Gstädtner
On Sat, 07 Jun 2014 09:49:43 +0200
Christian Ullmann x...@gmx.net wrote:

 hi!
 
 I have some Problems compiling E using easy_efl.sh. The script is 
 babbling something about my videocardsettings. Heres the last output:
 -
CCLD   tests/emotion/emotion_test
CCLD   bin/ethumb/ethumb
EDJ  tests/edje/data/test_layout.edj
EDJ  tests/edje/data/complex_layout.edj
EDJ  tests/emotion/data/theme.edj
 lt-edje_cc: Warning. Part 'video_progress_txt' in group 
 'video_controller' contains description 'default:0' which has
 text.min: 1 X; but not text.ellipsis: -1;
 lt-edje_cc: Warning. This is almost certainly not what you want.
 lt-edje_cc: Warning. Part 'video_progress_txt' in group 
 'video_controller/reflex' contains description 'default:0' which has 
 text.min: 1 X; but not text.ellipsis: -1;lt-edje_cc: Warning. This is 
 almost certainly not what you want.
EDJ  modules/ethumb/emotion/template.edj
CCLD   modules/ethumb/emotion/module.la
CCLD   lib/ethumb_client/libethumb_client.la
CCLD   bin/ethumb_client/ethumbd
CCLD   bin/ethumb_client/ethumbd_client
 lib/edje/.libs/libedje.so: undefined reference to 
 `ecore_imf_context_retrieve_selection_callback_set'
 collect2: error: ld returned 1 exit status
 make[4]: *** [bin/ethumb_client/ethumbd] Fehler 1
 make[4]: *** Warte auf noch nicht beendete Prozesse...
 lib/edje/.libs/libedje.so: undefined reference to 
 `ecore_imf_context_retrieve_selection_callback_set'
 collect2: error: ld returned 1 exit status
 make[4]: *** [bin/ethumb_client/ethumbd_client] Fehler 1
 make[3]: *** [all-recursive] Fehler 1
 make[2]: *** [all] Fehler 2
 make[1]: *** [all-recursive] Fehler 1
 make: *** [all] Fehler 2
 --
 
 The logfile dont complaining other problems. Must be my Videocard.
 But E compiled some months before without this problem. I have no
 clue what to do now. Any hints?

I'm not 100% sure what the problem is, but I'm 100% sure that your
video card is not it.

For some reason your Ecore seems to be outdated, which shouldn't happen
in easy_efl.sh when building single-tree EFL.
So most likely you have some old version installed on your system which
messes up the build.
Look in /usr/lib and /usr/local/lib for old ecore/efl versions and
remove them, if these do not exist, try removing /opt/efl and
rebuilding from scratch.

Other than that, there used to be a buildsystem bug, which has been
fixed and therefore should not apply for a new build:
https://git.enlightenment.org/core/efl.git/commit/?id=a9c0a6c30b293e86c8b5538ed8bada20ffa3737e

This of course only applies to the problem I can see in the log you
included in your mail, I can't say there aren't other problems.
I can't see any problems about videocard settings here.

 Chris
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and
 their applications. Written by three acclaimed leaders in the field, 
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/NeoTech
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users