Re: [E-devel] engage doesn't compile in current CVS

2007-10-27 Thread Didier Casse
Thanks Sebastian. :) A lot of people pointed to me this alternative also:

itask-ng:
http://code.google.com/p/itask-module/

-- 
With kind regards,
Didier.

DR17/E17 Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe

On 10/27/07, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote:
>
> Didier Casse wrote:
> >
> > No package 'ecore-desktop' found
>
> Read the error message. You need to enable ecore-desktop in ecore, it is
> disabled by default.
>
> Sebastian
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] engage doesn't compile in current CVS

2007-10-27 Thread Didier Casse
Hi All,
 Although the latest ecore is in the system, engage doesn't compile


+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf engage-0.0.9
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/engage-0.0.9-20071027.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd engage-0.0.9
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd engage-0.0.9
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./compile'
src/Makefile.am: installing `./depcomp'
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ ./configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info
configure: error: Package requirements (
  imlib2
  edje
  ecore
  ecore-config
  ecore-evas
  ecore-desktop
  evas
  etk
  embryo
  esmart_trans_x11
) were not met:

No package 'ecore-desktop' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ENGAGE_CFLAGS
and ENGAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

error: Bad exit status from /var/tmp/rpm-tmp.65923 (%build)
Bad exit status from /var/tmp/rpm-tmp.65923 (%build)
aborting... engage.spec did not compile!


-- 
With kind regards,
Didier.

DR17/E17 Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ewl doesn't compile in current CVS

2007-09-25 Thread Didier Casse
Hi Vincent,
  I thought ecore had been updated but I found out that the
rpm engine didn't allow my script to install ecore because of the following:
---
error: Failed dependencies:
libecore_desktop.so.1 is needed by (installed)
engage-0.0.9-1.20070826cvs.i386
libecore_desktop.so.1 is needed by (installed)
evfs-0.0.1-1.20070826cvs.i386
libecore_desktop.so.1 is needed by (installed)
entropy-0.0.1-1.20070826cvs.i386


I must remove those 3 packages first. Thank you for the reply.

-- 
With kind regards,
Didier.

DR17/E17 Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe <http://sps.nus.edu.sg/%7Edidierbe>

On 9/25/07, Vincent Torri <[EMAIL PROTECTED]> wrote:
>
>
> Have you updated ecore ? Peter modified ecore_plugin.
>
> regards
>
> Vincent
>
> On Mon, 24 Sep 2007, Didier Casse wrote:
>
> > + umask 022
> > + cd /home/didier/rpmbuild/BUILD
> > + LANG=C
> > + export LANG
> > + unset DISPLAY
> > + cd /home/didier/rpmbuild/BUILD
> > + rm -rf ewl-0.5.1.011
> > + /bin/gzip -dc /home/didier/rpmbuild/SOURCES/ewl-
> 0.5.1.011-20070925.tar.gz
> > + tar -xf -
> > + STATUS=0
> > + '[' 0 -ne 0 ']'
> > + cd ewl-0.5.1.011
> > ++ /usr/bin/id -u
> > + '[' 500 = 0 ']'
> > ++ /usr/bin/id -u
> > + '[' 500 = 0 ']'
> > + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
> > + exit 0
> > + umask 022
> > + cd /home/didier/rpmbuild/BUILD
> > + cd ewl-0.5.1.011
> > + LANG=C
> > + export LANG
> > + unset DISPLAY
> > + rm -rf missing
> > + touch README
> > + aclocal -I m4
> > + autoheader
> > + autoconf
> > + libtoolize --copy --automake
> > + automake --add-missing --copy --gnu
> > configure.in : installing `./install-sh'
> > configure.in: installing `./missing'
> > src/bin/Makefile.am: installing `./depcomp'
> > + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> > -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
> -mtune=generic
> > -fasynchronous-unwind-tables'
> > + export CFLAGS
> > + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> > -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
> -mtune=generic
> > -fasynchronous-unwind-tables'
> > + export CXXFLAGS
> > + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> > -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
> -mtune=generic
> > -fasynchronous-unwind-tables'
> > + export FFLAGS
> > ++ find . -name config.guess -o -name config.sub
> > + for i in '$(find . -name config.guess -o -name config.sub)'
> > ++ basename ./config.guess
> > + '[' -f /usr/lib/rpm/redhat/config.guess ']'
> > + /bin/rm -f ./config.guess
> > ++ basename ./config.guess
> > + /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
> > + for i in '$(find . -name config.guess -o -name config.sub)'
> > ++ basename ./config.sub
> > + '[' -f /usr/lib/rpm/redhat/config.sub ']'
> > + /bin/rm -f ./config.sub
> > ++ basename ./config.sub
> > + /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
> > + ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu
> > --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr
> > --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
> --sysconfdir=/etc
> > --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
> > --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com
>
> > --mandir=/usr/share/man --infodir=/usr/share/info
> > + /usr/bin/make -j3
> > ewl_config.c: In function 'ewl_config_save':
> > ewl_config.c:496: warning: ignoring return value of 'write', declared
> with
> > attribute warn_unused_result
> > ewl_config.c: In function 'ewl_config_file_load':
> > ewl_config.c:773: warning: ignoring return value of 'read', declared
> with
> > attribute warn_unused_result
> > ewl_engines.c: In function 'ewl_engine_new':
> > ewl_engines.c:146: error: too many arguments to function
> 'ecore_plugin_load'
> > ewl_engines.c:153: warning: implicit declaration of function
> > 'ecore_plugin_symbol_get

[E-devel] ewl doesn't compile in current CVS

2007-09-24 Thread Didier Casse
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf ewl-0.5.1.011
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/ewl-0.5.1.011-20070925.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ewl-0.5.1.011
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd ewl-0.5.1.011
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/bin/Makefile.am: installing `./depcomp'
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info
+ /usr/bin/make -j3
ewl_config.c: In function 'ewl_config_save':
ewl_config.c:496: warning: ignoring return value of 'write', declared with
attribute warn_unused_result
ewl_config.c: In function 'ewl_config_file_load':
ewl_config.c:773: warning: ignoring return value of 'read', declared with
attribute warn_unused_result
ewl_engines.c: In function 'ewl_engine_new':
ewl_engines.c:146: error: too many arguments to function 'ecore_plugin_load'
ewl_engines.c:153: warning: implicit declaration of function
'ecore_plugin_symbol_get'
ewl_engines.c:153: warning: assignment makes pointer from integer without a
cast
ewl_engines.c:189: warning: assignment makes pointer from integer without a
cast
make[3]: *** [ewl_engines.lo] Error 1
make[3]: *** Waiting for unfinished jobs
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.4987 (%build)
Bad exit status from /var/tmp/rpm-tmp.4987 (%build)
aborting... ewl.spec did not compile!

Please help when you have the time. ;)

-- 
With kind regards,
Didier.

DR17/E17 Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] epsilon in current CVS failed to build

2007-08-05 Thread Didier Casse
Epsilon failed to build. Log attached.

-- 
With kind regards,
Didier.

DR17/E17 Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf epsilon-0.3.0.010
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/epsilon-0.3.0.010-20070805.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd epsilon-0.3.0.010
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd epsilon-0.3.0.010
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/bin/Makefile.am: installing `./depcomp'
src/plugins/Makefile.am: installing `./compile'
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr 
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc 
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib 
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com 
--mandir=/usr/share/man --infodir=/usr/share/info
+ /usr/bin/make -j3
canon.c: In function 'canon_prop01':
canon.c:642: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c:656: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c:656: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c: In function 'canon_subval':
canon.c:744: warning: pointer targets in initialization differ in signedness
canon.c:748: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c:754: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c: In function 'canon_custom':
canon.c:808: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c:809: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c:815: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c: In function 'canon_prop':
canon.c:912: warning: pointer targets in assignment differ in signedness
canon.c:913: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c:914: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c:915: warning: pointer targets in passing argument 1 of 'exif2byte' 
differ in signedness
canon.c:977: warning: pointer targets in passing argument 2 of 'canon_custom' 
differ in signedness
canon.c:982: warning: pointer targets in passing argument 2 of 'canon_custom' 
differ in signedness
canon.c: At top level:
canon.c:424: warning: 'ccstm_lensaf' defined but not used
exif.c: In function 'parsetag':
exif.c:503: warning: pointer targets in passing argument 2 of 
'__builtin___strncpy_chk' differ in signedness
exif.c:503: warning: pointer targets in passing argument 2 of '__strncpy_ichk' 
differ in signedness
exif.c:543: warning: pointer targets in assignment differ in signedness
exif.c:584: warning: pointer targets in passing argument 2 of 
'__builtin___strncpy_chk' differ in signedness
exif.c:584: warning: pointer targets in passing argument 2 of '__strncpy_ichk' 
differ in signedness
fuji.c: In function 'fuji_ifd':
fuji.c:265: warning: pointer targets in passing argument 1 of 'strlen' differ 
in signedness
fuji.c:265: warning: pointer targets in passing argument 1 of 'strlen' differ 
in signedness
fuji.c:265: warning: pointer targets in passing argument 1 of 
'__builtin_strcmp' differ in signedness
fuj

Re: [E-devel] entropy 20070715 fails to build

2007-07-16 Thread Didier Casse

Please read below:

On 7/16/07, Vincent Torri <[EMAIL PROTECTED]> wrote:



add evfs.pc.in and apply that evfs patch. Same for entropy, I can't test.
So tell me if it compiles and runs fine (I guess entropy is a good test
for evfs :) )




Unfortunately. it still complains about ecore. Log attached.


I think that the .spec file of evfs should be updated, but I don't touch

that beast :)




I don't  use the SPEC file in CVS anyway, so don't bother. I autogenerate my
own.



--
With kind regards,
Didier.

DR17/E17 Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1518
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf entropy-0.0.1
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/entropy-0.0.1-20070716.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd entropy-0.0.1
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1518
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd entropy-0.0.1
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in:14: installing `./missing'
configure.in:14: installing `./install-sh'
src/Makefile.am: installing `./depcomp'
src/plugins/Makefile.am:93: variable `layout_ewl_simple_la_SOURCES' is defined 
but no program or
src/plugins/Makefile.am:93: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:54: variable `ewl_local_icon_la_SOURCES' is defined but 
no program or
src/plugins/Makefile.am:54: library has `ewl_local_icon_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:64: variable `ewl_list_la_SOURCES' is defined but no 
program or
src/plugins/Makefile.am:64: library has `ewl_list_la' as canonic name (possible 
typo)
src/plugins/Makefile.am:80: variable `structure_viewer_la_SOURCES' is defined 
but no program or
src/plugins/Makefile.am:80: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:84: variable `structure_viewer_la_LIBADD' is defined 
but no program or
src/plugins/Makefile.am:84: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:99: variable `layout_ewl_simple_la_LIBADD' is defined 
but no program or
src/plugins/Makefile.am:99: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:72: variable `ewl_list_la_LIBADD' is defined but no 
program or
src/plugins/Makefile.am:72: library has `ewl_list_la' as canonic name (possible 
typo)
src/plugins/Makefile.am:62: variable `ewl_local_icon_la_LIBADD' is defined but 
no program or
src/plugins/Makefile.am:62: library has `ewl_local_icon_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:61: variable `ewl_local_icon_la_LDFLAGS' is defined but 
no program or
src/plugins/Makefile.am:61: library has `ewl_local_icon_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:98: variable `layout_ewl_simple_la_LDFLAGS' is defined 
but no program or
src/plugins/Makefile.am:98: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:83: variable `structure_viewer_la_LDFLAGS' is defined 
but no program or
src/plugins/Makefile.am:83: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:71: variable `ewl_list_la_LDFLAGS' is defined but no 
program or
src/plugins/Makefile.am:71: library has `ewl_list_la' as canonic name (possible 
typo)
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
`/usr/lib/rpm/redhat/config.sub' -> `./config.sub'
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
`/usr/lib/rpm/redhat/config.guess' -> `./config.guess'
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--target=i386-redhat-lin

Re: [E-devel] entropy 20070715 fails to build

2007-07-15 Thread Didier Casse
It looks for evfs now. But evfs and evfs-devel are installed in my box.

evfs-0.0.1-1.20070715cvs
evfs-devel-0.0.1-1.20070715cvs

-
configure: error: Package requirements (evfs >= 0.0.1) were not met:

No package 'evfs' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EVFS_CFLAGS
and EVFS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

error: Bad exit status from /var/tmp/rpm-tmp.70125 (%build)
Bad exit status from /var/tmp/rpm-tmp.70125 (%build)
aborting... entropy.spec did not compile!

-

Thanks for the reply Vincent.


-- 
With kind regards,
Didier.

Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe



On 7/15/07, Vincent Torri <[EMAIL PROTECTED]> wrote:
>
>
> Hey,
>
> try the attached patch. If entropy compiles and works, I'll commit it (I
> can't test entropy right now)
>
> Vincent
>
>
> On Sun, 15 Jul 2007, Didier Casse wrote:
>
> > Hi all,
> >
> > Enlightenment is fine now. But entropy seems to be looking for ecore.
> Log
> > attached.
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] entropy 20070715 fails to build

2007-07-15 Thread Didier Casse

Hi all,

Enlightenment is fine now. But entropy seems to be looking for ecore. Log
attached.

--
With kind regards,
Didier.

Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf entropy-0.0.1
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/entropy-0.0.1-20070715.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd entropy-0.0.1
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd entropy-0.0.1
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./compile'
src/Makefile.am: installing `./depcomp'
src/plugins/Makefile.am:64: variable `ewl_list_la_SOURCES' is defined but no 
program or
src/plugins/Makefile.am:64: library has `ewl_list_la' as canonic name (possible 
typo)
src/plugins/Makefile.am:71: variable `ewl_list_la_LDFLAGS' is defined but no 
program or
src/plugins/Makefile.am:71: library has `ewl_list_la' as canonic name (possible 
typo)
src/plugins/Makefile.am:61: variable `ewl_local_icon_la_LDFLAGS' is defined but 
no program or
src/plugins/Makefile.am:61: library has `ewl_local_icon_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:93: variable `layout_ewl_simple_la_SOURCES' is defined 
but no program or
src/plugins/Makefile.am:93: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:98: variable `layout_ewl_simple_la_LDFLAGS' is defined 
but no program or
src/plugins/Makefile.am:98: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:62: variable `ewl_local_icon_la_LIBADD' is defined but 
no program or
src/plugins/Makefile.am:62: library has `ewl_local_icon_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:84: variable `structure_viewer_la_LIBADD' is defined 
but no program or
src/plugins/Makefile.am:84: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:72: variable `ewl_list_la_LIBADD' is defined but no 
program or
src/plugins/Makefile.am:72: library has `ewl_list_la' as canonic name (possible 
typo)
src/plugins/Makefile.am:80: variable `structure_viewer_la_SOURCES' is defined 
but no program or
src/plugins/Makefile.am:80: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:83: variable `structure_viewer_la_LDFLAGS' is defined 
but no program or
src/plugins/Makefile.am:83: library has `structure_viewer_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:99: variable `layout_ewl_simple_la_LIBADD' is defined 
but no program or
src/plugins/Makefile.am:99: library has `layout_ewl_simple_la' as canonic name 
(possible typo)
src/plugins/Makefile.am:54: variable `ewl_local_icon_la_SOURCES' is defined but 
no program or
src/plugins/Makefile.am:54: library has `ewl_local_icon_la' as canonic name 
(possible typo)
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr 
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc 
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib 
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com 
--mandir=/usr/share/man --infodir=/usr/share/info
configure: error: No ECORE, can't build.
error: Bad exit status from /var/tmp/rpm-tmp.50995 (%build)
Bad exit status from /var/tmp/rpm-tmp.50995 (%build)
aborting... entropy.spec did not compile!-

Re: [E-devel] problem building enlightenment in current CVS 20070714

2007-07-14 Thread Didier Casse

Thanks for the reply Chady.

Unfortunately it still gives me errors. Log attached

--
With kind regards,
Didier.

Yum repository for Fedora Core
http://sps.nus.edu.sg/~didierbe

On 7/14/07, Chady Kassouf <[EMAIL PROTECTED]> wrote:



On 7/14/07, Didier Casse <[EMAIL PROTECTED]> wrote:
>
> Complete log attached.
>
> *snip*
> Making all in po
> make[2]: Entering directory
> `/home/didier/rpmbuild/BUILD/enlightenment-0.16.999.040/po'
> /usr/bin/make enlightenment.pot-update
> make[3]: Entering directory
> `/home/didier/rpmbuild/BUILD/enlightenment-0.16.999.040/po'
> make[3]: *** No rule to make target `../src/bin/e_int_config_imc.c',
> needed
> by
> `enlightenment.pot-update'.  Stop.
> make[3]: Leaving directory
> `/home/didier/rpmbuild/BUILD/enlightenment-0.16.999.040/po'
> make[2]: *** [enlightenment.pot] Error 2
> make[2]: Leaving directory
> `/home/didier/rpmbuild/BUILD/enlightenment-0.16.999.040/po'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/didier/rpmbuild/BUILD/enlightenment-0.16.999.040'
> make: *** [all] Error 2
> error: Bad exit status from /var/tmp/rpm-tmp.98151 (%build)
> *snip



just committed a fix, can you please check?



--
Chady 'Leviathan' Kassouf
http://chady.net/
e_fm.c:1702: warning: '_e_fm2_client_file_trash' defined but not used
e_fm.c:1859: warning: '_e_fm2_client_file_copy' defined but not used
e_fm.c:1441: warning: '_e_fm2_unmount_fail' defined but not used
e_fm.c:2202: warning: '_e_volume_erase' defined but not used
e_fm_mime.c: In function '_e_fm_mime_mime_types_load':
e_fm_mime.c:293: warning: implicit declaration of function 'isblank'
e_spectrum.c: In function '_e_spectrum_redraw':
e_spectrum.c:263: warning: 'vz' may be used uninitialized in this function
e_widget_spectrum.c: In function 'e_widget_spectrum_update':
e_widget_spectrum.c:96: warning: 'vy' may be used uninitialized in this function
e_widget_spectrum.c:96: warning: 'vx' may be used uninitialized in this function
e_widget_cslider.c: In function '_e_wid_update':
e_widget_cslider.c:264: warning: 'vx' may be used uninitialized in this function
e_widget_cslider.c:204: warning: 'vx' may be used uninitialized in this function
e_fwin.c: In function '_e_fwin_cb_open':
e_fwin.c:645: warning: ignoring return value of 'getcwd', declared with 
attribute warn_unused_result
e_fwin.c:646: warning: ignoring return value of 'chdir', declared with 
attribute warn_unused_result
e_fwin.c:696: warning: ignoring return value of 'chdir', declared with 
attribute warn_unused_result
e_fwin.c: In function '_e_fwin_file_open_dialog':
e_fwin.c:1062: warning: ignoring return value of 'getcwd', declared with 
attribute warn_unused_result
e_fwin.c:1063: warning: ignoring return value of 'chdir', declared with 
attribute warn_unused_result
e_fwin.c:1100: warning: ignoring return value of 'chdir', declared with 
attribute warn_unused_result
e_fwin.c:869: warning: 'dia' may be used uninitialized in this function
e_exec.c: In function '_dialog_save_cb':
e_exec.c:692: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
e_exec.c:697: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
e_exec.c:719: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
e_exec.c:725: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
e_exec.c:749: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
e_exec.c:755: warning: ignoring return value of 'fwrite', declared with 
attribute warn_unused_result
e_fm_custom.c:256: warning: '_e_fm2_custom_hash_key_sub_list' defined but not 
used
e_thumb_main.c: In function 'main':
e_thumb_main.c:67: warning: ignoring return value of 'nice', declared with 
attribute warn_unused_result
e_fm_main.c: In function '_e_cb_fop_cp_idler':
e_fm_main.c:1684: warning: ignoring return value of 'chown', declared with 
attribute warn_unused_result
e_fm_main.c:1707: warning: ignoring return value of 'chown', declared with 
attribute warn_unused_result
e_fm_main.c:1722: warning: ignoring return value of 'chown', declared with 
attribute warn_unused_result
e_fm_main.c:1757: warning: ignoring return value of 'chown', declared with 
attribute warn_unused_result
e_fm_main.c:1790: warning: ignoring return value of 'chown', declared with 
attribute warn_unused_result
e_fm_main.c:1808: warning: ignoring return value of 'cho

Re: [E-devel] engage_20070708 fails to build

2007-07-08 Thread Didier Casse
In misc/engage


-- 
With kind regards,
Didier.

On 7/8/07, Andreas Volz <[EMAIL PROTECTED]> wrote:
>
> Am Sun, 8 Jul 2007 15:08:28 -0700 schrieb Didier Casse:
>
> > Hi All,
> >   Engage in current cvs fails to build and complains about a
> > missing *esmart*. Log attached. I believe engage has not been updated
> > to the recent changes.
>
> Hello,
>
> where could I find engage in CVS?
>
> regards
> Andreas
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] engage_20070708 fails to build

2007-07-08 Thread Didier Casse

Hi All,
 Engage in current cvs fails to build and complains about a missing
*esmart*. Log attached. I believe engage has not been updated to the recent
changes.

--
With kind regards,
Didier.
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf engage-0.0.9
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/engage-0.0.9-20070708.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd engage-0.0.9
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd engage-0.0.9
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./compile'
src/Makefile.am: installing `./depcomp'
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr 
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc 
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib 
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com 
--mandir=/usr/share/man --infodir=/usr/share/info
configure: error: Package requirements (
  esmart
  imlib2
  edje
  ecore
  ecore-config
  ecore-evas
  ecore-desktop
  evas
  etk
  embryo
) were not met:

No package 'esmart' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ENGAGE_CFLAGS
and ENGAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

error: Bad exit status from /var/tmp/rpm-tmp.43604 (%build)
Bad exit status from /var/tmp/rpm-tmp.43604 (%build)
aborting... engage.spec did not compile!

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] evfs fails to compile in current CVS [ecore-config missing]

2007-07-04 Thread Didier Casse

Hi there,
evfs complains that "ecore-config" is not in. I have the latest
ecore packages in. It might be due to the recent change in structure of the
packages and the fact that evfs didn't have time to update. Log attached.

--
With kind regards,
Didier.
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf evfs-0.0.1
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/evfs-0.0.1-20070704.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd evfs-0.0.1
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd evfs-0.0.1
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in:4: installing `./missing'
configure.in:4: installing `./install-sh'
src/bin/Makefile.am: installing `./depcomp'
src/demo/Makefile.am:5: compiling `evfs_demo.c' with per-target flags requires 
`AM_PROG_CC_C_O' in `configure.in'
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr 
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc 
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib 
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com 
--mandir=/usr/share/man --infodir=/usr/share/info
configure: error: Cannot find ecore-config
error: Bad exit status from /var/tmp/rpm-tmp.32110 (%build)
Bad exit status from /var/tmp/rpm-tmp.32110 (%build)
aborting... evfs.spec did not compile!

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] DR17 in CVS doesn't compile on FC6

2006-11-06 Thread Didier Casse
Please ignore the previous mail. I just realized the change in
autogen.sh. Sorry!

-- 
With kind regards,
Didier.


On 11/6/06, Didier Casse <[EMAIL PROTECTED]> wrote:
> Problems getting it to compile on FC6
>
> Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.68768
> + umask 022
> + cd /home/didier/rpmbuild/BUILD
> + LANG=C
> + export LANG
> + unset DISPLAY
> + cd /home/didier/rpmbuild/BUILD
> + rm -rf enlightenment-0.16.999.036
> + /bin/gzip -dc
> /home/didier/rpmbuild/SOURCES/enlightenment-0.16.999.036-20061107.tar.gz
> + tar -xf -
> + STATUS=0
> + '[' 0 -ne 0 ']'
> + cd enlightenment-0.16.999.036
> ++ /usr/bin/id -u
> + '[' 500 = 0 ']'
> ++ /usr/bin/id -u
> + '[' 500 = 0 ']'
> + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
> + exit 0
> Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.50304
> + umask 022
> + cd /home/didier/rpmbuild/BUILD
> + cd enlightenment-0.16.999.036
> + LANG=C
> + export LANG
> + unset DISPLAY
> + rm -rf missing
> + touch README
> + aclocal -I m4
> + autoheader
> + autoconf
> + libtoolize --copy --automake
> + automake --add-missing --copy --gnu
> configure.in: installing `./install-sh'
> configure.in: installing `./missing'
> src/bin/Makefile.am: installing `./depcomp'
> configure.in:153: required file `./ABOUT-NLS' not found
> error: Bad exit status from /var/tmp/rpm-tmp.50304 (%build)
>
> PS: Using:
>
> automake-1.9.6-2.1
> autoconf-2.59-12
> libtool-1.5.22-6.1
>
>
> --
> With kind regards,
> Didier.
>
> 
> Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
>
> Didier  F. B. Casse
> Research Scientist
>
> Electronic Materials Research Institute,
> Left-Handed Materials Lab,
> Northeastern University,
> 435 Egan Research Center,
> Boston MA, 02115.
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] DR17 in CVS doesn't compile on FC6

2006-11-06 Thread Didier Casse
Problems getting it to compile on FC6

Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.68768
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf enlightenment-0.16.999.036
+ /bin/gzip -dc
/home/didier/rpmbuild/SOURCES/enlightenment-0.16.999.036-20061107.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd enlightenment-0.16.999.036
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.50304
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd enlightenment-0.16.999.036
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/bin/Makefile.am: installing `./depcomp'
configure.in:153: required file `./ABOUT-NLS' not found
error: Bad exit status from /var/tmp/rpm-tmp.50304 (%build)

PS: Using:

automake-1.9.6-2.1
autoconf-2.59-12
libtool-1.5.22-6.1


-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier  F. B. Casse
Research Scientist

Electronic Materials Research Institute,
Left-Handed Materials Lab,
Northeastern University,
435 Egan Research Center,
Boston MA, 02115.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Fwd: [Fwd: New entranced problems 9/13/06]

2006-10-06 Thread Didier Casse

FYI

-- Forwarded message --
From: Gregory Kriehn <[EMAIL PROTECTED]>
Date: Oct 5, 2006 6:01 PM
Subject: [Fwd: New entranced problems 9/13/06]
To: Didier Casse <[EMAIL PROTECTED]>


Didier,

Could you get this posted to the enlightenment-devel list?  The csh/tcsh
login bug has popped up again after the rasterman pushed for code
cleanup in entrance (see
http://sourceforge.net/mailarchive/forum.php?thread_id=30631844&forum_id=6427
) for details.

I'd like for the bug to get fixed again.

Thanks!
Greg



-- Forwarded message --
From: Gregory Kriehn <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri, 29 Sep 2006 11:11:37 -0700
Subject: New entranced problems 9/13/06
Please note that in the recent code cleanup of entrance, you are no
longer allowing people (again) to login to enlightenment from either csh
or tcsh shells.  The reason why the code was kind of cludgy was to get
around this problem---see the recent exchange between Phuah and myself
concerning this.  The bug was originally fixed around August, but crept
back into entrance a couple of weeks ago.

Could someone please submit the following patch and commit it to cvs for
entrance?

Thanks!
Greg



-- Forwarded message --
From: Phuah Yee Keat <[EMAIL PROTECTED]>
To: Gregory Kriehn <[EMAIL PROTECTED]>
Date: Fri, 29 Sep 2006 18:39:51 +0800
Subject: Re: New entranced problems 9/13/06
Hi Greg,

I seems to have problems committing to the entrance cvs, so I have
attached a cvs diff here for you to try and commit it.

Cheers,
Phuah Yee Keat

Gregory Kriehn wrote:

Phuah,

It looks like your highlight of the problem has not been folded into the
most recent commits of entrance yet.  Is it possible for you to bump
this back up?

I have confirmed, once again, that it is indeed tcsh/csh causing the
problem.

Thanks!
Greg

On Fri, 2006-09-15 at 10:15 +0800, Phuah Yee Keat wrote:

The latest entrance commit makes it incompatible with tcsh.

I am reproducing the mail I sent to the list below:

---
Hi,

Sorry that this came in late. The latest entrance patch have some problems

-
revision 1.86
date: 2006/08/31 14:37:37;  author: essiene;  state: Exp;  lines: +73 -24
- Commit Entrance shell utilization patches from Eugen Minciu... they
work like a charm  :)
- Update TODO
-

There IS a reason for using /bin/sh and not the user's shell, and that
explains the mess at that part of the code. Check the following commit.

-
revision 1.80
date: 2005/12/10 05:55:09;  author: xcomputerman;  state: Exp;  lines: +1 -1
I thought I had committed this...
Force usage of /bin/sh to execute session to avoid problems with csh users.
-

The exact Reason can be seen from the tcsh man page


-l  The shell is a login shell.  Applicable only if -l is the only
flag specified.


So there you go, you can't do csh -l -c xxx, it won't work, and the
latest commit will give problems to users with their default shell set
to csh.

Cheers,
Phuah Yee Keat





? entrance_session.cvsdiff
Index: entrance_session.c
===
RCS file: /var/cvs/e/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.89
diff -r1.89 entrance_session.c
843,844c843
<} else {
<  res = execl("/bin/sh", "/bin/sh", "-l", "-c", buf, NULL);
---

   }

846,853c845,847
<  /* Getting here means the previous didn't work
<   * If /bin/sh isn't a login shell run /bin/sh without
loading the profile
<   * Also log a warning because this will probably not
behave correctly */
<  if (res == -1) {
< /*TODO: should actually hit the user in the face
with this message*/
< syslog(LOG_NOTICE, "Neither '%s' or '/bin/sh' are
working login shells for user '%s'. Your session may not function
properly. ",shell,user);
< execl("/bin/sh", "/bin/sh", "-c", buf, NULL);
<  }
---

   /* For csh, the above will fail, because csh does not like '-l -c cmd'
* fallback to using default shell */
   res = execl("/bin/sh", "/bin/sh", "-l", "-c", buf, NULL);

855,858c849,855
<  /* Damn, that didn't work either.
<   * Bye! We call it quits and log an error
<   * TODO: Also hit the user in the face with this! (ouch!)*/
<   syslog(LOG_CRIT, "Entrance could not find a working
shell to start the session for user: \"%s\".",user);
---

   /* Getting here means the previous didn't work
  * If /bin/sh isn't a login shell run /bin/sh without loading the profile
  *

Re: [E-devel] NetworkManager in E17

2006-10-05 Thread Didier Casse
Thanks for all the replies, but to be honest I prefer something more
GUI and straightforward. I do not believe that I should torture myself
just to obtain a network connection. ;)I move around frequently in
my new job and need to see all the wireless network around.

So Carl gave the correct solution:

1. load networkmanager at boot time through chkconfig
2. load nm-applet
3. load trayer
4. Click on the icon in the tray and we're all set


-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier  Casse
Research Scientist

Electronic Materials Research Institute,
Northeastern University,
435 Egan Research Center,
Boston MA, 02115.


On 9/27/06, Carl Bolduc <[EMAIL PROTECTED]> wrote:
>
>
> On 9/26/06, Didier Casse <[EMAIL PROTECTED]> wrote:
> >
> > The problem is that this NetworkManager appears in the form of a tray
> > icon and is  compatible w/ the GNOME tray, so I can't see it in E17.
> >
> > Now even the 3rd party tray "trayer-1.0"  doesn't display the icon.
>
> Hi, you have to start the network-manager applet, which is nm-applet I
> beleive. Then it will appear inside trayer. Same thing for
> gnome-power-manager.
>
> carl
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] NetworkManager in E17

2006-09-26 Thread Didier Casse
Hi!
 Does anybody use NetworkManager in E17? I bought a laptop and I
need to see the wireless networks around.;)

The problem is that this NetworkManager appears in the form of a tray
icon and is  compatible w/ the GNOME tray, so I can't see it in E17.

Now even the 3rd party tray "trayer-1.0"  doesn't display the icon. I
had to login into GNOME to see the networks and connect. Does anybody
have any practical solutions or use some other software? Thanks.

-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17genmenu segfaults

2006-09-16 Thread Didier Casse
On 9/16/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> you need to be weened off e17genmenu - it is in e now - onefang is the god of
> the .desktop world there :)

OK I got that part. ;) But I still want my full application menu back
if possible! There should be some temporary code that could somehow
regenerate the menu.


-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17genmenu segfaults

2006-09-16 Thread Didier Casse
On 9/16/06, Christopher Michael <[EMAIL PROTECTED]> wrote:

>
> Genmenu in e_utils is pretty much depreciated, the code getting folded
> into E itself. When onefang is finished with the genmenu code, it
> will/should get removed from cvs.
>

Hi Christopher,
   Thanks for the explanation. But at this point
in time, how can one generate the *applications* menu?

Main-> Configuration->Applications
and regenerate menu doesn't seem to be working.

I got this question from many users who complained they cannot get all
their Fedora menu back. We've always relied on the e17genmenu! :-)

-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] e17genmenu segfaults

2006-09-16 Thread Didier Casse

My e17genmenu in e_utils segfaults. gdb stuff attached. Let me know if
you need any other info.

I'm using
glibc-2.4-8


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
 gdb e17genmenu
GNU gdb Red Hat Linux (6.3.0.0-1.122rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) r
Starting program: /usr/bin/e17genmenu 
Reading symbols from shared object read from target memory...(no debugging 
symbols found)...done.
Loaded system supplied DSO at 0x2c2000
(no debugging symbols found)
Generating menus.

Checking For /usr/share/applications...

Program received signal SIGSEGV, Segmentation fault.
0x0085fd23 in strdup () from /lib/libc.so.6

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] libast from current CVS failed to build!

2006-09-15 Thread Didier Casse

OK. Did I miss out something? Libast has been working fine till today.

(Log attached)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
([EMAIL PROTECTED]:libast-0.7.1)$ ./autogen.sh 

Generating configuration files for libast, please wait
+ libtoolize -c -f
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
+ aclocal -I .
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in:55: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
libast.m4:286: AST_STD_CHECKS is expanded from...
configure.in:55: the top level
configure.in:55: warning: AC_ARG_PROGRAM invoked multiple times
+ autoconf
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in:55: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
libast.m4:286: AST_STD_CHECKS is expanded from...
configure.in:55: the top level
configure.in:55: warning: AC_ARG_PROGRAM invoked multiple times
+ autoheader
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in:55: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
libast.m4:286: AST_STD_CHECKS is expanded from...
configure.in:55: the top level
configure.in:55: warning: AC_ARG_PROGRAM invoked multiple times
+ automake -a -c
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in:55: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
libast.m4:286: AST_STD_CHECKS is expanded from...
configure.in:55: the top level
configure.in:55: warning: AC_ARG_PROGRAM invoked multiple times
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for preferred libtoolize... libtoolize
checking for preferred aclocal... aclocal
checking for preferred autoconf... autoconf
checking for preferred autoheader... autoheader
checking for preferred automake... automake
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... ye

Re: [E-devel] problems compiling engage and evfs

2006-09-08 Thread Didier Casse
On 9/9/06, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Saturday, 09 September 2006, at 02:24:42 (+0800),
> Didier Casse wrote:
>
> > I have all the latest packages in my box including ecore and
> > ecore-devel.
>
> Your point being?

Sorry. I was in a hurry going for my vacation. ;-) I have to purposely
enable the frame buffer stuff. Thanks.


-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] problems compiling engage and evfs

2006-09-08 Thread Didier Casse
On 9/9/06, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Saturday, 09 September 2006, at 02:01:08 (+0800),
> Didier Casse wrote:
>
> > Engage and Evfs failed to compile. Log attached.
>
> Did you actually read the logs?  The evfs problem is with your system,
> not evfs.

I have all the latest packages in my box including ecore and ecore-devel.

([EMAIL PROTECTED]:~)$ rpm -q ecore ecore-devel
ecore-0.9.9.032-1.20060908cvs
ecore-devel-0.9.9.032-1.20060908cvs

([EMAIL PROTECTED]:~)$ rpm -ql ecore
/usr/bin/ecore_config
/usr/bin/ecore_dbus_hal_test
/usr/bin/ecore_dbus_test
/usr/bin/ecore_evas_test
/usr/bin/ecore_test
/usr/lib/libecore.so.1
/usr/lib/libecore.so.1.0.0
/usr/lib/libecore_con.so.1
/usr/lib/libecore_con.so.1.0.0
/usr/lib/libecore_config.so.1
/usr/lib/libecore_config.so.1.0.0
/usr/lib/libecore_dbus.so.1
/usr/lib/libecore_dbus.so.1.0.0
/usr/lib/libecore_desktop.so.1
/usr/lib/libecore_desktop.so.1.0.0
/usr/lib/libecore_evas.so.1
/usr/lib/libecore_evas.so.1.0.0
/usr/lib/libecore_file.so.1
/usr/lib/libecore_file.so.1.0.0
/usr/lib/libecore_ipc.so.1
/usr/lib/libecore_ipc.so.1.0.0
/usr/lib/libecore_job.so.1
/usr/lib/libecore_job.so.1.0.0
/usr/lib/libecore_txt.so.1
/usr/lib/libecore_txt.so.1.0.0
/usr/lib/libecore_x.so.1
/usr/lib/libecore_x.so.1.0.0
/usr/share/doc/ecore-0.9.9.032
/usr/share/doc/ecore-0.9.9.032/AUTHORS
/usr/share/doc/ecore-0.9.9.032/COPYING
/usr/share/doc/ecore-0.9.9.032/COPYING-PLAIN
/usr/share/doc/ecore-0.9.9.032/README
/usr/share/ecore
/usr/share/ecore/fonts
/usr/share/ecore/fonts/Vera.ttf
/usr/share/ecore/fonts/VeraBI.ttf
/usr/share/ecore/fonts/VeraBd.ttf
/usr/share/ecore/fonts/VeraIt.ttf
/usr/share/ecore/fonts/VeraMoBI.ttf
/usr/share/ecore/fonts/VeraMoBd.ttf
/usr/share/ecore/fonts/VeraMoIt.ttf
/usr/share/ecore/fonts/VeraMono.ttf
/usr/share/ecore/fonts/VeraSe.ttf
/usr/share/ecore/fonts/VeraSeBd.ttf
/usr/share/ecore/fonts/fonts.alias
/usr/share/ecore/fonts/fonts.dir
/usr/share/ecore/images
/usr/share/ecore/images/ball.png
/usr/share/ecore/images/bar.png
/usr/share/ecore/images/bar_shad_above.png
/usr/share/ecore/images/bar_shad_below.png
/usr/share/ecore/images/bg.png
/usr/share/ecore/images/crosshair.png
/usr/share/ecore/images/e_logo.png
/usr/share/ecore/images/evas_logo.png
/usr/share/ecore/images/shadow.png
/usr/share/ecore/pointers
/usr/share/ecore/pointers/mouse_pointer.png


([EMAIL PROTECTED]:~)$ rpm -ql ecore-devel
/usr/bin/ecore-config
/usr/include/Ecore.h
/usr/include/Ecore_Con.h
/usr/include/Ecore_Config.h
/usr/include/Ecore_DBus.h
/usr/include/Ecore_Data.h
/usr/include/Ecore_Desktop.h
/usr/include/Ecore_Evas.h
/usr/include/Ecore_File.h
/usr/include/Ecore_Ipc.h
/usr/include/Ecore_Job.h
/usr/include/Ecore_Txt.h
/usr/include/Ecore_X.h
/usr/include/Ecore_X_Atoms.h
/usr/include/Ecore_X_Cursor.h
/usr/lib/libecore.a
/usr/lib/libecore.la
/usr/lib/libecore.so
/usr/lib/libecore_con.a
/usr/lib/libecore_con.la
/usr/lib/libecore_con.so
/usr/lib/libecore_config.a
/usr/lib/libecore_config.la
/usr/lib/libecore_config.so
/usr/lib/libecore_dbus.a
/usr/lib/libecore_dbus.la
/usr/lib/libecore_dbus.so
/usr/lib/libecore_desktop.a
/usr/lib/libecore_desktop.la
/usr/lib/libecore_desktop.so
/usr/lib/libecore_evas.a
/usr/lib/libecore_evas.la
/usr/lib/libecore_evas.so
/usr/lib/libecore_file.a
/usr/lib/libecore_file.la
/usr/lib/libecore_file.so
/usr/lib/libecore_ipc.a
/usr/lib/libecore_ipc.la
/usr/lib/libecore_ipc.so
/usr/lib/libecore_job.a
/usr/lib/libecore_job.la
/usr/lib/libecore_job.so
/usr/lib/libecore_txt.a
/usr/lib/libecore_txt.la
/usr/lib/libecore_txt.so
/usr/lib/libecore_x.a
/usr/lib/libecore_x.la
/usr/lib/libecore_x.so
/usr/lib/pkgconfig/ecore.pc
/usr/share/aclocal/ecore.m4


([EMAIL PROTECTED]:~)$ rpm -ql ecore-devel
/usr/bin/ecore-config
/usr/include/Ecore.h
/usr/include/Ecore_Con.h
/usr/include/Ecore_Config.h
/usr/include/Ecore_DBus.h
/usr/include/Ecore_Data.h
/usr/include/Ecore_Desktop.h
/usr/include/Ecore_Evas.h
/usr/include/Ecore_File.h
/usr/include/Ecore_Ipc.h
/usr/include/Ecore_Job.h
/usr/include/Ecore_Txt.h
/usr/include/Ecore_X.h
/usr/include/Ecore_X_Atoms.h
/usr/include/Ecore_X_Cursor.h
/usr/lib/libecore.a
/usr/lib/libecore.la
/usr/lib/libecore.so
/usr/lib/libecore_con.a
/usr/lib/libecore_con.la
/usr/lib/libecore_con.so
/usr/lib/libecore_config.a
/usr/lib/libecore_config.la
/usr/lib/libecore_config.so
/usr/lib/libecore_dbus.a
/usr/lib/libecore_dbus.la
/usr/lib/libecore_dbus.so
/usr/lib/libecore_desktop.a
/usr/lib/libecore_desktop.la
/usr/lib/libecore_desktop.so
/usr/lib/libecore_evas.a
/usr/lib/libecore_evas.la
/usr/lib/libecore_evas.so
/usr/lib/libecore_file.a
/usr/lib/libecore_file.la
/usr/lib/libecore_file.so
/usr/lib/libecore_ipc.a
/usr/lib/libecore_ipc.la
/usr/lib/libecore_ipc.so
/usr/lib/libecore_job.a
/usr/lib/libecore_job.la
/usr/lib/libecore_job.so
/usr/lib/libecore_txt.a
/usr/lib/libecore_txt.la
/usr/lib/libecore_txt.so
/usr/lib/libecore_x.a
/usr/lib/libecore_x.la
/usr/lib/libecore_x.so
/usr/lib/pkgconfig/ecore.pc
/usr/share/aclocal/ecore.m4


[E-devel] problems compiling engage and evfs

2006-09-08 Thread Didier Casse

Engage and Evfs failed to compile. Log attached.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf engage-0.0.9
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/engage-0.0.9-20060908.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd engage-0.0.9
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd engage-0.0.9
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./compile'
src/Makefile.am: installing `./depcomp'
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protec 
tor --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unw 
ind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-prot 
ector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-u 
nwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protec 
tor --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unw 
ind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--targe 
t=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr 
--bin 
dir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share 
--includ 
edir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec 
--localstatedir=/v 
ar --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info
+ /usr/bin/make -j3
In file included from /usr/include/etk/Etk.h:22,
 from main.c:4:
/usr/include/etk/etk_utils.h:9:1: warning: "_" redefined
In file included from e_includes.h:10,
 from e.h:122,
 from engage.h:12,
 from main.c:1:
e_intl.h:6:1: warning: this is the location of the previous definition
In file included from /usr/include/etk/Etk.h:22,
 from config_menu.c:5:
/usr/include/etk/etk_utils.h:9:1: warning: "_" redefined
In file included from e_includes.h:10,
 from e.h:122,
 from engage.h:12,
 from config_menu.c:1:
e_intl.h:6:1: warning: this is the location of the previous definition
config_menu.c: In function 'od_config_menu_draw':
config_menu.c:89: warning: assignment discards qualifiers from pointer target 
ty 
pe
config_menu.c:93: warning: assignment from incompatible pointer type
config_menu.c:86: warning: unused variable 'full'
config_menu.c:85: warning: unused variable 'len'
config_menu.c:109: warning: implicit declaration of function 
'etk_menu_popup_in_ 
direction'
config_menu.c:109: error: 'ETK_POPUP_ABOVE_RIGHT' undeclared (first use in this 
 
function)
config_menu.c:109: error: (Each undeclared identifier is reported only once
config_menu.c:109: error: for each function it appears in.)
make[2]: *** [engage-config_menu.o] Error 1
make[2]: *** Waiting for unfinished jobs
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.87344 (%build)
Bad exit status from /var/tmp/rpm-tmp.87344 (%build)
aborting... engage.spec did not compile!
Compilation Failure!

+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ L

[E-devel] Engage in CVS failed to compile

2006-08-19 Thread Didier Casse

Damn now it's engage who refuses to compile. This time all the
libraries are in (double checked!).
Log attached.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf engage-0.0.9
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/engage-0.0.9-20060820.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd engage-0.0.9
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd engage-0.0.9
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./compile'
src/Makefile.am: installing `./depcomp'
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protec
tor --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unw
ind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-prot
ector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-u
nwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protec
tor --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unw
ind-tables'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --targe
t=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bin
dir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includ
edir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/v
ar --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info
./configure: line 21918: test: : integer expression expected
+ /usr/bin/make -j3
In file included from e_mod_main.c:5:
e_mod_main.h:88: error: expected specifier-qualifier-list before 'E_Gadman_Clien
t'
e_mod_main.c:70: error: expected declaration specifiers or '...' before 'E_Gadma
n_Client'
e_mod_main.c:70: error: expected declaration specifiers or '...' before 'E_Gadma
n_Change'
e_mod_main.c: In function '_engage_new':
e_mod_main.c:319: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:320: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:321: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:322: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:323: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:324: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:325: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:326: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:327: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:331: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:334: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:334: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:334: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:334: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:335: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:335: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:335: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:335: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:336: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:336: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:336: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:336: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:337: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:337: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:337: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:337: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:338: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:338: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:338: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:338: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:339: error: 'Engage_Bar' has no member named 'conf'
e_mod_main.c:339: error: '

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse
My builds are normally automated, but this time it wasn't as flawless
as usual and I know why now thanks to you guys. When the script tried
to install ecore, it couldn't and had some failed dependencies as
shown below.
I know how to fix this for the RPM case. ;)

error: Failed dependencies:
libecore_fb.so.1 is needed by (installed) evidence-0.9.8-1.20060309cvs.i
libecore_fb.so.1 is needed by (installed) rage-0.1.0-1.i386
libecore_fb.so.1 is needed by (installed) ephoto-0.15.0-1.20060330cvs.i3
libecore_fb.so.1 is needed by (installed) erss-0.0.2-1.20060501cvs.i386
libecore_fb.so.1 is needed by (installed) examine-0.0.1-1.20060731cvs.i3
libecore_fb.so.1 is needed by (installed) ewl-0.0.4.007-1.20060812cvs.i3
libecore_fb.so.1 is needed by (installed) enlightenment-0.16.999.032-1.2
libecore_fb.so.1 is needed by (installed) engage-0.0.9-1.20060812cvs.i38
libecore_fb.so.1 is needed by (installed) engrave-0.1.0-1.20060812cvs.i3
libecore_fb.so.1 is needed by (installed) e_utils-0.0.1-1.20060812cvs.i3
libecore_fb.so.1 is needed by (installed) etk-0.1.0.002-1.20060812cvs.i3
libecore_fb.so.1 is needed by (installed) exhibit-0.0.1-1.20060812cvs.i3
libecore_fb.so.1 is needed by (installed) evfs-0.0.1-1.20060812cvs.i386
libecore_fb.so.1 is needed by (installed) entropy-0.0.1-1.20060812cvs.i3
libecore_fb.so.1 is needed by (installed) edje-0.5.0.032-1.20060819cvs.i
libecore_fb.so.1 is needed by (installed) epsilon-0.3.0.007-1.20060819cv
libecore_fb.so.1 is needed by (installed) esmart-0.9.0.007-1.20060819cvs
libecore_fb.so.1 is needed by (installed) emotion-0.0.1.004-1.20060819cv
libecore_fb.so.1 is needed by (installed) eclair-0.0.1-1.20060819cvs.i38
libecore_fb.so.1 is needed by (installed) iconbar-0.9.1-1.20060819cvs.i3
libecore_fb.so.1 is needed by (installed) entice-0.9.3.004-1.20060819cvs
libecore_fb.so.1 is needed by (installed) entrance-0.9.0.008-1.20060819c
libecore_fb.so.1 is needed by (installed) elicit-0.9.1-1.20060819cvs.i38


-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

On 8/20/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Sat, 19 Aug 2006 12:59:55 -0400 dan sinclair <[EMAIL PROTECTED]> babbled:
>
> > Yes, because your missing ecore_desktop. It was just added to ecore
> > about a week ago and is only used by a few things at the moment.
> > Missing this library will cause both ewl and e to fail as they both
> > use it.
> >
> > If you look at the line mentioned it's specifically if (!
> > ecore_desktop_init()). So, either a) your missing ecore_desktop for
> > some reason, b) your ecore is out of date or c) you have two copies
> > of ecore sitting around.
>
> or your rpms are missing the header files for it or something. it "works here"
> from source. all the headers are there and libs and not a complaint in sight
> like the one you have.
>
> > dan
> >
> >
> >
> > On 19-Aug-06, at 12:51 PM, Didier Casse wrote:
> >
> > > On 8/19/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>
> > > wrote:
> > >> On Sat, 19 Aug 2006 16:15:13 +0800 "Didier Casse"
> > >> <[EMAIL PROTECTED]>
> > >> babbled:
> > >>
> > >> my guess - your ecore is not up to date
> > >
> > > Wrong guess I' m afraid Carsten. I always update every libraries. This
> > > time ewl also sucked.
> > >
> > > I' ll just wait for a while as usual and see if I can compile
> > > everything again.
> > >
> > > --
> > > With kind regards,
> > > Didier.
> > >
> > > 
> > > Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
> > >
> > > --
> > > ---
> > > Using Tomcat but need to do more? Need to support web services,
> > > security?
> > > Get stuff done quickly with pre-integrated technology to make your
> > > job easier
> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > Geronimo
> > > http://sel.as-us.falkag.net/sel?
> > > cmd=lnk&kid=120709&bid=263057&dat=121642
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> >
> > --

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse
Hi Dan,
I did build the ecore package and installed it. I mean it's not the
first time I build the packages for the repo. It might be that the
packages I pulled out had some problems. I'll try again. As I said, if
it doesn't work the first time, trying out a bit later usually works
:-). Thanks for the reply.


-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe



On 8/20/06, dan sinclair <[EMAIL PROTECTED]> wrote:
> Yes, because your missing ecore_desktop. It was just added to ecore
> about a week ago and is only used by a few things at the moment.
> Missing this library will cause both ewl and e to fail as they both
> use it.
>
> If you look at the line mentioned it's specifically if (!
> ecore_desktop_init()). So, either a) your missing ecore_desktop for
> some reason, b) your ecore is out of date or c) you have two copies
> of ecore sitting around.
>
> dan
>
>
>
> On 19-Aug-06, at 12:51 PM, Didier Casse wrote:
>
> > On 8/19/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>
> > wrote:
> >> On Sat, 19 Aug 2006 16:15:13 +0800 "Didier Casse"
> >> <[EMAIL PROTECTED]>
> >> babbled:
> >>
> >> my guess - your ecore is not up to date
> >
> > Wrong guess I' m afraid Carsten. I always update every libraries. This
> > time ewl also sucked.
> >
> > I' ll just wait for a while as usual and see if I can compile
> > everything again.
> >
> > --
> > With kind regards,
> > Didier.
> >
> > 
> > Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
> >
> > --
> > ---
> > Using Tomcat but need to do more? Need to support web services,
> > security?
> > Get stuff done quickly with pre-integrated technology to make your
> > job easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> > http://sel.as-us.falkag.net/sel?
> > cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse
On 8/19/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Sat, 19 Aug 2006 16:15:13 +0800 "Didier Casse" <[EMAIL PROTECTED]>
> babbled:
>
> my guess - your ecore is not up to date

Wrong guess I' m afraid Carsten. I always update every libraries. This
time ewl also sucked.

I' ll just wait for a while as usual and see if I can compile everything again.

-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse

Whoops the previous log wasn't complete. Here's the complete one.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

On 8/19/06, Didier Casse <[EMAIL PROTECTED]> wrote:

Please see below: (complete log attached)

*snip*
+ ./configure --build=i686-redhat-linux-gnu
--host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu
--program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info
configure: WARNING: Cannot find CoreFoundation headers and libraries.
/bin/sh: ./config.rpath: No such file or directory
+ /usr/bin/make -j3
e_main.c: In function 'main':
e_main.c:376: error: wrong type argument to unary exclamation mark
e_main.c:382: warning: passing argument 1 of '_e_main_shutdown_push'
from incompatible pointer type
e_main.c: In function '_e_main_dirs_init':
e_main.c:875: warning: ignoring return value of 'system', declared
with attribute warn_unused_result
e_main.c:886: warning: ignoring return value of 'system', declared
with attribute warn_unused_result
make[3]: *** [e_main.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.17477 (%build)
Bad exit status from /var/tmp/rpm-tmp.17477 (%build)
aborting... enlightenment.spec did not compile!
Compilation Failure!


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe



+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf enlightenment-0.16.999.032
+ /bin/gzip -dc
/home/didier/rpmbuild/SOURCES/enlightenment-0.16.999.032-20060819.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd enlightenment-0.16.999.032
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd enlightenment-0.16.999.032
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/bin/Makefile.am: installing `./depcomp'
Makefile.am:1: `intl' should not be in SUBDIRS when AM_GNU_GETTEXT([external])
is used
++ find . -name '*.[ch]' -print
+ xgettext ./src/modules/pager/e_mod_config.c ./src/modules/pager/e_mod_main.h
./src/modules/pager/e_mod_main.c ./src/modules/clock/e_mod_main.h
./src/modules/clock/e_mod_main.c ./src/modules/itray/e_mod_config.c
./src/modules/itray/e_mod_main.h ./src/modules/itray/e_mod_config.h
./src/modules/itray/e_mod_main.c ./src/modules/ibox/e_mod_config.c
./src/modules/ibox/e_mod_main.h ./src/modules/ibox/e_mod_main.c
./src/modules/start/e_mod_main.h ./src/modules/start/e_mod_main.c
./src/modules/cpufreq/freqset.c ./src/modules/cpufreq/e_mod_main.h
./src/modules/cpufreq/e_mod_main.c ./src/modules/dropshadow/e_mod_config.c
./src/modules/dropshadow/e_mod_main.h ./src/modules/dropshadow/e_mod_config.h
./src/modules/dropshadow/e_mod_main.c ./src/modules/battery/e_mod_config.c
./src/modules/battery/e_mod_main.h ./src/modules/battery/e_mod_main.c
./src/modules/ibar/e_mod_config.c ./src/modules/ibar/e_mod_main.h
./src/modules/ibar/e_mod_main.c ./src/modules/temperature/e_mod_config.c
./src/modules/temperature/e_mod_main.h ./src/modules/temperature/e_mod_main.c
./src/bin/e_fileman_smart.c ./src/bin/e_maximize.h ./src/bin/e_widget_ilist.h
./src/bin/e_widget_scrollframe.c ./src/bin/e_widget_config_list.h
./src/bin/e_widget_list.c ./src/bin/e_msg.h ./src/bin/e_widget_slider.h
./src/bin/e_int_config_focus.c ./src/bin/e_atoms.h
./src/bin/e_widget_preview.h ./src/bin/e_int_border_remember.c
./src/bin/e_winlist.h ./src/bin/e_int_config_modules.c ./src/bin/e_tlist.h
./src/bin/e_widget_color_well.c ./src/bin/e_datastore.c
./src/bin/e_int_config_display.c ./src/bin/e_int_config_fonts.h
./src/bin/e_widget_csel.c ./src/bin/e_bg.c ./src/bin/e_eap_editor.h
./src/bin/e_config_dialog.h ./src/bin/e_int_config_keybindings.h
./src/bin/e_widget_check.h ./src/bin/e_scrollframe.c
./src/bin/e_int_config_keybindings.c ./src/bin/e_gadcon.c ./src/bin/e_about.h
./src/bin/e_datastore.h ./src/bin/e_module.h ./src/bin/e_widget_image.c
./src/bin/e_widget_tlist.h ./src/bin/e_int_config_window_manipulation.c
./src/bin/e_test.c ./src/bin/e_border.h ./src/bin/e_widget_table.c
./src/bin/e_widget_frametable.c ./src/bin/e_int_config_wallpaper_import.h
./src/bin/e_file_dialog.h ./sr

[E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse

Please see below: (complete log attached)

*snip*
+ ./configure --build=i686-redhat-linux-gnu
--host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu
--program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info
configure: WARNING: Cannot find CoreFoundation headers and libraries.
/bin/sh: ./config.rpath: No such file or directory
+ /usr/bin/make -j3
e_main.c: In function 'main':
e_main.c:376: error: wrong type argument to unary exclamation mark
e_main.c:382: warning: passing argument 1 of '_e_main_shutdown_push'
from incompatible pointer type
e_main.c: In function '_e_main_dirs_init':
e_main.c:875: warning: ignoring return value of 'system', declared
with attribute warn_unused_result
e_main.c:886: warning: ignoring return value of 'system', declared
with attribute warn_unused_result
make[3]: *** [e_main.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.17477 (%build)
   Bad exit status from /var/tmp/rpm-tmp.17477 (%build)
aborting... enlightenment.spec did not compile!
Compilation Failure!


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf enlightenment-0.16.999.032
+ /bin/gzip -dc 
/home/didier/rpmbuild/SOURCES/enlightenment-0.16.999.032-20060819.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd enlightenment-0.16.999.032
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd enlightenment-0.16.999.032
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/bin/Makefile.am: installing `./depcomp'
Makefile.am:1: `intl' should not be in SUBDIRS when AM_GNU_GETTEXT([external]) 
is used
++ find . -name '*.[ch]' -print
+ xgettext ./src/modules/pager/e_mod_config.c ./src/modules/pager/e_mod_main.h 
./src/modules/pager/e_mod_main.c ./src/modules/clock/e_mod_main.h 
./src/modules/clock/e_mod_main.c ./src/modules/itray/e_mod_config.c 
./src/modules/itray/e_mod_main.h ./src/modules/itray/e_mod_config.h 
./src/modules/itray/e_mod_main.c ./src/modules/ibox/e_mod_config.c 
./src/modules/ibox/e_mod_main.h ./src/modules/ibox/e_mod_main.c 
./src/modules/start/e_mod_main.h ./src/modules/start/e_mod_main.c 
./src/modules/cpufreq/freqset.c ./src/modules/cpufreq/e_mod_main.h 
./src/modules/cpufreq/e_mod_main.c ./src/modules/dropshadow/e_mod_config.c 
./src/modules/dropshadow/e_mod_main.h ./src/modules/dropshadow/e_mod_config.h 
./src/modules/dropshadow/e_mod_main.c ./src/modules/battery/e_mod_config.c 
./src/modules/battery/e_mod_main.h ./src/modules/battery/e_mod_main.c 
./src/modules/ibar/e_mod_config.c ./src/modules/ibar/e_mod_main.h 
./src/modules/ibar/e_mod_main.c ./src/modules/temperature/e_mod_config.c 
./src/modules/temperature/e_mod_main.h ./src/modules/temperature/e_mod_main.c 
./src/bin/e_fileman_smart.c ./src/bin/e_maximize.h ./src/bin/e_widget_ilist.h 
./src/bin/e_widget_scrollframe.c ./src/bin/e_widget_config_list.h 
./src/bin/e_widget_list.c ./src/bin/e_msg.h ./src/bin/e_widget_slider.h 
./src/bin/e_int_config_focus.c ./src/bin/e_atoms.h ./src/bin/e_widget_preview.h 
./src/bin/e_int_border_remember.c ./src/bin/e_winlist.h 
./src/bin/e_int_config_modules.c ./src/bin/e_tlist.h 
./src/bin/e_widget_color_well.c ./src/bin/e_datastore.c 
./src/bin/e_int_config_display.c ./src/bin/e_int_config_fonts.h 
./src/bin/e_widget_csel.c ./src/bin/e_bg.c ./src/bin/e_eap_editor.h 
./src/bin/e_config_dialog.h ./src/bin/e_int_config_keybindings.h 
./src/bin/e_widget_check.h ./src/bin/e_scrollframe.c 
./src/bin/e_int_config_keybindings.c ./src/bin/e_gadcon.c ./src/bin/e_about.h 
./src/bin/e_datastore.h ./src/bin/e_module.h ./src/bin/e_widget_image.c 
./src/bin/e_widget_tlist.h ./src/bin/e_int_config_window_manipulation.c 
./src/bin/e_test.c ./src/bin/e_border.h ./src/bin/e_widget_table.c 
./src/bin/e_widget_frametable.c ./src/bin/e_int_config_wallpaper_import.h 
./src/bin/e_file_dialog.h ./src/bin/e_int_border_remember.h 
./src/bin/e_apps_cache.h ./src/bin/e_int_border_locks.h ./src/bin/e_pan.c 
./src/bin/e_color_class.c ./src/bin/e_fm.h ./src/bin/e_int_config_startup.h 
./src/bin/e_pointer.c ./src/bin/e_color.h ./src/bin/e_layout.h 
./src/bin/e_int_border_locks.c ./src/bin/e_table.h 
./src/bin/e_eapp_cache_gen_main.c ./src/bin/e_int_config_winlist.c 
./

Re: [E-devel] libast still fails to compile on Fedora Core 5

2006-08-12 Thread Didier Casse
On 8/13/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
*snip*
> In my case all I did to solve this was to do ./autogen.sh NOT
> ./configure (as recommended in the README file).  Not sure why
> ./autogen.sh did the trick but it did.  I made no other changes.  This
> dates back to July 24.

I see now. Yeah something was changed: I really have to go through the
./autogen.sh now unlike previously . Problem solved. Thanks Laurence.


-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] libast still fails to compile on Fedora Core 5

2006-08-12 Thread Didier Casse

Dear All,
For some time now, the libast in CVS has been refusing to
compile on FC5. Laurence Vanek still pointed it out some time ago.

Log attached for your reference. Let me know what I need to do further
to debug. Thanks

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.62120
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf libast-0.7.1
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/libast-0.7.1-20060812.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd libast-0.7.1
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.62120
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd libast-0.7.1
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in:55: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
/usr/share/aclocal/libast.m4:286: AST_STD_CHECKS is expanded from...
configure.in:55: the top level
configure.in:55: warning: AC_ARG_PROGRAM invoked multiple times
+ autoheader
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in:55: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
aclocal.m4:299: AST_STD_CHECKS is expanded from...
configure.in:55: the top level
configure.in:55: warning: AC_ARG_PROGRAM invoked multiple times
+ autoconf
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in:55: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
aclocal.m4:299: AST_STD_CHECKS is expanded from...
configure.in:55: the top level
configure.in:55: warning: AC_ARG_PROGRAM invoked multiple times
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in:55: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
aclocal.m4:299: AST_STD_CHECKS is expanded from...
configure.in:55: the top level
configure.in:55: warning: AC_ARG_PROGRAM invoked multiple times
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
+ CFLAGS=
+ export CFLAGS
+ CFLAGS=
+ export CFLAGS
+ CXXFLAGS=
+ export CXXFLAGS
+ FFLAGS=
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
`/usr/lib/rpm/redhat/config.sub' -> `./config.sub'
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
`/usr/lib/rpm/redhat/config.guess' -> `./config.guess'
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr 
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc 
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib 
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com 
--mandir=/usr/share/man --infodir=/usr/share/info
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for preferred libtoolize... libtoolize
checking for preferred aclocal... aclocal
checking for preferred autoconf... autoconf
checking for preferred autoheader... autoheader
checking for preferred automake... automake
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i386-redhat-linux-gnu
checking for i686-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of objec

Re: [E-devel] FC5 & X.org X11R7 with entrance

2006-07-23 Thread Didier Casse
In the FAQ as usual! :-) Thanks Greg.

http://sps.nus.edu.sg/~didierbe/faq_e17.html

-- 
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


On 7/19/06, Gregory Kriehn <[EMAIL PROTECTED]> wrote:
> I noticed this conversation regarding not being able to get entrance to
> work with FC5.  Well... I just installed FC5 about a month ago, and I've
> solved the problem.  Someone is going to have to make some changes to
> the scripts/config files to get this to work permanently though.
>
> BACKGROUND:
>
> 1.)  Configuration for /etc/entrance_config.cfg
>
> Currently, entrance is setup for a system that still uses X11R6 from
> "X.org" instead of the new X11R7 files.  You can check this with the
> following command:
>
>  sudo ecore_config -c /etc/entrance_config.cfg -a
>
> Look at the last line.  If will say:
>
>  /entranced/xserver string "/usr/X11R6/bin/X -quiet -nolisten tcp
>  vt7"
>
> Because of this, entrance will not launch successfully.  It certainly
> tries, as can be verified by checking your /var/log/messages file, but
> fails because "X.org" uses X11R7 under FC5.  Notice the release notes of
> Fedora Core 5.  See the third point, in particular.
>
> -
>
> The following list includes some of the more visible changes for
> developers in X11R7:
>
>* The entire buildsystem has changed from imake to the GNU
>   autotools collection.
>
>* Libraries now install pkgconfig *.pc files, which should now
>   always be used by software that depends on these libraries,
>   instead of hard coding paths to them in /usr/X11R6/lib or
>   elsewhere.
>
>* Everything is now installed directly into /usr instead of
>   /usr/X11R6. All software that hard codes paths to anything in
>   /usr/X11R6 must now be changed, preferably to dynamically
>   detect the proper location of the object. Developers are
>   strongly advised against hard-coding the new X11R7 default
>   paths.
>
>* Every library has its own private source RPM package, which
>   creates a runtime binary subpackage and a -devel subpackage.
>
> -
>
> As you know, this has caused many headaches for people (including
> myself), because developers for particular packages have not had time to
> change their source code before the release of FC5.  Specific to
> entrance, notice that it looks for "X" in "/usr/X11R6/bin" instead of in
> "/usr/bin", where everything is now installed.  But this can easily be
> fixed.  Simply run the command:
>
>sudo ecore_config -c /etc/entrance_config.cfg -k /entranced/xserver
> -s "usr/bin/X -quiet -nolisten tcp vt7"
>
> Now run:
>
>sudo ecore_config -c /etc/entrance_config.cfg -a
>
> The last line should now say:
>
>/entranced/xserver  string  "usr/bin/X -quiet -nolisten tcp vt7"
>
> You are now capable of running entrance in FC5.  But only if
> the /etc/entrance_config.cfg file is not changed again.  It would be
> good to set this up so that when entrance is installed on FC5, it points
> to the proper directory automatically.
>
> 2.)  Location of the Xsession file.
>
> Previously in FC4, "Xsession" could be found in only one location:
> "/etc/X11/xdm/Xsession".  With FC5, things have gotten a bit more
> complicated.  There are now two locations: "/etc/X11/xdm/Xsession" and
> "/etc/X11/xinit/Xsession".  Both "gdm" and "kdm" (when launching a gnome
> or kde session, respectively) are pointed to look at
> "/etc/X11/xinit/Xsession", which is where the old "Xsession" file from
> FC4 is now located (with some minor changes).  "/etc/X11/xdm/Xsession"
> contains a new file that is specific to only "xdm" and is very sparse.
> However, when entrance launches an enlightenment session, it still looks
> for configuration info in "/etc/X11/xdm/Xsession", not
> "/etc/X11/xinit/Xsession".  Check "/var/log/messages" to verify this.
> For enlightenment, this causes problems because dbus (the messagebus
> daemon) information will not be configured due to the major differences
> between the two files, among other things.
>
> Theoretically, we could just copy "/etc/X11/xdm/Xsession" to
> "/etc/X11/xdm/Xsession.bak" and then force a soft link from
> "/etc/X11/xinit/Xsession" to "/etc/X11/xdm/Xsession", but this is a
> hack, and a poor one at that.  It would be much better to have entrance
> set up so that it looks at "/etc/X11/xinit/Xsession" instead for FC5.
> Then entrance and enlightenment can both be launched properly.
>
> Can one of the developers perhaps update the "configure" script for
> entrance to reflect the new changes so that it will work robustly with
> both X11R6 and X11R7?
>
> Thanks!
> Greg
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to sha

Re: [E-devel] Where's my ibox?

2006-05-24 Thread Didier Casse

On 5/24/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:

On Wed, 24 May 2006 17:10:53 +0800 "Didier Casse" <[EMAIL PROTECTED]>
babbled:

> Hi everybody,
> After upgrading, I found out that my ibox doesn't
> load! Any clues? I like the ibox. ;-)

shelf!


Thanks Morten and Carsten.

Sorry for the silly question. Didn't look around enough. But *beurk*
it's ugly now this "plain" configuration! "Inset" is not bad though.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Where's my ibox?

2006-05-24 Thread Didier Casse

Hi everybody,
   After upgrading, I found out that my ibox doesn't
load! Any clues? I like the ibox. ;-)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] evas specfile - conditional build warnings

2006-05-02 Thread Didier Casse

Too much mojo injected in the CVS spec file. :) Follow the KISS principle.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


On 5/1/06, Ryan Little <[EMAIL PROTECTED]> wrote:

I'm getting the following warnings when building from the evas spec, it
looks like it has to do with some bad options in the Conditional build
stuff:
 configure: WARNING: you should use --build, --host, --target
 configure: WARNING: you should use --build, --host, --target
 configure: WARNING: invalid host type: %{ac_with_module_saver_eet}
 configure: WARNING: you should use --build, --host, --target
 configure: WARNING: invalid host type: %{ac_with_module_saver_jpeg}
 configure: WARNING: you should use --build, --host, --target
 configure: WARNING: invalid host type: %{ac_with_module_saver_png}
 configure: WARNING: you should use --build, --host, --target
 configure: WARNING: invalid host type: %{ac_with_module_saver_tiff}
 configure: WARNING: you should use --build, --host, --target
 configure: WARNING: invalid host type: %{ac_with_module_saver_edb}
 configure: WARNING: you should use --build, --host, --target
 configure: WARNING: invalid host type:
%{ac_with_module_engine_software_x11}

 If it's nothing (i.e. false warning..) then disregard, if it's something
that needs to be addressed then if someone more familiar  with the
conditional build stuff can comment or point me in the right direction I'd
be much obliged :)

 Ryan




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] What's needed to ween onefang off gwenview.

2006-04-16 Thread Didier Casse
On 4/16/06, David Seikel <[EMAIL PROTECTED]> wrote:
*snip*
> Allow configuration of the slideshow interval.  Anything up to one
> minute will suit me, but other people may want more.

The photo management utility F-spot (http://f-spot.org/Main_Page) was
recently introduced in Fedora Core 5. Anything close to that would
simply be great. :)

I've taken a significant amount of pictures which it simply organizes
in a neat way.

It ressembles the picasa (http://picasa.google.com/) from Google. But
hey in the end it's subject to the availability of time of the devs
working on the above EFL software!

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E17 sluggish?!

2006-04-12 Thread Didier Casse
On 4/11/06, Andrew Williams <[EMAIL PROTECTED]> wrote:
> update all of your modules
> if you use "net" / "cpu" or "mem" then it is almost certainly fixed

Thanks Andrew and Brian for the reply. My modules are up-to-date. But
it was clearly these modules. When I unloaded them, my desktop was
given a boost in speed. :-) The culprits are "cpu" and "mem". For net,
iy has negligible effect .


It is said that it's fixed but even modules pulled out today make my
box sluggish. No more loading of these for me for the time being.

Brian Mattern wrote:
> Also, after running overnight, do you actually have to reboot the entire
> system or just restart e17 / X?

Sorry. I meant restart X.

---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] E17 sluggish?!

2006-04-11 Thread Didier Casse
Hi everybody!
I notice that for a little more than a week now
that my E17 has become sluggish. First it takes slightly longer time
to open apps. Secondly when I open my apps they start blinking!
Certain stuff hangs for a while. I usually open things like
sylpheed-claws, firefox, aMSN. Nothing too spectacular. When I open
things like openoffice it's worst: Everything freezes like Windows.

When I run "top", I notice that enlightenment uses most of the resources.

One more syndrome that my system has is the following: When I leave my
box running overnight, I notice that the next day, I can't even move
my cursor in my desktop. It seems that it has been running tons of
things overnight and everything is really slow.  I'm forced to reboot
the whole system to enjoy stability.

I never experienced what I just described previously. The machine that
I run often is a P4 CPU 1.50 GHz with 512 mb of RAM.

Could it be E17 or something else? Clues, Debugging suggestions anybody?

---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Re: Problems compiling Eterm in current CVS

2006-04-03 Thread Didier Casse
On 4/3/06, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Sunday, 02 April 2006, at 19:46:37 (+0800),
> Didier Casse wrote:
>
> > I got it. There's a permission problem in CVS. A chmod +x of the
> > file fixed the problem. I had the same thing with Etk's gendoc. The
> > permission setting has to be fixed in CVS.
>
> Sorry, this is my fault.  We had some permissions problems in the
> transition, and the only feasible way to fix them quickly enough was
> to remove execute permissions from everything and put them back on a
> case-by-case basis.  Clearly I missed some spots.

Yes I am aware of the original permissions settings. No problem.
Thanks for the reply and fix.

> I've fixed the Eterm stuff and the gendoc scripts.  Please let me know
> if you all find any other such oversights on my part, and I'll get
> them corrected as quickly as I can.

OK.:)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: Problems compiling Eterm in current CVS

2006-04-02 Thread Didier Casse
I got it. There's a permission problem in CVS. A chmod +x of the file
fixed the problem. I had the same thing with Etk's gendoc. The
permission setting has to be fixed in CVS.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


On 4/2/06, Didier Casse <[EMAIL PROTECTED]> wrote:
> On 4/2/06, Didier Casse <[EMAIL PROTECTED]> wrote:
> > Eterm screams! (Full log as an attachment)
>
> Sorry the log was truncated! I attached the complete log here.
>
> --
> With kind regards,
> Didier.
>
> 
> Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
>
> Didier F.B Casse
> PhD candidate, Singapore Synchrotron Light Source (SSLS)
> National University of Singapore.
>
>
>


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Problems compiling Eterm in current CVS

2006-04-02 Thread Didier Casse
Eterm screams! (Full log as an attachment)

cp: omitting directory `./Eterm/CVS'
cp: omitting directory `./auto/CVS'
cp: omitting directory `./Escreen/CVS'
cp: omitting directory `./trans/CVS'
make[3]: execvp: ../utils/Etbg_update_list: Permission denied
make[3]: *** [install-data-hook] Error 127
make[2]: *** [install-data-am] Error 2
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.67693 (%install)
Bad exit status from /var/tmp/rpm-tmp.67693 (%install)

Please advise. Thanks

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf Eterm-0.9.4
+ /usr/bin/gzip -dc /home/didier/rpmbuild/SOURCES/Eterm-0.9.4-20060402.tar.gz
+ tar -xvvf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Eterm-0.9.4
+ tar -xvvf -
+ /usr/bin/gzip -dc /home/didier/rpmbuild/SOURCES/Eterm-bg-0.9.4.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd Eterm-0.9.4
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal
/usr/share/aclocal/speex.m4:10: warning: underquoted definition of 
XIPH_PATH_SPE   
EX
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
/usr/share/aclocal/librsvg.m4:11: warning: underquoted definition of 
AM_PATH_LIB   
RSVG
/usr/share/aclocal/libole2.m4:18: warning: underquoted definition of 
AM_PATH_LIB   
OLE2
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
configure.in:122: the top level
configure.in:123: warning: AC_ARG_PROGRAM invoked multiple times
+ autoheader
configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
configure.in:122: the top level
configure.in:123: warning: AC_ARG_PROGRAM invoked multiple times
+ autoconf
configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
configure.in:122: the top level
configure.in:123: warning: AC_ARG_PROGRAM invoked multiple times
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
configure.in:122: the top level
configure.in:123: warning: AC_ARG_PROGRAM invoked multiple times
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
+ CFLAGS='-O0 -g3'
+ export CFLAGS
+ CFLAGS='-O0 -g3'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -m32 -march=i386 -mtune=pentium4'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -m32 -march=i386 -mtune=pentium4'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--targe   
t=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr 
--bin   
dir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share 
--includ   
edir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec 
--localstatedir=/v   
ar --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info 
-   
-enable-multi-charset --enable-escreen --enable-auto-encoding 
--with-debugging=9   
 --disable-default-rpaths
configure: WARNING: regexp.h: present but cannot be compiled
configure: WARNING: regexp.h: check for missing prerequisite headers?
configure: WARNING: regexp.h: see the Autoconf documentation
configure: WARNING: regexp.h: section "Present But Cannot Be Compiled"
configure: WARNING: regexp.h: proceeding with the preprocessor's result
configure: WARNING: regexp.h: in the future, the compiler will take precedence
configure: WARNING: ## -- ##
configure: WARNING: ## Repor

Re: [E-devel] FC5 & X.org X11R7 with entrance

2006-04-02 Thread Didier Casse
On 4/2/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> Didier -
>
> Found the problem.  I had a value set for DISPLAYMANAGER in
> /etc/sysconfig/desktop file.  Once this was commented out I was able to
> get enlightenment to start using gdm following the rest of your advice
> in this thread.

I see. My /etc/sysconfig/desktop file is by default empty.

> I suppose this should be on the users list but it does high-lite an
> issue with entrance for Fedora Core 5 & its use of xorg 7.

Yeps.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FC5 & X.org X11R7 with entrance

2006-04-01 Thread Didier Casse
On 4/2/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> Depends what you mean by CORRECTLY.Building from CVS (and that is
> what I desire to do) & running "make install" does the installation.  I
> am installing in the default locations (i.e. /usr/local).
>

./autogen --prefix=/usr
would be nicer. Don't you think so? It will go with the Fedora
principle that we should avoid installing in /usr/local

> I am not exactly a "rookie" at building e17 from CVS.  For months I had
> been doing it sucessfully with FC4.
>
> I fall in the user category of "knows enough to be dangerous".

I wasn't referring to you at all when I wrote my email. :) I know that
you're not a rookie at building those and you have sufficient
experience such that you do not mess up the system.

I was pointing out that if you have done a proper installation in
whatever manner, the script (generated by switchdesk) should be fine.

> When e17 is someday officially released into the community I will get
> onboard with rpms.  But not now.

I do respect your personal choices. I do not force anybody to install
RPMS. Whatever people do with their boxes is their own business. I
just wanted to point out that if one is using Fedora  Core Linux, well
RPMS is just the natural way. It is the *heart* of the distro. Well
what I just said is not a secret.

And everything (scripts, configurations, etc...) in Fedora assumes
that you have an RPM package installed. Installing via RPMS will
ensure that you keep track of the files /packages you installed (plus
you upgrade them easily) and keep your system safe.  And that's why I
pointed out that such scripts pointed above should not be a concern.

Of course for a person that is not a rookie and installing otherwise,
it shouldn't be of a concern too!

---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FC5 & X.org X11R7 with entrance

2006-04-01 Thread Didier Casse
On 4/2/06, David Sharp <[EMAIL PROTECTED]> wrote:

> My first thought when seeing this script was that it might run more
> than one copy of enlightenment if it is installed in both places, or
> if there are some strange symlinks that make the two paths equivalent.
> Breaking the loop after the exec might be prudent.

If you install CORRECTLY enlightenment, this shouldn't be a concern.
This is precisely why we have RPMS in Fedora. It ensures that you're
not messing with the system or installing in an haphazard manner.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FC5 & X.org X11R7 with entrance

2006-04-01 Thread Didier Casse
On 4/2/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> Didier Casse wrote:
> > On 4/2/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> >
> >
> >> Didier -
> >>
> >> so would it be correct to assume you are bypassing entrance & starting
> >> englightenment from gdm?
> >>
> >
> > Yeps directly from GDM.
> >
> >
> >> On my FC5 install the switch desktop tool doesnt do the job for
> >> enlightenment, although it seems to see it.
> >>
> >> I would imagine that moving the pieces of X around in xorg 7 (moving it
> >> to to /usr/bin) will screw up more than several things.
> >>
> >>
> >
> > just type:
> >
> > switchdesk enlightenment
> >
> > assuming that you have the package:
> > switchdesk-4.0.8-4 installed.
> >
> > It should work. Or else edit the files ~/.Xclients and
> > ~/.Xclients-default manually. You should
> > alter the WMPATH to /usr/local in your case. :)
> >
> > ([EMAIL PROTECTED]:~)$ cat ~/.Xclients-default
> > #!/bin/bash
> > # (c) 2000 Red Hat, Inc.
> >
> >
> > WM="enlightenment"
> > WMPATH="/usr/bin /usr/X11R6/bin /usr/local/bin"
> >
> > for p in $WMPATH ; do
> >[ -x $p/$WM ] && exec $p/$WM
> > done
> >
> > exit 1
> >
> > --
> > ([EMAIL PROTECTED]:~)$ cat ~/.Xclients
> > #! /bin/bash
> >
> > # Created by Red Hat Desktop Switcher
> >
> > if [ -e "$HOME/.Xclients-$HOSTNAME$DISPLAY" ]; then
> > exec $HOME/.Xclients-$HOSTNAME$DISPLAY
> > else
> > exec $HOME/.Xclients-default
> > fi
> >
> > --
> > With kind regards,
> > Didier.
> >
> Didier -
>
> attempting to switch desktops as you suggest (logged in a usr) I get:
>
> ===
> Red Hat Linux switchdesk 4.0
> Copyright (C) 1999-2004 Red Hat, Inc
> Redistributable under the terms of the GNU General Public License
> ERROR: Enlightenment is not installed on your machine! to install
> Enlightenment, please type
> yum install "enlightenment"
> ===
>
> I have /usr/local/bin in my path & I do have enlightenment installed.

Edit manually the ~/.Xclients-default and replace the actual WMPATH
(if any) with:

WMPATH="/usr/local/bin"

You have to ensure that you  ~/.Xclients point to ~/.Xclients-default.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FC5 & X.org X11R7 with entrance

2006-04-01 Thread Didier Casse
On 4/2/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:

> Didier -
>
> so would it be correct to assume you are bypassing entrance & starting
> englightenment from gdm?

Yeps directly from GDM.

>
> On my FC5 install the switch desktop tool doesnt do the job for
> enlightenment, although it seems to see it.
>
> I would imagine that moving the pieces of X around in xorg 7 (moving it
> to to /usr/bin) will screw up more than several things.
>

just type:

switchdesk enlightenment

assuming that you have the package:
switchdesk-4.0.8-4 installed.

It should work. Or else edit the files ~/.Xclients and
~/.Xclients-default manually. You should
alter the WMPATH to /usr/local in your case. :)

([EMAIL PROTECTED]:~)$ cat ~/.Xclients-default
#!/bin/bash
# (c) 2000 Red Hat, Inc.


WM="enlightenment"
WMPATH="/usr/bin /usr/X11R6/bin /usr/local/bin"

for p in $WMPATH ; do
   [ -x $p/$WM ] && exec $p/$WM
done

exit 1

--
([EMAIL PROTECTED]:~)$ cat ~/.Xclients
#! /bin/bash

# Created by Red Hat Desktop Switcher

if [ -e "$HOME/.Xclients-$HOSTNAME$DISPLAY" ]; then
exec $HOME/.Xclients-$HOSTNAME$DISPLAY
else
exec $HOME/.Xclients-default
fi

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FC5 & X.org X11R7 with entrance

2006-03-31 Thread Didier Casse
On 3/31/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> I am not able to use the same tricks of integrating entrance in to FC5
> that I had used for FC4.  I think it may be that X11R7 & its modular
> approach is what is different.  From the FC5 release notes:
>
> 
> 21.3. X.org X11R7 Developer Overview
>
> The following list includes some of the more visible changes for
> developers in X11R7:
>
>  The entire buildsystem has changed from |imake| to the GNU
> |autotools| collection.
>
>  Libraries now install |pkgconfig| |*.pc| files, which should now
> always be used by software
>  that depends on these libraries, instead of hard coding paths to
> them in |/usr/X11| |R6/lib | or
>  elsewhere.
>
>  Everything is now installed directly into |/usr| instead of
> |/usr/X11| |R6|. All software that hard
>  codes paths to anything in |/usr/X11| |R6| must now be changed,
> preferably to dynamically
> detect the proper location of the object. Developers are *strongly*
> advised against hard-coding
> the new X11R7 default paths.
>
> Every library has its own private source RPM package, which creates
> a runtime binary
> subpackage and a |-devel| subpackage."
>
> ==
>
> On boot cannot seem to find display.  No locked up keyboard, just
> flashing display with text warnings.  Is entrance "looking for love in
> all the wrong places"?  How about the make-install script?  X appears to
> now be in /usr/bin for FC5.
>
> Didier:  Curious to know how you got around this with the rpm package.
> Sym link hack?

FYI. I got the RPM up in the box. But it's just lying there. :( I
tried a few *trick* to get it running but it didn't work out
unfortunately.

I'm waiting for somebody to actually send me some suggestions. :) As
you mentioned, Fedora seemed to have changed a bunch of stuff which
makes it confusing at first sight to tweak the files and get entrance
up in place of GDM.

Eventually I will get some suggestions if I wait a little longer.
There are always people trying stuff out there and sending me recipes.
It boils down to saying "Sorry dude, I've no clue either!". And at the
moment I do not have the time to hack it.

---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Re: E CVS: libs/emotion mej

2006-03-29 Thread Didier Casse
On 3/30/06, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Thursday, 30 March 2006, at 08:36:11 (+0200),
> Vincent Torri wrote:
>
> > I don't know much about the name of rpm packages, but right now,
> > emotion can use gstreamer 0.10, and I think that the plugin package
> > should be something like:
> >
> > gstreamer-plugins-base
> >
> > Can you check that ?
>
> The suffix -base isn't used very often; in fact, I can't think of any
> right now off the top of my head.  What I've seen used is "-common".
>
> The values I added were accurate for cAos and should work with any
> reasonably compliant RPM-based distro.  (The -devel packages should
> require any base libraries they need for building.)

I confirm/support that statement as far as RPM-based distro are concerned.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FC5 & anon CVS build of Eterm

2006-03-28 Thread Didier Casse
On 3/29/06, Nathan Ingersoll <[EMAIL PROTECTED]> wrote:
> On 3/28/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> >
> > I followed Nathan's advice and exported the flag from my .bash_profile
> > file and I was able to build Eterm again in FC5 (as I had with FC4).
> > Forgot I had done that in the past (getting old).  Still dont understand
> > this but hey it works.
>
> Libast installs a libast.m4 file for some extra macros to extend
> autotools. Eterm uses the macros in that file in it's configure.in. By
> default autotools is installed in /usr, so it uses /usr/share/aclocal
> to hold it's m4 files. Since libast is getting installed in
> /usr/local, it installs its m4 file relative to that path too, so
> /usr/local/share/aclocal, but this isn't a location /usr/bin/aclocal
> looks in by default. The export ACLOCAL_FLAGS="-I
> /usr/local/share/aclocal" tells aclocal to also look in that directory
> for m4 files it needs to include in it's macro definitions.
>

Yes I had understood that but using RPM spec file macro %configure
forces libast to get installed in /usr. So for me the  ACLOCAL_FLAGS
were not the problem. An update in CVS fixed everything. But thanks
for the explanation. And that helped Laurence!


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FC5 & anon CVS build of Eterm

2006-03-28 Thread Didier Casse
On 3/28/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:

> For libast didnt do anything very complicated.  I did not build via
> source rpm.

Bad kitty! So you're not using the strength of Fedora huh (The RPM)? :-)

> Built directly from anon CVS tree downloaded on 3/26/2006.

Ah I see. I had an older libast. The recent one from CVS builds
nicely. I could also get Eterm
to build now.

>
> (for me ignorance is bless)
>

Well if things work out for you, why not!

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FC5 & build from anon CVS - some feedback

2006-03-26 Thread Didier Casse
Hi Laurence,

I pulled some packages just before CVS was terminated located at

http://sps.nus.edu.sg/~didierbe/packages/

You can use them if you wish. I guarantee that these are *bug free* so
you don' t have to investigate the reliability of the packages.


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.



On 3/27/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> Carsten Haitzler (The Rasterman) wrote:
> > On Sun, 26 Mar 2006 23:28:10 -0600 Laurence Vanek <[EMAIL PROTECTED]> 
> > babbled:
> >
> >
> >> Carsten Haitzler (The Rasterman) wrote:
> >>
> >>> On Sun, 26 Mar 2006 15:55:15 -0600 Laurence Vanek <[EMAIL PROTECTED]>
> >>> babbled:
> >>>
> >>>
> >>>
>  Finally got Fedora Core 5 up & configured.  Here are the results of my
>  first attempt to build EFL from fresh anon CVS tree, this date:
> 
> 
> >>> i am guessing you dont know anything about /etc/ld/so/conf & ldconfig.
> >>>
> >>>
> >>>
>  ewl:
> 
>  ==
>  .
>  .
>  Making all in data
>  make[2]: Entering directory `/root/e17/libs/ewl/data'
>  Making all in themes
>  make[3]: Entering directory `/root/e17/libs/ewl/data/themes'
>  edje_cc -v -id ../../data/themes/e17/bits/images  -fd ../../data/themes
>  ../../data/themes/e17 .edc ../../data/themes/e17.edj
>  edje_cc: error while loading shared libraries: libedje.so.0: cannot open
>  shared object file: No such file or directory
>  make[3]: *** [e17.edj] Error 127
>  make[3]: Leaving directory `/root/e17/libs/ewl/data/themes'
>  make[2]: *** [all-recursive] Error 1
>  make[2]: Leaving directory `/root/e17/libs/ewl/data'
>  make[1]: *** [all-recursive] Error 1
>  make[1]: Leaving directory `/root/e17/libs/ewl'
>  make: *** [all] Error 2
>  
> 
>  emotion:
>  
>  .
>  .
>  make[3]: Leaving directory `/root/e17/libs/emotion/src/modules'
>  make[3]: Entering directory `/root/e17/libs/emotion/src'
>  make[3]: Nothing to be done for `all-am'.
>  make[3]: Leaving directory `/root/e17/libs/emotion/src'
>  make[2]: Leaving directory `/root/e17/libs/emotion/src'
>  Making all in data
>  make[2]: Entering directory `/root/e17/libs/emotion/data'
>  edje_cc -v -id ../data -fd ../data \
>  ../data/theme.edc \
>  ../data/theme.edj
>  edje_cc: error while loading shared libraries: libedje.so.0: cannot open
>  shared object file: No such file or directory
>  make[2]: *** [theme.edj] Error 127
>  make[2]: Leaving directory `/root/e17/libs/emotion/data'
>  make[1]: *** [all-recursive] Error 1
>  make[1]: Leaving directory `/root/e17/libs/emotion'
>  make: *** [all] Error 2
>  =
> 
>  Since this is new operating system this could well be me.  Might still
>  be missing a few things.
> 
>  Thats to tip from Didier concerning  libtool-ltdl-devel I avoided the
>  issue with esmart.
> 
> 
> 
> 
> >> Not sure what your comment means but there is no directory
> >> /etc/ld/so/conf on this system ( or on FC4 for that matter). Perhaps you
> >> mean /etc/ld.so.conf, which is sent up exactly the same way as I had it
> >> for the past 8 months with FC4.
> >>
> >> Yes, Im familar with ldconfig.
> >>
> >> Is there something new concerning the contents of /etc/ld.so.conf that
> >> needs to be added?
> >>
> >
> > oops - typoed. meant that file.
> >
> >
> >
> I am beginning to become paranoid concerning the stuff I getting down
> from anon CVS. My last anon CVS builds on my FC4 system showed symptoms
> of things that had been fixed weeks earlier. I really dont know if the
> stuff I reported above is due to anon CVS or my FC5 config. The
> investigation continues.
>
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lis

Re: [E-devel] FC5 & anon CVS build of Eterm

2006-03-26 Thread Didier Casse
On 3/27/06, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> got this while attempting to build Eterm:
>
> ===
> .
> .
> checking for snprintf... yes
> checking for strcasestr... yes
> checking for strcasechr... no
> checking for strcasepbrk... no
> checking for strrev... no
> checking for nl_langinfo... yes
> ./configure: line 22440: syntax error near unexpected token `echo'
> ./configure: line 22440: `echo "$as_me:$LINENO: checking for pow in -lm"
>  >&5'
> ===
>
> This looks familiar, thought this got fixed some time ago.
>
> I had no problems building libast.

Everybody I know (till now!) using FC5 can't build libast. What' s
your secret? Can you post the src rpm somewhere for download, if you
don' t mind? I want to have a look if there' s something that might
have escaped me.

The thing is an FC4 build of both Eterm and libast works fine in FC5.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] The new menu generator is ready for testing, again.

2006-03-24 Thread Didier Casse
On 3/8/06, David Seikel <[EMAIL PROTECTED]> wrote:
> Let's try this again, with a new, much simpler test procedure.
>
> Update from cvs, if from anon cvs, wait about four hours for my changes
> to get copied there.
>
> Make sure that you install e_utils, and all it's dependencies.
>
> Backup your ~/.e/e/applications/favorite and ~/.e/e/applications/all,
> just to be on the safe side.
>
> Run e17genmenu.  The adventurous could try e17genmenu -o.
>
> After that has finished running, E will by unresponsive for a few
> minutes.  This is a known issue with the eap cache regeneration.
>
> Send me the last line that is output (the one with the timing stats)
> and let me know what distro and CPU speed you tested it on.
>

Total time 57.617 seconds, finding fdo paths 2.403, converting fdo
menus 0.104, converting to 0 (rejected 0) eaps in 28 fdo menus -3.092,
generating menus 53.818, finding icons 4.278, not overwritten 0,
generating eap caches 0.206.

Fedora Core 5 (Bordeaux) 2.6.15-1.2054_FC5smp #1 SMP i686
running on
Intel(R) Pentium(R) 4 CPU 3.20GHz, 1Gb of RAM


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] esmart looking for ltdl.h on Fedora Core 5

2006-03-23 Thread Didier Casse
OK FORGET THIS EMAIL.

Strangely it appears after trying with yum a few times. :(
Seemed to have been a problem with yum which failed to download or see
the required libtool-ltdl-devel a while ago. Pff..

On 3/24/06, Didier Casse <[EMAIL PROTECTED]> wrote:
> On 3/24/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> > On Fri, 24 Mar 2006 04:40:59 +0800 "Didier Casse" <[EMAIL PROTECTED]>
> *snip*
> _-
> > >
> > > Any suggestions on how to bypass the
> > > /usr/bin/ld: cannot find -lltdl would be appreciated. Thanks.
> >
> > libltdl is a system library. its a wrapper around dlopen and whatever other 
> > forms of dynamic loading are possible on a system if that isn't there. it 
> > was split FROM libtool as it is used runtime. it seems fedora have decided 
> > to basically neuter the package and software. i guess that means esmart is 
> > now not compatible with fedora - unless u missed there being another 
> > package that now ships libltdl.so* and ltdl.h
>
>
>
> Well that was my point. I'm still looking for the DEVEL package which
> I can't find in the usual ways.
>
> To Vapier: Yes it would be nice not to hack and to find the damn DEVEL
> package. I could be wrong but from first looks, it seems that they
> merged the whole thing. Have a look below:
>
> [EMAIL PROTECTED] ~]# yum whatprovides ltdl.h
>
> libtool.i386 1.5.22-2.2 installed
> Matched from:
> /usr/share/libtool/libltdl/ltdl.h
>
>
> [EMAIL PROTECTED] ~]# yum whatprovides libltdl
>
> libtool-ltdl.i3861.5.22-2.2 core
> Matched from:
> /usr/lib/libltdl.so.3
> /usr/lib/libltdl.so.3.1.4
> libltdl.so.3
>
>
> libtool-ltdl.i3861.5.22-2.2 installed
> Matched from:
> /usr/lib/libltdl.so.3
> /usr/lib/libltdl.so.3.1.4
> libltdl.so.3
>
>
> libtool.i386 1.5.22-2.2 installed
> Matched from:
> /usr/share/libtool/libltdl
> /usr/share/libtool/libltdl/COPYING.LIB
> /usr/share/libtool/libltdl/Makefile.am
> /usr/share/libtool/libltdl/Makefile.in
> /usr/share/libtool/libltdl/README
> /usr/share/libtool/libltdl/acinclude.m4
> /usr/share/libtool/libltdl/aclocal.m4
> /usr/share/libtool/libltdl/config-h.in
> /usr/share/libtool/libltdl/config.guess
> /usr/share/libtool/libltdl/config.sub
> /usr/share/libtool/libltdl/configure
> /usr/share/libtool/libltdl/configure.ac
> /usr/share/libtool/libltdl/install-sh
> /usr/share/libtool/libltdl/ltdl.c
> /usr/share/libtool/libltdl/ltdl.h
> /usr/share/libtool/libltdl/ltmain.sh
> /usr/share/libtool/libltdl/missing
> /usr/share/libtool/libltdl/
>
> I emailed the fedora list to confirm this. Thanks for the replies.
>
> ---
> With kind regards,
> Didier.
>
> 
> Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
>
> Didier F.B Casse
> PhD candidate, Singapore Synchrotron Light Source (SSLS)
> National University of Singapore.
>


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] esmart looking for ltdl.h on Fedora Core 5

2006-03-23 Thread Didier Casse
On 3/24/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Fri, 24 Mar 2006 04:40:59 +0800 "Didier Casse" <[EMAIL PROTECTED]>
*snip*
_-
> >
> > Any suggestions on how to bypass the
> > /usr/bin/ld: cannot find -lltdl would be appreciated. Thanks.
>
> libltdl is a system library. its a wrapper around dlopen and whatever other 
> forms of dynamic loading are possible on a system if that isn't there. it was 
> split FROM libtool as it is used runtime. it seems fedora have decided to 
> basically neuter the package and software. i guess that means esmart is now 
> not compatible with fedora - unless u missed there being another package that 
> now ships libltdl.so* and ltdl.h



Well that was my point. I'm still looking for the DEVEL package which
I can't find in the usual ways.

To Vapier: Yes it would be nice not to hack and to find the damn DEVEL
package. I could be wrong but from first looks, it seems that they
merged the whole thing. Have a look below:

[EMAIL PROTECTED] ~]# yum whatprovides ltdl.h

libtool.i386 1.5.22-2.2 installed
Matched from:
/usr/share/libtool/libltdl/ltdl.h


[EMAIL PROTECTED] ~]# yum whatprovides libltdl

libtool-ltdl.i3861.5.22-2.2 core
Matched from:
/usr/lib/libltdl.so.3
/usr/lib/libltdl.so.3.1.4
libltdl.so.3


libtool-ltdl.i3861.5.22-2.2 installed
Matched from:
/usr/lib/libltdl.so.3
/usr/lib/libltdl.so.3.1.4
libltdl.so.3


libtool.i386 1.5.22-2.2 installed
Matched from:
/usr/share/libtool/libltdl
/usr/share/libtool/libltdl/COPYING.LIB
/usr/share/libtool/libltdl/Makefile.am
/usr/share/libtool/libltdl/Makefile.in
/usr/share/libtool/libltdl/README
/usr/share/libtool/libltdl/acinclude.m4
/usr/share/libtool/libltdl/aclocal.m4
/usr/share/libtool/libltdl/config-h.in
/usr/share/libtool/libltdl/config.guess
/usr/share/libtool/libltdl/config.sub
/usr/share/libtool/libltdl/configure
/usr/share/libtool/libltdl/configure.ac
/usr/share/libtool/libltdl/install-sh
/usr/share/libtool/libltdl/ltdl.c
/usr/share/libtool/libltdl/ltdl.h
/usr/share/libtool/libltdl/ltmain.sh
/usr/share/libtool/libltdl/missing
/usr/share/libtool/libltdl/

I emailed the fedora list to confirm this. Thanks for the replies.

---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] esmart looking for ltdl.h on Fedora Core 5

2006-03-23 Thread Didier Casse
Hi there!
Gonna bug you guys again with FC5. I have a small problem
in building esmart.

esmart looks for ltdl.h or for the package (on the previous Fedora)
libtool-ltdl-devel.
-
*Snip*
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... no
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking ltdl.h usability... no
checking ltdl.h presence... no
checking for ltdl.h... no
configure: error: Cannot find ltdl.h. Please make sure you have the
libltdl-dev package installed.
error: Bad exit status from /var/tmp/rpm-tmp.13205 (%build)
--

The package libtool-ltdl-devel no longer exists. The file in question
is now provided by the libtool package.

/usr/share/libtool/libltdl/ltdl.h

So I did a little simlink to trick the thing:

ln -s /usr/share/libtool/libltdl/ltdl.h /usr/include/
/sbin/ldconfig

OK it compiled but now stopped at:

--
*snip*
  -L/usr/lib /usr/lib/libImlib2.so /usr/lib/libfreetype.so -lz -lX11
-lXext -ldl /usr/lib/libevas.so -lltdl -lm  -m32 -march=i386
-mtune=generic -Wl,-soname -Wl,libesmart_container.so.0 -o
.libs/libesmart_container.so.0.0.9
/usr/bin/ld: cannot find -lltdl

collect2: ld returned 1 exit status
make[5]: *** [libesmart_container.la] Error 1
make[5]: Leaving directory `/home/didier/rpmbuild/BUILD/esmart-0.
_-

Any suggestions on how to bypass the
/usr/bin/ld: cannot find -lltdl would be appreciated. Thanks.



---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Libast (current cvs) fails to build for Fedora Core 5

2006-03-23 Thread Didier Casse
On 3/24/06, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Friday, 24 March 2006, at 01:24:25 (+0800),
> Didier Casse wrote:
>
> > ./configure: line 3402: syntax error near unexpected token `AST_PROG_CHECKS'
> > ./configure: line 3402: `AST_PROG_CHECKS()'
> > error: Bad exit status from /var/tmp/rpm-tmp.8834 (%build)
>
> This is an autoSPLAT problem.

Thanks for the insight. Next question: How can I solve the problem now? :-)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Libast (current cvs) fails to build for Fedora Core 5

2006-03-23 Thread Didier Casse
I started building for Fedora Core 5 ()and I had some problems
building libast which might be related to the new gcc.

I'm using FC5  Kernel 2.6.15-1.2054_FC5smp and gcc-4.1.0-3. Relevant
snippet of the failed build (The full log is attached):
--
+ ./configure --build=i686-redhat-linux-gnu
--host=i686-redhat-linux-gnu --targe t=i386-redhat-linux-gnu
--program-prefix= --prefix=/usr --exec-prefix=/usr --bin dir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/v ar --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for preferred libtoolize... libtoolize
checking for preferred aclocal... aclocal
checking for preferred autoconf... autoconf
checking for preferred autoheader... autoheader
checking for preferred automake... automake
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i386-redhat-linux-gnu
checking for i686-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
./configure: line 3402: syntax error near unexpected token `AST_PROG_CHECKS'
./configure: line 3402: `AST_PROG_CHECKS()'
error: Bad exit status from /var/tmp/rpm-tmp.8834 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.8834 (%build)
--

Patches anybody?

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.
[EMAIL PROTECTED] SRPMS]$ rpmbuild --rebuild libast-0.7.1-1.20060318cvs.src.rpm 
Installing libast-0.7.1-1.20060318cvs.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8834
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf libast-0.7.1
+ /bin/gzip -dc /home/didier/rpmbuild/SOURCES/libast-0.7.1-20060318.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd libast-0.7.1
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8834
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd libast-0.7.1
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
+ autoheader
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
+ autoconf
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in:50: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.in:50: the top level
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
+ CFLAGS=
+ export CFLAGS
+ CFLAGS=
+ export CFLAGS
+ CXXFLAGS=
+ export CXXFLAGS
+ FFLAGS=
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
`/usr/lib/rpm/redhat/config.sub' -> `./config.sub'
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
`/usr/lib/rpm/redhat/config.guess' -> `./config.guess'
+ ./configure --build=i686-redhat-linux-

Re: [E-devel] The new menu generator is ready for testing.

2006-03-07 Thread Didier Casse
On 3/5/06, David Seikel <[EMAIL PROTECTED]> wrote:

> Go to e17/apps/e_utils/src/bin/e17genmenu (yes I know it's a bit
> strange having a separate tree there, it's a temporary thing, blame
> devilhorns).

So does that mean we trash out the old e17genmenu package available on SF.net?

---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F. B. Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Eterm 0.9.4 in cvs--- some user can' t cut and paste to MUD

2006-02-16 Thread Didier Casse
Hi!

Everybody that I know (until now!) including myself can cut and paste
with Eterm. Some guy can' t. If you have any clues into why, please
help. Thanks. See mail below:


On 16/02/06, at 04:18 -0500, Gwen Morse <[EMAIL PROTECTED]> wrote:

> I wanted to write and say how _wonderful_ I think it is that you put
> together the rpm packages for e17. I'll build from source occasionally,
> but, I'd be much too nervous to do a whole setup like enlightenment. I
> love being able to play with it, and I particularly love that I can use
> Eterm outside of it. It supports xterm 256 colors, but, has a nicer
> interface.
>
> That said, I was having some 'trouble' with Eterm. I can't cut/paste to
> it. I asked around and it was suggested that it ought to work with the
> basic cut/paste from X. The same person said that since it's not, it may
> have something to do with the compile-time options that were selected.
>
> Do you know if this is universal with your build of Eterm? If so, are
> there any plans to change it? I use Eterm to MUD (online gaming) and
> cut/paste (as part of coding in the game) is a very VERY VERY VERY
> useful feature. These days, I have to log out and log into Konsole if I
> want to cut/paste (and Konsole doesn't support the 256 colors).
>
> Anyway, I just wanted to check if this is something with the build, or,
> if I have to investigate further and determine what I'm doing "wrong".
> Gwen
> --
>
>   [EMAIL PROTECTED]
>


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] examine doesn't build

2006-02-05 Thread Didier Casse
On 2/6/06, Brian Mattern <[EMAIL PROTECTED]> wrote:
> the notebook API changed and examine hasn't been updated yet.

This was obvious indeed!

> I would highly recommend following CVS commits and updating when
> something is added that you want to try out rather than just blindly
> updating everything every day.

Not many people have the time (or knowledge) to follow CVS commits
every day and on top of that patching what hasn't been updated.
There's a fine line between developer and enthusiastic user who wants
to get the latest E. Of course your recommendation is good but it's
easier to update blindly once you know that a certain number of
commits have been done without going into the details of particular
commits.

> Keep in mind that this is CVS and not a release system, and as
> developers, we reserve the right to break things.

Agreed. But bear in mind that as a user we reserve the right to inform
politely the developers that they broke things and if possible to fix
them at their convenient time. :-)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] examine doesn't build

2006-02-05 Thread Didier Casse
Same goes for me! :-)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


On 2/5/06, Gerald Dachs <[EMAIL PROTECTED]> wrote:
> since yesterday I get this during build of examine:
>
> gcc -O3 -g -pipe -fomit-frame-pointer -march=i586 -mcpu=i686
> -I/usr/include/ewl -O3 -g -pipe -fomit-frame-pointer -march=i586
> -mcpu=i686 -o examine examine-examine_client.o
> examine-ecore_config_client.o examine-examine.o
> -L/usr/lib /usr/lib/libewl.so -L/usr/kerberos/lib -L/usr/X11R6/lib
> -L/usr/src/tinysofa/build/ecore/src/lib/ecore/.libs
> -L/usr/src/tinysofa/build/ecore/src/lib/ecore_txt/.libs
> -L/usr/src/tinysofa/build/ecore/src/lib/ecore_job/.libs
> -L/usr/src/tinysofa/build/ecore/src/lib/ecore_x/.libs
> -L/usr/src/tinysofa/build/ecore/src/lib/ecore_fb/.libs
> -L/usr/src/tinysofa/build/ecore/src/lib/ecore_con/.libs 
> /usr/lib/libemotion.so /usr/lib/libedje.so /usr/lib/libembryo.so 
> /usr/lib/libecore_evas.so /usr/lib/libecore_x.so
> -lXcursor -lXinerama -lXrandr -lX11
> -lXext /usr/lib/libecore_job.so /usr/lib/libecore_txt.so 
> /usr/lib/libecore_fb.so /usr/lib/libecore_config.so /usr/lib/libecore_ipc.so 
> /usr/lib/libecore_file.so /usr/lib/libecore_dbus.so /usr/lib/libecore_con.so 
> /usr/lib/libecore.so
> -lssl -lcrypto /usr/lib/libevas.so
> -ldl /usr/lib/libfreetype.so /usr/lib/libeet.so -lz /usr/lib/libjpeg.so
> -lm examine-examine.o(.text+0x2d0): In function
> `render_ewl': /usr/src/tinysofa/build/examine/src/examine.c:432:
> undefined reference to `ewl_notebook_tabs_position_set'
> examine-examine.o(.text
> +0x2e7):/usr/src/tinysofa/build/examine/src/examine.c:433: undefined
> reference to `ewl_notebook_tabs_alignment_set' examine-examine.o(.text
> +0x75a): In function
> `add_tab': /usr/src/tinysofa/build/examine/src/examine.c:493: undefined
> reference to `ewl_notebook_page_prepend'
>
> what has happend?
>
> Gerald
>
>
> ---
> 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Exige crashing in current CVS

2006-01-26 Thread Didier Casse
On 1/27/06, David Seikel <[EMAIL PROTECTED]> wrote:
> The point I was making is that you should be kind on us developers that
> have limited bandwidth, especially if you want us to help you.  I only
> get 200MB per month.  Even if you put the image on a the web and only
> email the link that image still needs to be downloaded by those of us
> that want to help you.

200MB per month!!! That' s well below average in Singapore. We get
more than 50GB bandwidth limit for US $30/month.

> > C'mmon David! Whether you look at the small window alone or small
> > window inside a larger window isn' t that big of a deal. I believe you
> > just wasted more resources trying to reply unecessarily to what have
> > been pointed out so clearly by Nathan.
>
> My 6k email was 100 times smaller than your screenshot.  Nathan didn't
> mention anything about using a smaller image.

It wasn' t mentioned directly but definitely implied that I should aim
low on the image size.


---
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Exige crashing in current CVS

2006-01-26 Thread Didier Casse
1. To Hisham:

Thanks.

2. To Martin, Nathan:

Got it! I tend to forget that SF is *cranky* (as opposed to the
robust servers we have in the university where ppl send fat cow files
to everybody) and that not everybody in the list uses a GMAIL!

   Btw in my mail it' s 448 KB not 600KB Martin.

3. To David:

> Everybody else has already told you off for sending large images to the
> mailing list.

I can read. Thank you!

> I'm gonna point out that taking a full screen shot is a
> waste of every bodies resources when the only thing of relevance is the
> one small window in the middle.

I didn' t know that you had such a limited eye vision or brain power
that could be wasted just by looking a fraction of a second elsewhere
and realizing that the relevant part is in the middle. :-)

C'mmon David! Whether you look at the small window alone or small
window inside a larger window isn' t that big of a deal. I believe you
just wasted more resources trying to reply unecessarily to what have
been pointed out so clearly by Nathan.

People waste more resources in this mailing list over disputes and
endless arguments.


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Good article about E17

2006-01-22 Thread Didier Casse
On 1/23/06, Hawkwind  <[EMAIL PROTECTED]> wrote:
>

Where is it?

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] problems compiling e_utils on Fedora Core 3 with current CVS

2006-01-22 Thread Didier Casse
On 1/23/06, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Sunday, 22 January 2006, at 16:34:29 (+0800),
> Didier Casse wrote:
>
> > Precisely. But that doesn't come from me!
>
> It's in /usr/local.  Of course it came from you!
>

Holy cow! How did this %$&*&*  went in there?

([EMAIL PROTECTED]:~)$ rpm -qf /usr/local/include/Imlib2.h

file /usr/local/include/Imlib2.h is not owned by any package

([EMAIL PROTECTED]:SPECS)$ rpm -ql imlib2-devel
/usr/bin/imlib2-config
/usr/include/Imlib2.h
/usr/lib/imlib2/filters/bumpmap.la
*snip*

Ah I see!
Conflicts between /usr/local/include/Imlib2.h and /usr/include/Imlib2.h

Thanks Michael! :)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] problems compiling e_utils on Fedora Core 3 with current CVS

2006-01-22 Thread Didier Casse
On 1/22/06, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Saturday, 21 January 2006, at 15:50:57 (+0800),
> Didier Casse wrote:
>
> > The error I get is (Note that all the libraries have been updated
> > including imlib2!) :
> > [Complete log is attached in the email]
> >
> > -
> > In file included from e17setroot.c:8:
> > /usr/local/include/Imlib2.h:107: error: syntax error before '*' token
>   ^^^
>
> Shouldn't that be /usr/include/Imlib2.h?
>

Precisely. But that doesn't come from me!

> I have no problems compiling, installing, and making RPM's from
> e_utils current CVS.

No such problems on FC4 too. I get this only when I tried to build on
FC3 or FC2.
So somebody changed something that makes the earlier versions go crazy.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] problems compiling e_utils on Fedora Core 3 with current CVS

2006-01-20 Thread Didier Casse
Hi everybody,
For 2 weeks or so now, I've been having some
problems compiling e_utils on Fedora Core 3. Suprisingly I do not have
this problem on Fedora Core 4.

The error I get is (Note that all the libraries have been updated
including imlib2!) :
[Complete log is attached in the email]

-
In file included from e17setroot.c:8:
/usr/local/include/Imlib2.h:107: error: syntax error before '*' token
/usr/local/include/Imlib2.h:108: error: syntax error before '*' token
/usr/local/include/Imlib2.h:109: error: syntax error before "colormap"
/usr/local/include/Imlib2.h:110: error: syntax error before "drawable"
/usr/local/include/Imlib2.h:111: error: syntax error before "mask"
/usr/local/include/Imlib2.h:136: error: syntax error before '*' token
/usr/local/include/Imlib2.h:137: error: syntax error before '*' token
/usr/local/include/Imlib2.h:138: error: syntax error before
"imlib_context_get_c
olormap"
/usr/local/include/Imlib2.h:139: error: syntax error before
"imlib_context_get_d
rawable"
/usr/local/include/Imlib2.h:140: error: syntax error before
"imlib_context_get_m
ask"
/usr/local/include/Imlib2.h:169: error: syntax error before '*' token
/usr/local/include/Imlib2.h:170: error: syntax error before '*' token
/usr/local/include/Imlib2.h:170: error: syntax error before '*' token
/usr/local/include/Imlib2.h:208: error: syntax error before '*' token
/usr/local/include/Imlib2.h:210: error: syntax error before '*' token
/usr/local/include/Imlib2.h:213: error: syntax error before "pixmap"
/usr/local/include/Imlib2.h:239: error: syntax error before "mask"
/usr/local/include/Imlib2.h:242: error: syntax error before '*' token
/usr/local/include/Imlib2.h:245: error: syntax error before "mask"
/usr/local/include/Imlib2.h:255: error: syntax error before "mask"
make[4]: *** [e17setroot.o] Error 1
make[4]: Leaving directory
`/home/didier/rpmbuild/BUILD/e_utils-0.0.1/src/bin/e1
7setroot'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/didier/rpmbuild/BUILD/e_utils-0.0.1/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/didier/rpmbuild/BUILD/e_utils-0.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/didier/rpmbuild/BUILD/e_utils-0.0.1'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.53996 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.53996 (%build)
-

Thanks for any insights!

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.53996
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/didier/rpmbuild/BUILD
+ rm -rf e_utils-0.0.1
+ /usr/bin/gzip -dc /home/didier/rpmbuild/SOURCES/e_utils-0.0.1-20060120.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd e_utils-0.0.1
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.53996
+ umask 022
+ cd /home/didier/rpmbuild/BUILD
+ cd e_utils-0.0.1
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf missing
+ touch README
+ aclocal -I m4
/usr/share/aclocal/speex.m4:10: warning: underquoted definition of 
XIPH_PATH_SPE   
EX
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
/usr/share/aclocal/librsvg.m4:11: warning: underquoted definition of 
AM_PATH_LIB   
RSVG
/usr/share/aclocal/libole2.m4:18: warning: underquoted definition of 
AM_PATH_LIB   
OLE2
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
+ autoheader
+ autoconf
+ libtoolize --copy --automake
+ automake --add-missing --copy --gnu
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/bin/e17setroot/Makefile.am: installing `./depcomp'
+ CFLAGS='-O2 -g -pipe -m32 -march=i386 -mtune=pentium4'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -m32 -march=i386 -mtune=pentium4'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -m32 -march=i386 -mtune=pentium4'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basenam

[E-devel] Where are all the modules? :(

2006-01-16 Thread Didier Casse
Hi everybody,
   First I wish you a Happy New Year 2006.

I pulled the e_modules from CVS and the directories seem to be empty.
It seems that some modules (e.g screenshot) have disappeared from
get-e.org. Where are the modules? I have been away for some time in
December and I lost track of those, so please pardon my ignorance.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 cvs emotion - make error

2005-12-02 Thread Didier Casse
I seem to recall from earlier postings that updating xine to
xine-lib-1.1.1 would solve that issue. Does this solve your problem?

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.

On 12/2/05, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> Obtained the following error while attempting to build emotion after
> fresh cvs update this date:
> ===
> .
> .
> .
> emotion_xine_vo_out.c: In function '_emotion_frame_display':
> emotion_xine_vo_out.c:450: warning: assignment from incompatible pointer
> type
> emotion_xine_vo_out.c: In function '_emotion_overlay_blend_yuv':
> emotion_xine_vo_out.c:577: error: 'struct vo_overlay_s' has no member
> named 'hili_color'
> emotion_xine_vo_out.c:578: error: 'struct vo_overlay_s' has no member
> named 'hili_trans'
> emotion_xine_vo_out.c:581: error: 'struct vo_overlay_s' has no member
> named 'hili_right'
> emotion_xine_vo_out.c:582: error: 'struct vo_overlay_s' has no member
> named 'hili_right'
> emotion_xine_vo_out.c:592: error: 'struct vo_overlay_s' has no member
> named 'hili_top'
> emotion_xine_vo_out.c:592: error: 'struct vo_overlay_s' has no member
> named 'hili_bottom'
> emotion_xine_vo_out.c:612: error: 'struct vo_overlay_s' has no member
> named 'hili_left'
> emotion_xine_vo_out.c:614: error: 'struct vo_overlay_s' has no member
> named 'hili_left'
> emotion_xine_vo_out.c:616: error: 'struct vo_overlay_s' has no member
> named 'hili_left'
> emotion_xine_vo_out.c:638: error: 'struct vo_overlay_s' has no member
> named 'hili_color'
> emotion_xine_vo_out.c:639: error: 'struct vo_overlay_s' has no member
> named 'hili_trans'
> emotion_xine_vo_out.c:646: error: 'struct vo_overlay_s' has no member
> named 'hili_color'
> emotion_xine_vo_out.c:647: error: 'struct vo_overlay_s' has no member
> named 'hili_trans'
> make[4]: *** [emotion_xine_vo_out.lo] Error 1
> make[4]: Leaving directory `/root/e17/libs/emotion/src/modules/xine'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/root/e17/libs/emotion/src/modules'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/e17/libs/emotion/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/e17/libs/emotion'
> make: *** [all] Error 2
> ===
>
> running updated FC4 system.
> gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
> kernel 2.6.14-1.1644_FC4
>
>
> ---
> 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-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


---
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entranced problems

2005-11-22 Thread Didier Casse
On 11/23/05, Phuah Yee Keat <[EMAIL PROTECTED]> wrote:
> Gregory Kriehn wrote:
> > For whatever reason, entrance is no longer allowing me to login using
> > the graphical login process (I'm using Didier's repositories).
>
> What's the difference between the Didier's Repositories and the CVS version?
>

None in principle. I'm not doing anything weird. Just usual compiling
and packaging in rpm format targetted at Fedora Core users mainly and
other rpm-based distro if they want to use it. And patching the
./entrance/config/pam.d/entrance from Fedora's /etc/pam.d/gdm

What Dr. Kriehn is experiencing right now cannot be reproduced by me
or anybody else using the repo. But there are people who are using the
cvs version directly
and who are having the same problem. Have a look on edevelop.org and
google around.


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E17 3rd party module tarball names

2005-11-12 Thread Didier Casse
Agreed. For packagers this is important. Although we can peek in
configure.in, it' s nice that you can specify it straight away on the
web, so that we can keep track of versions. :)


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


On 11/11/05, Eric Sandall <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Could the authors of the 3rd party E17 modules (at least the ones
> listed on http://get-e.org/Resources/Modules/) use versioned tarballs
> (e.g. http://get-e.org/Resources/Modules/_files/mount-0.0.3.tar.gz
> instead of http://get-e.org/Resources/Modules/_files/mount.tar.gz)?
> That would make it easier for packagers (at least me ;)) to make
> packages which don't break when a tarball is updated without the
> package being updated. It also makes our source mirrors much happier.
>
> Thank you,
>
> - -sandalle
>
> - --
> Eric Sandall |  Source Mage GNU/Linux Developer
> [EMAIL PROTECTED]  |  http://www.sourcemage.org/
> http://eric.sandall.us/  |  SysAdmin @ Inst. Shock Physics @ WSU
> http://counter.li.org/  #196285  |  http://www.shock.wsu.edu/
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.1 (GNU/Linux)
>
> iD8DBQFDdS3qHXt9dKjv3WERAo6bAKCzehN2aKrXoFx17aNf/dEWcKLlhgCgmGxO
> Pk3qhSrT/vbCtfKKmsr7iGk=
> =YpwF
> -END PGP SIGNATURE-
>
>
> ---
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Eterm 0.9.3 and Backspace in telnet and man

2005-11-11 Thread Didier Casse
OK... My apologies. I was reading too rapidly a while ago. This is old
Eterm. Version 0.9.4 in cvs is the one where most bugs have been
cleared. Try downloading these:

http://sps.nus.edu.sg/~didierbe/packages/libast-0.7-20051110.tar.gz
http://sps.nus.edu.sg/~didierbe/packages/Eterm-0.9.4-20051110.tar.gz

and install them. See if that helps. If not then I guess Michael
Jennigs would intervene. Cheers.


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


On 11/11/05, Phuah Yee Keat <[EMAIL PROTECTED]> wrote:
> The information is in the subject, its 0.9.3 tarball, sorry for not
> specifying it in the content. :P
>
> Cheers,
> Phuah Yee Keat
>
> Didier Casse wrote:
> > Dude.. you forgot the most important information: Which version of
> > Eterm are you using? 0.9.3 or cvs 0.9.4 (and which date did you pulled
> > out if your package comes from cvs).
> > --
> > With kind regards,
> > Didier.
> >
> > 
> > Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe
> >
> > Didier F.B Casse
> > PhD candidate, Singapore Synchrotron Light Source (SSLS)
> > National University of Singapore.
> >
> >
> > On 11/11/05, Phuah Yee Keat <[EMAIL PROTECTED]> wrote:
> >
> >>Hi,
> >>
> >>If this is not the appropriate mailing list to ask this question, please
> >>forward me to the correct one. :)
> >>
> >>I have read the xterm-faq and the Eterm-faq about the backspace key, but
> >>I am still having problems.
> >>
> >>Starting Eterm, with TERM=xterm, the backspace keys worked fine in Bash.
> >>But in man(1), during a search, the backspace key display ^H instead of
> >>backspacing. After I did a "stty erase ^H", the backspace key worked
> >>correctly in the man(1) program.
> >>
> >>But, it still does not work in "telnet localhost", at the login prompt,
> >>backspace keys give me ^H, and the stty setting does not work.
> >>
> >>Konsole makes the backspace work as expected on all the above scenarios.
> >>
> >>Cheers,
> >>Phuah Yee Keat
> >>
> >>
> >>---
> >>SF.Net email is sponsored by:
> >>Tame your development challenges with Apache's Geronimo App Server. Download
> >>it for free - -and be entered to win a 42" plasma tv or your very own
> >>Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> >>___
> >>enlightenment-devel mailing list
> >>enlightenment-devel@lists.sourceforge.net
> >>https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >>
>


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Eterm 0.9.3 and Backspace in telnet and man

2005-11-10 Thread Didier Casse
Dude.. you forgot the most important information: Which version of
Eterm are you using? 0.9.3 or cvs 0.9.4 (and which date did you pulled
out if your package comes from cvs).
--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


On 11/11/05, Phuah Yee Keat <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If this is not the appropriate mailing list to ask this question, please
> forward me to the correct one. :)
>
> I have read the xterm-faq and the Eterm-faq about the backspace key, but
> I am still having problems.
>
> Starting Eterm, with TERM=xterm, the backspace keys worked fine in Bash.
> But in man(1), during a search, the backspace key display ^H instead of
> backspacing. After I did a "stty erase ^H", the backspace key worked
> correctly in the man(1) program.
>
> But, it still does not work in "telnet localhost", at the login prompt,
> backspace keys give me ^H, and the stty setting does not work.
>
> Konsole makes the backspace work as expected on all the above scenarios.
>
> Cheers,
> Phuah Yee Keat
>
>
> ---
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 (cvs) - menu strangeness

2005-11-09 Thread Didier Casse
On 11/10/05, Laurence Vanek <[EMAIL PROTECTED]> wrote:

> Thanks for the tutoral but thats not it.  These same apps run in gnome &
> I can assure you they are EXEcutable.
*snip*

I wasn't trying to explain your woes. Just trying to explain what the
"EXE" meant. I have the latest cvs updates pulled out with my
*non-anon* cvs account. :-) So you can download them and try to see if
it solves your problem.

http://sps.nus.edu.sg/~didierbe/packages/

Cheers.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 (cvs) - menu strangeness

2005-11-09 Thread Didier Casse
On 11/10/05, Laurence Vanek <[EMAIL PROTECTED]> wrote:

> not sure what you mean by "correct EXE entries" (sounds like windows
> speak - I dont speak windows).

Simply means if the program is EXEcutable. e.g. if you have an
evince.eap and you point it to execute /usr/bin/evince. If
"/usr/bin/evince" is not around (or package is not installed), the eap
wouldn't show up in the ibar or engage!

I agree that anon cvs sucks at the moment. :)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: entropy segfaults in Fedora Core 4

2005-11-03 Thread Didier Casse
On 11/3/05, Didier Casse <[EMAIL PROTECTED]> wrote:
> Hi,
>  Current cvs entropy segfaults in FC4. Backtrace info attached. Thanks.
>
Thanks Alex for the fix. It works like a charm now. :)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ANNOUNCE] e_modules removal from cvs

2005-11-03 Thread Didier Casse
On 11/3/05, Michael Jennings <[EMAIL PROTECTED]> wrote:
*snip*
> Why?  Maintained, yes.  Per author, no.  Separately from CVS,
> definitely not.  Having it public encourages others to pick up where
> the original author left off.  CVS is first and foremost a
> collaboration tool.  Removing code from CVS stifles collaboration and
> contribution.

I actually totally agree with Michael on all this. If the modules'
authors use CVS, we can keep track of the codes: we know what they
changed at which point in time and also able to give feedback on what
to improve. People watch those CVS commits and sometimes highlight the
"fishy" commits on the devel-list and hint a more appropriate way of
doing things. Well this is a nice principle and we can all learn from
it.

Off CVS, we have *no control* over what's being changed. Of course you
could use "diff" every time but that ain't practical at all,
especially when the codes are splitted into many components. Off CVS,
the modules stand more chances of blowing up your box because it would
be practically a one-man show with no watch dog!

I am in favor of letting those modules in the enlightenment SF cvs.
Third party modules without peer review is the devil. And as michael
mentioned, we could split them and not having them in one big chunk
e_modules if there are some concerns about maintainability of some
modules.

Btw it would be nice that issues like these appear on the e-devel
mailing list also so that everybody (and not just developers) can give
their opinions. Not everybody hang out on #edevelop all the time. And
don't forget that we have different time zones too! :)


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] entropy segfaults in Fedora Core 4

2005-11-03 Thread Didier Casse
Hi,
 Current cvs entropy segfaults in FC4. Backtrace info attached. Thanks.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.
GNU gdb Red Hat Linux (6.3.0.0-1.21rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols 
found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run 
Starting program: /usr/bin/entropy 
Reading symbols from shared object read from target memory...(no debugging 
symbols found)...done.
Loaded system supplied DSO at 0x84
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208824992 (LWP 10939)]
 *** Initializing action provider config
[New Thread -1211147344 (LWP 10942)]
Config for layout is: 'Computer;posix:///|Home;posix:///home/didier|Samba 
Example (Don't use!);smb://username:password@/test/machine/folder' (116)
Didn't get expected token type, 'username'
*** buffer overflow detected ***: /usr/bin/entropy terminated
=== Backtrace: =
/lib/libc.so.6(__chk_fail+0x41)[0x10d1c45]
/lib/libc.so.6[0x10d170f]
/lib/libc.so.6(__snprintf_chk+0x37)[0x10d1603]
/usr/share/entropy/plugins//posix.so(filelist_get+0x717)[0x2336f6]
/usr/bin/entropy(entropy_notify_loop+0x5b)[0x804adee]
/lib/libpthread.so.0[0x800b80]
/lib/libc.so.6(__clone+0x5e)[0x10be9ce]
=== Memory map: 
00111000-00131000 r-xp  fd:00 188226 /usr/lib/libedje.so.0.5.0
00131000-00132000 rwxp 0002 fd:00 188226 /usr/lib/libedje.so.0.5.0
00132000-00133000 r-xp  fd:00 191498 /usr/lib/libecore_txt.so.1.0.0
00133000-00134000 rwxp  fd:00 191498 /usr/lib/libecore_txt.so.1.0.0
00134000-001a r-xp  fd:00 168477 /usr/lib/libevas.so.1.0.0
001a-001a2000 rwxp 0006b000 fd:00 168477 /usr/lib/libevas.so.1.0.0
001a2000-001a4000 rwxp 001a2000 00:00 0 
001a4000-001a8000 r-xp  fd:00 191492 /usr/lib/libecore_file.so.1.0.0
001a8000-001a9000 rwxp 3000 fd:00 191492 /usr/lib/libecore_file.so.1.0.0
001a9000-001ad000 r-xp  fd:00 191489 /usr/lib/libecore_dbus.so.1.0.0
001ad000-001ae000 rwxp 3000 fd:00 191489 /usr/lib/libecore_dbus.so.1.0.0
001ae000-001c5000 r-xp  fd:00 178409 /usr/lib/libgssapi_krb5.so.2.2
001c5000-001c6000 rwxp 00017000 fd:00 178409 /usr/lib/libgssapi_krb5.so.2.2
001c6000-001ce000 r-xp  fd:00 172949 /usr/lib/libeet.so.0.9.9
001ce000-001cf000 rwxp 7000 fd:00 172949 /usr/lib/libeet.so.0.9.9
001cf000-001d1000 r-xp  fd:00 178368 /usr/lib/libkrb5support.so.0.0
001d1000-001d2000 rwxp 1000 fd:00 178368 /usr/lib/libkrb5support.so.0.0
001d2000-001ef000 r-xp  fd:00 191500 /usr/lib/libecore_x.so.1.0.0
001ef000-001f rwxp 0001d000 fd:00 191500 /usr/lib/libecore_x.so.1.0.0
001f-001ff000 r-xp  fd:00 985410 /lib/libresolv-2.3.5.so
001ff000-0020 r-xp e000 fd:00 985410 /lib/libresolv-2.3.5.so
0020-00201000 rwxp f000 fd:00 985410 /lib/libresolv-2.3.5.so
00201000-00203000 rwxp 00201000 00:00 0 
00203000-0020b000 r-xp  fd:00 189410 /usr/lib/libembryo.so.0.9.1
0020b000-0020c000 rwxp 8000 fd:00 189410 /usr/lib/libembryo.so.0.9.1
0020c000-0022f000 r-xp  fd:00 985406 /lib/libm-2.3.5.so
0022f000-0023 r-xp 00022000 fd:00 985406 /lib/libm-2.3.5.so
0023-00231000 rwxp 00023000 fd:00 985406 /lib/libm-2.3.5.so
00231000-00234000 r-xp  fd:00 132923 
/usr/share/entropy/plugins/posix.so
00234000-00235000 rwxp 2000 fd:00 132923 
/usr/share/entropy/plugins/posix.so
00235000-00237000 r-xp  fd:00 132929 
/usr/share/entropy/plugins/system_thumbnailer.so
00237000-00238000 rwxp 1000 fd:00 132929 
/usr/share/entropy/plugins/system_thumbnailer.so
00239000-00244000 r-xp  fd:00 191488 
/usr/lib/libecore_config.so.1.0.0
00244000-00245000 rwxp a000 fd:00 191488 
/usr/lib/libecore_config.so.1.0.0
00245000-00293000 r-xp  fd:00 181431 /usr/lib/libedb.so.1.0.5
00293000-00294000 rwxp 0004d000 fd:00 181431 /usr/lib/libedb.so.1.0.5
00294000-00364000 r-xp  fd:00 169371 /usr/X11R6/lib/libX11.so.6.2
00364000-00368000 rwxp 000cf000 fd:00 169371 /usr/X11R6/lib/libX11.so.6.2
00368000-0036d000 r-xp  fd:00 132920 
/usr/share/entropy/plugins/mime.so
0036d000-0036e000 rwxp 4000 fd:00 132920 
/usr/share/entropy/plugins/mime.so
0036e000-0037 r-xp  fd:00 132926 
/usr/share/entropy/plugins/structure_viewer.so
0037-00371000 rwxp 00

Re: [E-devel] entrance x86_64 failed...

2005-10-29 Thread Didier Casse
On 10/28/05, Michael Jennings <[EMAIL PROTECTED]> wrote:
> If this file is normal and could theoretically appear regardless of
> architecture, I should probably just put an rm -f in the spec file and
> leave it at that.
>
> Do you agree?
>

I agree too. There' s somebody who rebuilds my src rpms for x86_64 and
surprisingly we don' t have that problem for fedora core. This
annoying file do not appear. I checked also with a couple of people
using that architecture and they can't reproduce this. Weird.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] notes module / monitor module?

2005-10-27 Thread Didier Casse
On 10/27/05, Andreas Volz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> perhaps a stupid question, but how could I enter text into a note from
> E17's notes module?
No I guess it's not a stupid question. The same question was asked
just a while ago:

--
From: The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>Mailed-By:
lists.sourceforge.net
To: 高超 <[EMAIL PROTECTED]>
Cc: enlightenment-users@lists.sourceforge.net
Date: Oct 21, 2005 2:04 PM
Subject: Re: [e-users] notes module: How to write text into note?

On Fri, 21 Oct 2005 11:55:13 +0800 高超 <[EMAIL PROTECTED]> babbled:

> Hi, all
> I load and enable notes module, and add note on the desktop, but how
> can I write text into it?

no - it doesnt work. it hasnt worked for a long time. it only worked to star
with due to bugs.
--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

--
--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] problems building entropy with current CVS

2005-10-27 Thread Didier Casse
On 10/27/05, Mike Frysinger <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 27, 2005 at 02:43:07PM +0800, Didier Casse wrote:
> > I get a problem at the autoheader part when building entropy. Didn't
> > get this before the 23rd of October. Any clues?
>
> autoheader isnt needed in entropy
> -mike

OK. Will remove that part also. Thanks Mike.
--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: problems building entropy with current CVS

2005-10-26 Thread Didier Casse
Please ignore the mail. I just noticed that the m4 folder appeared
after the 20th of October and "aclocal -I m4 "solves the problem. :)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.

On 10/27/05, Didier Casse <[EMAIL PROTECTED]> wrote:
> Hello!
>
> I get a problem at the autoheader part when building entropy. Didn't
> get this before the 23rd of October. Any clues?
>
> + aclocal
> /usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
>   run info '(automake)Extending aclocal'
>   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
> /usr/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
> /usr/share/aclocal/librsvg.m4:11: warning: underquoted definition of
> AM_PATH_LIB
> RSVG
> /usr/share/aclocal/libole2.m4:18: warning: underquoted definition of
> AM_PATH_LIB
> OLE2
> + autoheader
> autoheader: error: AC_CONFIG_HEADERS not found in configure.in
> + autoconf
> configure.in:64: error: possibly undefined macro: AC_DEFINE
>   If this token and others are legitimate, please use m4_pattern_allow.
>   See the Autoconf documentation.
> configure.in:153: error: possibly undefined macro: AC_PATH_EFL
> configure.in:161: error: possibly undefined macro: AC_MSG_ERROR
> configure.in:187: error: possibly undefined macro: AM_CONDITIONAL
> configure.in:193: error: possibly undefined macro: AC_MSG_WARN
> configure.in:263: error: possibly undefined macro: AC_PATH_GENERIC
> error: Bad exit status from /var/tmp/rpm-tmp.36779 (%build)
>
> --
>


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] problems building entropy with current CVS

2005-10-26 Thread Didier Casse
Hello!

I get a problem at the autoheader part when building entropy. Didn't
get this before the 23rd of October. Any clues?

+ aclocal
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
/usr/share/aclocal/librsvg.m4:11: warning: underquoted definition of
AM_PATH_LIB
RSVG
/usr/share/aclocal/libole2.m4:18: warning: underquoted definition of
AM_PATH_LIB
OLE2
+ autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
+ autoconf
configure.in:64: error: possibly undefined macro: AC_DEFINE
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.in:153: error: possibly undefined macro: AC_PATH_EFL
configure.in:161: error: possibly undefined macro: AC_MSG_ERROR
configure.in:187: error: possibly undefined macro: AM_CONDITIONAL
configure.in:193: error: possibly undefined macro: AC_MSG_WARN
configure.in:263: error: possibly undefined macro: AC_PATH_GENERIC
error: Bad exit status from /var/tmp/rpm-tmp.36779 (%build)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EWL Developments

2005-10-23 Thread Didier Casse
On 10/19/05, Nathan Ingersoll <[EMAIL PROTECTED]> wrote:
*snip*

>  If anyone has questions or comments about any of these developments or
> anything else EWL related, please reply to the list so we can keep more
> people in the loop.

Sorry to bug. I know this might not be the main priority but I'm
having segfaults when using some of these tests program (using current
cvs of course):

ewl_embed_test   ewl_media_test   ewl_simple_test  ewl_test

Things like these:


* Ewl Developer Warning * :
 To find where this is occurring set a breakpoint
 for the function ewl_print_warning.
This program is calling:

ewl_widget_type_is();

With the parameter:

widget

being NULL. Please fix your program.


I guess that some of the things are simply outdated by your recent developments.
 :(  If you have some time, keeping them up-to-date would be good.

Thanks.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Enlightenment-17-Review

2005-10-23 Thread Didier Casse
I accidentally bumped into this nice review:

http://linux-blog.org/index.php?/archives/99-Enlightenment-17-Review.html

I tries to explain E in a nutshell! :)

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Is there anything that enlightment doesn't have..?

2005-10-20 Thread Didier Casse
On 10/21/05, Angel Vera <[EMAIL PROTECTED]> wrote:
*snip*
> Don't you wish there would be something like a panel that put all this
> little modules together, much like a gnome panel (yes I am comparing
> enlightenment to gnome because that were gnome started)..

We (The dev team and end users of E!) want to be different from the
others. We're not reproducing what others have done before and make it
slightly better. We come up with something that nobody has done or
thought before. We have lots of nice and innovative ideas that we want
to share and we give the people things that they never dreamt would be
possible. :)

Personally I don't like panels like the GNOME panel. ibar, engage and
just by clicking the mouse on the desktop can be neat replacements for
the panel. I love the way E is at the moment. Panel!?! Yucks. :-/


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Entropy - Into CVS we go

2005-10-20 Thread Didier Casse
Nice and fast loading, but always gives me this error:

ERR: EVFS Client Connected!!!

It seemed to search for ETK and EWL at the same time. Although I only
had EWL, it installed nicely. What's the deal with it? I mean is it
configured to use either EWL or ETK? Just a simple question without
throwing stones at anybody and no pun intended.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.

On 10/20/05, Alexander Taylor <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Entropy has now hit CVS, with a number of warnings:
>
> 1. It's in proto.  At the current time, don't trust it with your files.
>I haven't had any file corruption, but you could be the first.
>
> 2.  You'll need EVFS from the latest CVS tree.  EVFS is now started on
> demand, so you needn't worry.  All happens in the background.
>
> 3. If you're planning on playing with the source, be warned: a lot will
> change very quickly.  Especially with regards to some functionality that
> will move to the core, and the core's central notification/event
> response system.
>
> 4. This source still needs valgrind'ing - there are leaks both in
> Entropy and EVFS that I know about and will catch.
>
> Enjoy! Some of the features/functionality are currently non-obvious
> until I spend some more time on the GUI.  See docs/README for hints on
> use.
>
> Enjoy!
>
>
>
>
> --
> Alexander Taylor <[EMAIL PROTECTED]>
>
>
>
> ---
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New version of calendar module

2005-10-19 Thread Didier Casse
On 10/20/05, Gabriel Rossetti <[EMAIL PROTECTED]> wrote:
> Nathan,
>
> This may sound like a dumb question, but what license is the code
> released under, BSD (like all of E), GPL, GPL-2, etc
>
> Your web site is too...vague ;-)

http://home.comcast.net/~nasa01/code.html

It's mentioned that it's BSD License! :)




--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: [e-users] enlightenment_remote gtk2-perl front-end

2005-10-18 Thread Didier Casse
On 10/18/05, Michael Jennings <[EMAIL PROTECTED]> wrote:

> http://caos.nplus1.net/cAos-2/ext/autobuilder/i386/00_LOGS/e/e_modules-tclock/

> http://caos.nplus1.net/cAos-2/ext/autobuilder/i386/00_LOGS/e/e_modules-calendar/

I like the notation e_modules_foo rather than a stand-alone foo. Good
choice. I will adopt the convention.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: [e-users] enlightenment_remote gtk2-perl front-end

2005-10-18 Thread Didier Casse
On 10/18/05, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Thursday, 29 September 2005, at 02:21:22 (+0300),
> adi wrote:
>
> > i just want to announce the people who are using erme that they
> > should update their version... i have created a current version that
> > will be updated more often that the "release" versions.
>
> I've created RPM's for erme.  You can find source and binary RPM's at:
>
> http://caos.nplus1.net/cAos-2/ext/autobuilder/i386/00_LOGS/e/erme/

Cool! Just a question, shouldn't we add this:

Requires: perl-Gtk2

I find that in Fedora, it can't work withough the perl-Gtk2 package
in. I'm not sure if with CAos it's somewhere else. Comments?

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Why doesn't Eterm displays the colouring of the directories in FC4?

2005-10-17 Thread Didier Casse
On 10/18/05, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Monday, 17 October 2005, at 11:51:00 (+0800),
> Didier Casse wrote:
>
> > Eterm-0.9.4-1.20051016cvs.i386.rpm
> > ^
> > libast-0.7-1.20051016cvs.i386.rpm
> >^
>
> Please be careful with release numbers.  When Eterm 0.9.4 and libast
> 0.7 final are released, your users will not be able to upgrade
> normally to the released versions, 0.9.4-1 and 0.7-1 respectively.
>

My Perl program reads from your CVS configure.in (or fo some packages
like embrace it's configure.ac) to pickup the current version. E.g.
(line 25)

AM_INIT_AUTOMAKE(Eterm, 0.9.4)

That's how it's able to keep track of some of those version changes of
the packages in CVS.
It worked well so far. It might not be the best solution but it's one
way of seeing it.

When Eterm is officially released, I'll just make a big announcement
to wipe out the *old* one. The close to 10,000 users  that hang on to
the repo read my news page. :)

When raster's downgraded some packages, everybody knew in one way or
another that it has been downgraded by reading some form of news and
they removed the old stuff. So this might not be that big of an issue.

Maybe this form would have been better
Eterm-0.9.3.999-1.20051016cvs.i386.rpm but be reassured that I will
make sure that the users can upgrade to a new release.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e_util_eapp_edit crash

2005-10-17 Thread Didier Casse
On 10/17/05, David Sharp <[EMAIL PROTECTED]> wrote:
> On 10/11/05, dan sinclair <[EMAIL PROTECTED]> wrote:
> > This should now be fixed (hopefully). Give cvs a try in a bit so anon
> > can sync and let me know if it still segvs.
>
> sorry for taking so long to reply...
> but, no, it doesn't seem to be fixed.

Yeps... I can reproduce this too.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: [e-users] Calendar Module

2005-10-16 Thread Didier Casse
Thanks Nathan. For those out there using Fedora Core, the following packages
calendar-0.0.1-1.20051018build.i386.rpm
calendar-0.0.1-1.20051018build.src.rpm
calendar-0.0.1-20051018.tar.gz

can be downloaded from here:

http://sps.nus.edu.sg/~didierbe/calendar/

You can either rebuild the src rpm or use mej's Mezzanine directly on
the above tarball. :)

I took the liberty of adding some date to it. This helps trace back
which version we're actually using. And if some bug crops us, then we
would know where it came from.

I guess the date issue is not such a bad idea.

Nice work! Will add it to the repo.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.

On 10/17/05, Nathan A. Smith <[EMAIL PROTECTED]> wrote:
> Hi gang,
>
> I have updated the calendar module.  Get it at
> http://home.comcast.net/~nasa01/calendar.tar.gz
>
> For those who tried my earlier version -- please
> make sure to completely remove it as the module
> is now self contained.  Install is now ./configure
> and make install.
>
> feedback is always welcome.
>
> Nasa
>
>
>
>
> ---
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Why doesn't Eterm displays the colouring of the directories in FC4?

2005-10-16 Thread Didier Casse
This is old Eterm. Please refer to CVS or if you prefer you can hook
to my repo. :)

 I have :

Eterm-0.9.4-1.20051016cvs.i386.rpm
and of course the dependent

libast-0.7-1.20051016cvs.i386.rpm

You can also rebuild my src rpm.

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


On 10/17/05, Angel Vera <[EMAIL PROTECTED]> wrote:
> Before I tell you about the problem.. i must tell you
> that:
>
> 1) I just compiled Eterm0.9.3 and installed it.
>
> 2) In order to get it to compile with FC4 I had to
> comment out 2 lines in command.c. Lines 3006,3009 both
> lines have references to a AT_LEAST() function, both
> lines wehre giving me a "invalid lvalue assigned
> error" with gcc 4.0.0 and 4.0... in anycase..
>
> Now my problem is that Eterm doesn't display the file
> coloring as all the other terms do.. how can I fix
> this? or is related to the line commenting that I did?
>
> I will appreciate any help..
>
> Thanks..
> Gunfus
>
>
>
> ---
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Re: License Issues

2005-10-14 Thread Didier Casse
On 10/14/05, Michael Jennings <[EMAIL PROTECTED]> wrote:
>
> As raster said, this is an explanation, not a discussion.  The
> decision was made (and hashed out at length) a very long time ago, and
> it isn't under review.  Been there, done that, moved on.  :-)
>
> Michael

I would suggest to add the explanation to some FAQ in the
enlightenment.org website (or some other E related FAQs).
.
I mean this question not only pops out in the newcomers mind but the
old timers also sometimes forget at some point why BSD was chosen over
the rest! :)

I guess nobody would violently object to the suggestion. It would also
avoid repeating things hundreds of times.

Onefang? Cuddletech and other website guys?


--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] CVS snapshots...

2005-10-07 Thread Didier Casse
On 10/7/05, Anders Trobäck <[EMAIL PROTECTED]> wrote:
> Hi,
>
> are there any CVS snapshots of apps like entrance, entangle and emblem?
>
Nope... But you could make unofficial ones yourself. :) Pull out
packages from anon cvs (btw  entangle and emblem are in the e_utils
tree.) and take raster's little script:

http://www.rasterman.com/files/asparagus

and modify the second line from the bottom to point to your own
directory.  Then Use it!

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 crash recently

2005-10-07 Thread Didier Casse
On 10/7/05, Laurence Vanek <[EMAIL PROTECTED]> wrote:
> Same just happen here with fresh CVS tree.  running FC4.

Yeps... what a nightmare! I wanted to rebuild for the repo but pfff I'll wait...

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] First project submittal -- a calendar module

2005-09-29 Thread Didier Casse
On 9/30/05, David Sharp <[EMAIL PROTECTED]> wrote:
> On 9/29/05, Didier Casse <[EMAIL PROTECTED]> wrote:
> 
> > Yes of course I ran autogen.sh again. I took a closer look and
> > realized that only
> > src/modules/calendar/images/Makefile is NOT created. Whereas
> > src/modules/calendar/Makefile  and all others are altered by running
> > autogen.sh.
> >
> > The src/modules/calendar/images/Makefile remains unchanged. Strange!
>
> not that strange at all! Autoconf doesn't know it needs to write that
> Makefile. Add it to configure.in, just like you did for the parent
> dir's Makefile. This instruction should be added to INSTALL.txt
>

Ah! :-) bullz eye!

--
With kind regards,
Didier.


Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


  1   2   3   >