On Sat, 24 Apr 2004 12:58:31 +0200 Antonio Palladini <[EMAIL PROTECTED]> babbled:

> Hello list,

same reason as ecore_config. c++ de-mangling avoidance was not in the header.
its there now in cvs. :)

> i have created the following test app for ecore :
> 
> ------------- snipp -----------------------
> #include <Ecore.h>
> 
> int main(int argc,const char** argv)
> {
>       Ecore_DList *list;
>       
>       ecore_init();
>       ecore_app_args_set(argc,argv);
>       
>       list = ecore_dlist_new();
>       ecore_dlist_init(list);
>       
>       ecore_shutdown();
>       
>       return 0;
> }
> 
> ------------------------ snap ----------------
> and compiled with :
> 
> g++ -L/usr/local/lib -lecore -I/usr/local/include ecore-test.cpp -o  
> ecore_test
> 
> i got the following errors :
> 
> /tmp/ccbxr0mw.o(.text+0x28): In function 'main' :
> :undefined reference to 'ecore_dlist_new()'
> 
> the same for ecore_dlist_init() and ld returns exit status 1.
> 
> The libs are installed in /usr/locale/lib and both functions are
> listet in ecore.a.
> A rebuild of ecore or the full EFL do not help.
> 
> I have added the ls output from my lib directory.
> 
> maybe a missing ecore.pc in pkgconfig ?
> Or my fault, any help is needed.
> 
> 
> -- 
> Regards
> 
> Antonio
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
熊耳 - 車君 (数田)                  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to