Re: [e-users] ECore compilation problems...

2006-01-09 Thread Oliver Pahl

Sorry, Typo. Timestamp was  january 08th
Oliver Pahl wrote:
> Hi,
>
> I am using GCC 4.1 as of 21.11.2005. The timestamp was january 05th.
> Thanks for helping me out
>
> Greets
>
> Oli
>
> Michael Alt wrote:
>   
>> Hi Oli,
>>
>> had the same error until The Rasterman fixed the ecore-cvs on friday.
>>
>> http://cia.navi.cx/stats/project/e/.message/25c221
>>
>> Which compiler-version are you using and what is the timestamp from the
>> ecore files?
>>
>> Micha
>>
>>
>>
>> ---
>> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
>> files
>> for problems?  Stop!  Download the new AJAX search engine that makes
>> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>> ___
>> enlightenment-users mailing list
>> enlightenment-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>>
>> 
>
>
> ---
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>   


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ECore compilation problems...

2006-01-09 Thread Oliver Pahl
Hi,

I am using GCC 4.1 as of 21.11.2005. The timestamp was january 05th.
Thanks for helping me out

Greets

Oli

Michael Alt wrote:
> Hi Oli,
>
> had the same error until The Rasterman fixed the ecore-cvs on friday.
>
> http://cia.navi.cx/stats/project/e/.message/25c221
>
> Which compiler-version are you using and what is the timestamp from the
> ecore files?
>
> Micha
>
>
>
> ---
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ECore compilation problems...

2006-01-09 Thread Nicolas Carpentier
same error here with today cvs and :

Arch Linux 0.7.1 (Noodle)

$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0-20051222/configure --host=i686-pc-linux-gnu 
--build=i686-pc-linux-gnu --prefix=/usr --enable-shared 
--enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit
Thread model: posix
gcc version 4.0.3 20051222 (prerelease)

--
N


On Sun, 08 Jan 2006 18:15:23 +0100
Oliver Pahl <[EMAIL PROTECTED]> wrote:

> when i try to compile ecore, i get the following errors:
> 
> 
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _server_disown'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _server_add'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ECORE_CON
> _EVENT_SERVER_DEL'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _server_send'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _init'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _shutdown'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _client_send'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _client_data_get'src/lib/ecore_con/.libs/libecore_con.so
> ../../src/lib/ecore_ipc/.libs/libecore_i
> pc.so
> -L/var/tmp/portage/ecore-/work/e17/libs/ecore/src/lib/ecore_con/.libs
> /var/tmp/portage/ecore-/work/e17/libs/ecore/src/lib/ecore_con/.libs/libecore
> _con.so
> /var/tmp/portage/ecore-/work/e17/libs/ecore/src/lib/ecore/.libs/libe
> core.so -lssl -lcrypto -ldl -lm -Wl,--rpath -Wl,/usr/lib/opengl/ati/lib
> ecore_test-ecore_test.o: In function `main':
> ecore_test.c:(.text+0x12af): undefined reference to `ecore_ipc_init'
> ecore_test.c:(.text+0x12d0): undefined reference to `ecore_ipc_server_add'
> ecore_test.c:(.text+0x12e6): undefined reference to
> `ECORE_IPC_EVENT_CLIENT_ADD'
> ecore_test.c:(.text+0x1302): undefined reference to
> `ECORE_IPC_EVENT_CLIENT_DEL'
> ecore_test.c:(.text+0x1319): undefined reference to
> `ECORE_IPC_EVENT_CLIENT_DATA
> '
> ecore_test.c:(.text+0x1352): undefined reference to
> `ecore_ipc_server_connect'
> ecore_test.c:(.text+0x1368): undefined reference to
> `ECORE_IPC_EVENT_SERVER_ADD'
> ecore_test.c:(.text+0x1384): undefined reference to
> `ECORE_IPC_EVENT_SERVER_DEL'
> ecore_test.c:(.text+0x13a0): undefined reference to
> `ECORE_IPC_EVENT_SERVER_DATA
> '
> ecore_test.c:(.text+0x1417): undefined reference to
> `ecore_ipc_server_send'
> ecore_test.c:(.text+0x145b): undefined reference to `ecore_ipc_shutdown'
> ecore_test.c:(.text+0x1461): undefined reference to `ecore_con_shutdown'
> ecore_test-ecore_test.o: In function `handler_server_data':
> ecore_test.c:(.text+0x1523): undefined reference to
> `ecore_con_server_send'
> ecore_test.c:(.text+0x1549): undefined reference to `ecore_con_server_del'
> ecore_test-ecore_test.o: In function `handler_server_del':
> ecore_test.c:(.text+0x1579): undefined reference to `ecore_con_server_del'
> ecore_test-ecore_test.o: In function `handler_client_data':
> ecore_test.c:(.text+0x15c3): undefined reference to
> `ecore_con_client_send'
> ecore_test-ecore_test.o: In function `handler_ipc_server_data':
> ecore_test.c:(.text+0x164c): undefined reference to
> `ecore_ipc_server_send'
> ecore_test.c:(.text+0x1672): undefined reference to `ecore_ipc_server_del'
> ecore_test-ecore_test.o: In function `handler_ipc_server_del':
> ecore_test.c:(.text+0x1699): undefined reference to `ecore_ipc_server_del'
> ecore_test-ecore_test.o: In function `handler_ipc_client_data':
> ecore_test.c:(.text+0x171c): undefined reference to
> `ecore_ipc_client_send'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _server_disown'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _server_add'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ECORE_CON
> _EVENT_SERVER_DEL'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _init'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _client_data_get'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _server_data_get'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _client_server_get'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _client_del'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ecore_con
> _server_client_limit_set'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ECORE_CON
> _EVENT_SERVER_DATA'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined reference to
> `ECORE_CON
> _EVENT_CLIENT_DEL'
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so: undefined referen

Re: [e-users] Building E from CVS

2006-01-09 Thread DRAKE_Dalfa-TheEnlightenedOne
> > 
> > 1. e17/libs/eet
> > 2. e17/libs/evas
> > 3. e17/libs/ecore
> > 4. e17/libs/embryo
> > 5. e17/libs/edje
> > 
> > 1. e17/apps/e
> > 
> > but e ask for edb so i compile it.
> 
> e does not ask for edb at all. its an OPTIONAL dependency for evas that it CAN
> use if found. it is not needed in any way. the above order is fine.

well i say that because of this (but maybe is for the order what i follow):

[...]

libtool: link: cannot find the library `/usr/lib/libedb.la'
make[2]: *** [enlightenment] Error 1
make[2]: Leaving directory 
`/home/dalfa/programas/Enlightenment/e17/apps/e/src/bin'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/dalfa/programas/Enlightenment/e17/apps/e/src'
make: *** [install-recursive] Error 1


-- 
http://usuarios.lycos.es/dalfa
http://drakedalfa.blogspot.com

Si nos tomamos el tiempo de leer largas man-pages y detallados howtos, ¿porque 
no tomarnos el tiempo de leer la Biblia y ser verdaderamente libres? no solo en 
nuestra pcs sino tambien de toda condenacion.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users