On Sun, 11 Apr 2010, Rafdi Saifan wrote:

> Greetings sir, i wanna ask something about Ecore, i've got some errors when
>> i compiled Ecore in OpenSolaris, configure ran well, but when i did "make",
>> i've got these:

do not use the snapshot, but the svn repository.

See http://trac.enlightenment.org/e/wiki/EnlightenmentOpenSolaris for more 
informations

Vincent

>>
>> ====
>>
>> cc: acomp failed for ecore_list.c
>> *** Error code 1
>> make: Fatal error: Command failed for target `ecore_list.lo'
>> Current working directory
>> /export/home/yugioh/Desktop/E17/ecore-0.9.9.063/src/lib/ecore
>> *** Error code 1
>> The following command caused the error:
>> failcom='exit 1'; \
>> for f in x $MAKEFLAGS; do \
>>   case $f in \
>>     *=* | --[!k]*);; \
>>     *k*) failcom='fail=yes';; \
>>   esac; \
>> done; \
>> dot_seen=no; \
>> target=`echo all-recursive | sed s/-recursive//`; \
>> list='ecore  ecore_input  ecore_job  ecore_txt  ecore_fb  ecore_directfb
>> ecore_con  ecore_x  ecore_win32  ecore_wince  ecore_sdl  ecore_quartz
>> ecore_ipc  ecore_evas  ecore_config  ecore_file  ecore_imf  ecore_imf_evas';
>> for subdir in $list; do \
>>   echo "Making $target in $subdir"; \
>>   if test "$subdir" = "."; then \
>>     dot_seen=yes; \
>>     local_target="$target-am"; \
>>   else \
>>     local_target="$target"; \
>>   fi; \
>>   (cd $subdir && make  $local_target) \
>>   || eval $failcom; \
>> done; \
>> if test "$dot_seen" = "no"; then \
>>   make  "$target-am" || exit 1; \
>> fi; test -z "$fail"
>> make: Fatal error: Command failed for target `all-recursive'
>> Current working directory
>> /export/home/yugioh/Desktop/E17/ecore-0.9.9.063/src/lib
>> *** Error code 1
>> The following command caused the error:
>> failcom='exit 1'; \
>> for f in x $MAKEFLAGS; do \
>>   case $f in \
>>     *=* | --[!k]*);; \
>>     *k*) failcom='fail=yes';; \
>>   esac; \
>> done; \
>> dot_seen=no; \
>> target=`echo all-recursive | sed s/-recursive//`; \
>> list='lib bin'; for subdir in $list; do \
>>   echo "Making $target in $subdir"; \
>>   if test "$subdir" = "."; then \
>>     dot_seen=yes; \
>>     local_target="$target-am"; \
>>   else \
>>     local_target="$target"; \
>>   fi; \
>>   (cd $subdir && make  $local_target) \
>>   || eval $failcom; \
>> done; \
>> if test "$dot_seen" = "no"; then \
>>   make  "$target-am" || exit 1; \
>> fi; test -z "$fail"
>> make: Fatal error: Command failed for target `all-recursive'
>> Current working directory
>> /export/home/yugioh/Desktop/E17/ecore-0.9.9.063/src
>> *** Error code 1
>> The following command caused the error:
>> failcom='exit 1'; \
>> for f in x $MAKEFLAGS; do \
>>   case $f in \
>>     *=* | --[!k]*);; \
>>     *k*) failcom='fail=yes';; \
>>   esac; \
>> done; \
>> dot_seen=no; \
>> target=`echo all-recursive | sed s/-recursive//`; \
>> list='doc src po'; for subdir in $list; do \
>>   echo "Making $target in $subdir"; \
>>   if test "$subdir" = "."; then \
>>     dot_seen=yes; \
>>     local_target="$target-am"; \
>>   else \
>>     local_target="$target"; \
>>   fi; \
>>   (cd $subdir && make  $local_target) \
>>   || eval $failcom; \
>> done; \
>> if test "$dot_seen" = "no"; then \
>>   make  "$target-am" || exit 1; \
>> fi; test -z "$fail"
>> make: Fatal error: Command failed for target `all-recursive'
>> Current working directory /export/home/yugioh/Desktop/E17/ecore-0.9.9.063
>> *** Error code 1
>> make: Fatal error: Command failed for target `all'
>>
>> ====
>>
>> Please note that i used suncc (Sun Studio) as a compiler, but when i did
>> with gcc (in OpenSolaris), it gave me the same result
>>
>> Also, i don't have an internet connection in my home, so if i wanna go
>> online, i'll have to go to internet cafe
>>
>> I downloaded it from download.enlightenment.org/snapshots and i compiled
>> Ecore manually, files before Ecore such as eina, evas etc configured well,
>> made well, and made install well
>>
>> The second problem is, when i ran configure (for Ecore), it made
>> ecore-evas.pc etc inside its directory (ecore-0.9.9.063), but didn't make
>> any of it in my path ($MYPATH/lib/pkgconfig) along with eina-0.pc, evas.pc
>> etc, i'm pretty sure i've enabled "--enable-ecore-evas-bla-bla"
>>
>> What should i do?
>>
>> Any help will be appreciated, thanks!
>>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to