Re: [e-users] crash at startup revision 82616

2013-01-11 Thread Gustavo Sverzut Barbieri
On Sat, Jan 12, 2013 at 4:33 AM, Vikram Goyal wrote: > Hello Friends, > > I don't know if one should file a bug report like this but the ticket > system is not accepting the report citing it as spam. > > I compiled E17 with the following options: > ./easy_e17.sh -s -k --threads=1 > --skip=emotion

[e-users] crash at startup revision 82616

2013-01-11 Thread Vikram Goyal
Hello Friends, I don't know if one should file a bug report like this but the ticket system is not accepting the report citing it as spam. I compiled E17 with the following options: ./easy_e17.sh -s -k --threads=1 --skip=emotion,b_and_w,efenniht,empris,everything-mpris,everything-pidgin,everythi

[e-users] eCcess - an E System Tool

2013-01-11 Thread Jeff Hoogland
I've started work on a tool I'm calling eCcess that is written in python and elementary. It's goal is to provide a GUI for system command similar to what some other desktops offer. I've started a github for it here -> https://github.com/JeffHoogland/eccess Small Image Gallery here -> https://githu

Re: [e-users] Enlightenment Problem !

2013-01-11 Thread Gustavo Sverzut Barbieri
makes no sense to have it fixed in that commit, but... :-) On Fri, Jan 11, 2013 at 3:54 PM, Thiago Henrique wrote: > Gentoo do strip for default before installing, the strip option is disabled > and i have compiled the libraries again but the error has gone... > > In build 82651 the error has

Re: [e-users] Enlightenment Problem !

2013-01-11 Thread Thiago Henrique
Gentoo do strip for default before installing, the strip option is disabled and i have compiled the libraries again but the error has gone... In build 82651 the error has gone On 11 January 2013 15:21, Gustavo Sverzut Barbieri wrote: > On Fri, Jan 11, 2013 at 3:18 PM, Thiago Henrique > w

Re: [e-users] Enlightenment Problem !

2013-01-11 Thread Gustavo Sverzut Barbieri
On Fri, Jan 11, 2013 at 3:18 PM, Thiago Henrique wrote: > Ok, the entire enlightenment libraries and program are recompiled with your > suggested CFLAGS, there is -e-crashdump.txt > > thiago@crazytux /gadgets $ cat .e-crashdump.txt > > Thread 2 (Thread 0x7f4a07dd7700 (LWP 18038)): > #0 0x7f4a

Re: [e-users] Enlightenment Problem !

2013-01-11 Thread Thiago Henrique
Ok, the entire enlightenment libraries and program are recompiled with your suggested CFLAGS, there is -e-crashdump.txt thiago@crazytux /gadgets $ cat .e-crashdump.txt Thread 2 (Thread 0x7f4a07dd7700 (LWP 18038)): #0 0x7f4a0fa2a5ec in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.

Re: [e-users] E17 Trunk Version 82610 compilation error ecore_evas.c:3057 ecore_evas_buffer_new() safety check failed: m == NULL

2013-01-11 Thread Gustavo Sverzut Barbieri
Hi, with r82648 I move the requirement in the lib, that should fix your stuff (also avoid other problems). On Fri, Jan 11, 2013 at 6:54 AM, Vikram Goyal wrote: > Yes, it was -j2. I set it to single job -j1 & now it compiles at > revision 82616 > > Thanks a lot. > > On Fri, Jan 11, 2013 at 11:4

Re: [e-users] Enlightenment Problem !

2013-01-11 Thread Gustavo Sverzut Barbieri
On Fri, Jan 11, 2013 at 2:02 PM, Thiago Henrique wrote: > Hi, > > I have a problem with the release 82640 from SVN, there is e-crashdump.txt: > > thiago@crazytux ~ $ cat .e-crashdump.txt > please compile your libs with debug (CFLAGS="-O0 -ggdb3") otheriwse it's impossible to figure out. It woul

[e-users] Enlightenment Problem !

2013-01-11 Thread Thiago Henrique
Hi, I have a problem with the release 82640 from SVN, there is e-crashdump.txt: thiago@crazytux ~ $ cat .e-crashdump.txt Thread 2 (Thread 0x7fc90adaa700 (LWP 1346)): #0 0x7fc9129d45ec in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 No symbol table info available. #1 0x

Re: [e-users] enlightenment-users Digest, Vol 78, Issue 26

2013-01-11 Thread Simon
On 01/11/2013 02:30 AM, [email protected] wrote: > trying again as txt Ill patch this into obs tomorrow if no one beets me to it. Then it will work for the openSUSE Packages, I can replicate it here atm. Cheers, Simon > > > On Thu, Jan 10, 2013 at 11:32 AM, Ray C

[e-users] revision 82616 compile err easyui - Critical. Unable to load image "shelf_inset.png"

2013-01-11 Thread Vikram Goyal
- easyui . make:ERROR! --- Last loglines -- sed 's/^/\t/' < multiple-views.js > jsduck/guides/multiple-views/README.md mkdir -p jsduc

[e-users] compile time err revision 82616 everything-pidgin - unknown type name DBusMessage

2013-01-11 Thread Vikram Goyal
Fedora 17 64 bit. - everything-pidgin .. make:ERROR! --- Last loglines -- e_mod_main.c: In function '_action_send': e_mod_main.c:461:4: error: u

[e-users] empris compile error at revision 82616 - _dbus_cb_list_names' undeclared

2013-01-11 Thread Vikram Goyal
Hi, Setting up Enlightenment after a very very long time:) I am getting these errors while compiling. e_mod_main.c:473:28: error: '_dbus_cb_list_names' undeclared (first use in this function) e_mod_main.c: At top level: e_mod_main.c:597:17: error: unknown type name 'DBusMessage' e_mod_main.c:597:

Re: [e-users] E17 Trunk Version 82610 compilation error ecore_evas.c:3057 ecore_evas_buffer_new() safety check failed: m == NULL

2013-01-11 Thread Vikram Goyal
Yes, it was -j2. I set it to single job -j1 & now it compiles at revision 82616 Thanks a lot. On Fri, Jan 11, 2013 at 11:41 AM, Gustavo Sverzut Barbieri < [email protected]> wrote: > On Friday, January 11, 2013, Vikram Goyal wrote: > > > On Fri, Jan 11, 2013 at 11:17 AM, Gustavo Sverzut Ba