Re: [e-users] problem with compling elementary

2011-06-24 Thread Daniel Juyung Seo
Good news! Congratulations! Daniel Juyung Seo (SeoZ) 2011/6/24 zongsen : > Today I compiled again and succeded. > Seems I haven't clean old items totally. > This time I entered: > /usr/local/include > /usr/local/bin > /usr/local/lib > /usr/local/lib/pkg-config > deleted all things related with e1

Re: [e-users] problem with compling elementary

2011-06-23 Thread The Rasterman
On Thu, 23 Jun 2011 23:42:39 -0400 zongsen said: mei wen ti :) > Today I compiled again and succeded. > Seems I haven't clean old items totally. > This time I entered: > /usr/local/include > /usr/local/bin > /usr/local/lib > /usr/local/lib/pkg-config > deleted all things related with e17 and upd

Re: [e-users] problem with compling elementary

2011-06-23 Thread zongsen
Today I compiled again and succeded. Seems I haven't clean old items totally. This time I entered: /usr/local/include /usr/local/bin /usr/local/lib /usr/local/lib/pkg-config deleted all things related with e17 and updated all source to revision 60644,then finished the compiling job. Thanks a lot to

Re: [e-users] problem with compling elementary

2011-06-23 Thread The Rasterman
On Thu, 23 Jun 2011 06:40:29 -0400 zongsen said: http://trac.enlightenment.org/e/browser/trunk/evas/src/lib/canvas/evas_object_table.c http://trac.enlightenment.org/e/browser/trunk/evas/src/lib/Evas.h those functions are in evas. they ARE in svn. they ARe compiled. there is no #ifdef conditional

Re: [e-users] problem with compling elementary

2011-06-23 Thread Daniel Juyung Seo
Something weird is going on :( Can you check if evas_object_table_pack_get() is in _ /usr/local/include/evas-1/Evas.h ? If the API is there, your machine is referencing different evas libraries. If the API is not there, you failed to install evas correctly. Daniel Juyung Seo (SeoZ) 2011/6/23 zong

Re: [e-users] problem with compling elementary

2011-06-23 Thread zongsen
Yes,evas was successfully compiled and installed.I only found /usr/local/lib/libevas.so in my filesystem. Today,I came across another problem with eio,it was relied by elementary,so I ceased the compiling: eio_monitor.c: In function ‘_eio_monitor_error_cleanup_cb’: eio_monitor.c:62:35: error: macr

Re: [e-users] problem with compling elementary

2011-06-22 Thread The Rasterman
On Wed, 22 Jun 2011 05:01:39 -0400 zongsen said: somehwere u have a libevas.so that is being used instead of the updated one. 1. did the compile and install of evas fail? 2. LOOk for libevas.so files: find / -name libevas.so -print > Sorry to bother you all,I know little about programmi

Re: [e-users] problem with compling elementary

2011-06-22 Thread zongsen
Yes,I have checked,nothing found related with E17. And,I also did this as root user: #find / -name OLD_ITEMS_TO_BE_CLEAN| xargs rm -rf 在 2011年6月22日 上午6:13,Daniel Juyung Seo 写道: > Can you check below directories as well? > > /usr/bin > /usr/share > /usr/include > ... > > Daniel Juyung Seo (SeoZ)

Re: [e-users] problem with compling elementary

2011-06-22 Thread Daniel Juyung Seo
Can you check below directories as well? /usr/bin /usr/share /usr/include ... Daniel Juyung Seo (SeoZ) 2011/6/22 zongsen : > Sorry to bother you all,I know little about programming and libraries. > I found all old binaries or libraries related with E17(e17 e_dbus efreet > embryo edje eina ecor

Re: [e-users] problem with compling elementary

2011-06-22 Thread zongsen
Sorry to bother you all,I know little about programming and libraries. I found all old binaries or libraries related with E17(e17 e_dbus efreet embryo edje eina ecore eet ethumb elementary )and deleted them in these paths: /usr/local/bin /usr/local/share /usr/local/include I am quite sure ther

Re: [e-users] problem with compling elementary

2011-06-21 Thread The Rasterman
On Tue, 21 Jun 2011 05:29:42 -0400 zongsen said: it's pretty simple. the installed elementary you have is not up to date (compared to svn and the elementary you got from svn). why this is the case is some problem on your end - you didn't svn update a whole svn tree in 1 go or an svn update failed

Re: [e-users] problem with compling elementary

2011-06-21 Thread zongsen
I entered into all the source directory and executed "make uninstall",then tried again. It didn't work yet. I was stopped by the failure of elementary. BTW,I updated all source from svn everytime before compiling. 在 2011年6月21日 上午4:24,Ag. Systems Administrator - Danny 写道: > Also, > > function eva

Re: [e-users] problem with compling elementary

2011-06-21 Thread Ag. Systems Administrator - Danny
Also, function evas_object_table_pack_get was added to evas on 17.06.11 - might be your evas was not recently updated? Check if your Evas.h have anything about it inside. Thanks, Daniel 2011/6/21 Ag. Systems Administrator - Danny > Hi, > > Try to go to source dir of elementary and do "make dis

Re: [e-users] problem with compling elementary

2011-06-21 Thread Ag. Systems Administrator - Danny
Hi, Try to go to source dir of elementary and do "make distclean", then retry build. Do it helps? Thanks, Daniel 2011/6/21 zongsen > I compiled and installed all e17 packages like this: > > ./autogen.sh > make > make install > ldconfig > I've never installed evas from debian resposity. > > 201

Re: [e-users] problem with compling elementary

2011-06-20 Thread zongsen
I compiled and installed all e17 packages like this: ./autogen.sh make make install ldconfig I've never installed evas from debian resposity. 2011/6/20 Carsten Haitzler > On Mon, 20 Jun 2011 16:00:07 +0900 Daniel Juyung Seo > > said: > > indeed .. though ldconfig is runtime not link/compile ti

Re: [e-users] problem with compling elementary

2011-06-20 Thread The Rasterman
On Mon, 20 Jun 2011 16:00:07 +0900 Daniel Juyung Seo said: indeed .. though ldconfig is runtime not link/compile time :) > Don't forget to do ldconfig :) > > $ sudo ldconfig > > Daniel Juyung Seo (SeoZ) > > On Mon, Jun 20, 2011 at 2:25 PM, Carsten Haitzler > wrote: > > On Sun, 19 Jun 2011 23

Re: [e-users] problem with compling elementary

2011-06-20 Thread Daniel Juyung Seo
Maybe you have multiple instances of evas. Daniel Juyung Seo (SeoZ) 2011/6/20 zongsen : > I updated the source of all these packages from svn and compiled them again > one by one: > e_dbus eet eina embryo ecore edje efreet evas e17 elementary > Here again, elementary come up with the same error

Re: [e-users] problem with compling elementary

2011-06-20 Thread zongsen
I updated the source of all these packages from svn and compiled them again one by one: e_dbus eet eina embryo ecore edje efreet evas e17 elementary Here again, elementary come up with the same error messages: ../../src/lib/.libs/libelementary.so: undefined reference to `evas_object_table_pack_get'

Re: [e-users] problem with compling elementary

2011-06-20 Thread Daniel Juyung Seo
Don't forget to do ldconfig :) $ sudo ldconfig Daniel Juyung Seo (SeoZ) On Mon, Jun 20, 2011 at 2:25 PM, Carsten Haitzler wrote: > On Sun, 19 Jun 2011 23:51:58 -0400 zongsen said: > > your evas is too old for building elementary. > >> Hi,everyone!I  tried to compile elementary-svn and approach

Re: [e-users] problem with compling elementary

2011-06-19 Thread The Rasterman
On Sun, 19 Jun 2011 23:51:58 -0400 zongsen said: your evas is too old for building elementary. > Hi,everyone!I tried to compile elementary-svn and approach error as > followings: > > ../../src/lib/.libs/libelementary.so: undefined reference to > `evas_object_table_pack_get' > collect2: ld retu

[e-users] problem with compling elementary

2011-06-19 Thread zongsen
Hi,everyone!I tried to compile elementary-svn and approach error as followings: ../../src/lib/.libs/libelementary.so: undefined reference to `evas_object_table_pack_get' collect2: ld returned 1 exit status make[3]: *** [elementary_test] Error 1 I googled for "evas_object_table_pack_get" but got