Re: [E-devel] E CVS: proto leviathan

2006-10-17 Thread Chady Kassouf
On 10/17/06, Hisham Mardam Bey [EMAIL PROTECTED] wrote:



 Nice work Chady!

 Could you show us some examples of how this works?



Thanx,

I modified etk_test.pl to use this method throughout. You can see in the
diff the changes.


-- 
Chady 'Leviathan' Kassouf
http://chady.net/
-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [PATCH] segv On Desklock Config

2006-10-17 Thread Metrics
Current CVS segfaults on changing from Basic to Advanced in desklock
config dialog due to callbacks being registered for directory changed
before the widgets are actually created. Just moved the callbacks to a
bit later on.

Not sure if this is actually the best way to deal with this though.

metrics
Index: e_int_config_desklock.c
===
RCS file: /var/cvs/e/e17/apps/e/src/bin/e_int_config_desklock.c,v
retrieving revision 1.37
diff -u -r1.37 e_int_config_desklock.c
--- e_int_config_desklock.c 8 Oct 2006 08:04:17 -   1.37
+++ e_int_config_desklock.c 17 Oct 2006 12:00:33 -
@@ -598,6 +598,7 @@
fmc.selection.single = 1;
fmc.selection.windows_modifiers = 0;
e_fm2_config_set(o, fmc);
+   e_fm2_path_set(o, path, /);
evas_object_smart_callback_add(o, dir_changed,
  _cb_files_changed, cfdata);
evas_object_smart_callback_add(o, selection_change,
@@ -606,7 +607,6 @@
  _cb_files_selected, cfdata);
evas_object_smart_callback_add(o, changed,
  _cb_files_files_changed, cfdata);
-   e_fm2_path_set(o, path, /);

of = e_widget_scrollframe_pan_add(evas, o,
 e_fm2_pan_set,
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] fix compile error with --enable-directfb option

2006-10-17 Thread The Rasterman
On Sun, 15 Oct 2006 15:14:32 +0900 山口貴行 [EMAIL PROTECTED]
babbled:

 Hi all,
 
 When compiling evas with --enable-directfb option, compile failed with

in cvs :) arigatou! :)

 ...
 make[5]: Entering directory
 `/home/tyama/fac_e17/enlightenment/e17/libs/evas/src/modules/engines/directfb'
 if /bin/sh ../../../../libtool --tag=CC --mode=compile
 x86_64-gentoo-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I.
 -I../../../../src/lib -I../../../../src/lib/include
 -I/usr/include/freetype2 -D_REENTRANT -I/usr/include/directfb  -g
 -march=athlon64 -pipe -MT evas_engine_dfb.lo -MD -MP -MF
 .deps/evas_engine_dfb.Tpo -c -o evas_engine_dfb.lo
 evas_engine_dfb.c; \
   then mv -f .deps/evas_engine_dfb.Tpo .deps/evas_engine_dfb.Plo;
 else rm -f .deps/evas_engine_dfb.Tpo; exit 1; fi
   x86_64-gentoo-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../..
 -I. -I../../../../src/lib -I../../../../src/lib/include
 -I/usr/include/freetype2 -D_REENTRANT -I/usr/include/directfb -g
 -march=athlon64 -pipe -MT evas_engine_dfb.lo -MD -MP -MF
 .deps/evas_engine_dfb.Tpo -c evas_engine_dfb.c  -fPIC -DPIC -o
 .libs/evas_engine_dfb.o
 evas_engine_dfb.c:67: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:88: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:90: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:97: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:98: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:99: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:100: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:101: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:102: warning: initialization from incompatible pointer type
 evas_engine_dfb.c:103: warning: initialization from incompatible pointer type
 evas_engine_dfb.c: In function 'evas_engine_directfb_gradient_is_opaque':
 evas_engine_dfb.c:903: warning: dereferencing 'void *' pointer
 evas_engine_dfb.c:903: error: request for member 'type' in something
 not a structure or union
 evas_engine_dfb.c:904: error: 'gr' undeclared (first use in this function)
 evas_engine_dfb.c:904: error: (Each undeclared identifier is reported only
 once evas_engine_dfb.c:904: error: for each function it appears in.)
 evas_engine_dfb.c: In function 'eng_gradient_render_pre':
 evas_engine_dfb.c:925: warning: dereferencing 'void *' pointer
 evas_engine_dfb.c:925: error: request for member 'type' in something
 not a structure or union
 evas_engine_dfb.c:926: warning: dereferencing 'void *' pointer
 evas_engine_dfb.c:926: error: request for member 'type' in something
 not a structure or union
 evas_engine_dfb.c:927: warning: dereferencing 'void *' pointer
 evas_engine_dfb.c:927: error: request for member 'type' in something
 not a structure or union
 make[5]: *** [evas_engine_dfb.lo] Error 1
 
 
 Attached is a patch to fix this compile error.
 
 
 Takayuki YAMAGUCHI
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] segv On Desklock Config

2006-10-17 Thread Metrics
On Tue, Oct 17, 2006 at 08:37:16PM +1000, Metrics wrote:
 Current CVS segfaults on changing from Basic to Advanced in desklock
 config dialog due to callbacks being registered for directory changed
 before the widgets are actually created. Just moved the callbacks to a
 bit later on.
 
 Not sure if this is actually the best way to deal with this though.
 
 metrics

Actually, the problem is a bit different. So this is actually the
correct way to fix it. Thanks dh.

metrics
Index: e_int_config_desklock.c
===
RCS file: /var/cvs/e/e17/apps/e/src/bin/e_int_config_desklock.c,v
retrieving revision 1.37
diff -u -r1.37 e_int_config_desklock.c
--- e_int_config_desklock.c 8 Oct 2006 08:04:17 -   1.37
+++ e_int_config_desklock.c 17 Oct 2006 12:32:46 -
@@ -71,7 +71,6 @@
 
int bg_mode; // config
char *bg; // config
-   Evas *evas; // local variable
Evas_Object *preview_image; // local variable
 
 #ifdef HAVE_PAM
@@ -547,7 +546,8 @@
 
z = e_zone_current_get(cfd-con);

-   cfdata-evas = evas;
+   cfdata-o_fm = NULL;
+   cfdata-o_frame = NULL;

ot = e_widget_table_add(evas, 0);
ol = e_widget_table_add(evas, 0);
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] segv On Desklock Config

2006-10-17 Thread Christopher Michael
Metrics wrote:
 On Tue, Oct 17, 2006 at 08:37:16PM +1000, Metrics wrote:
 
 Actually, the problem is a bit different. So this is actually the
 correct way to fix it. Thanks dh.
 
 metrics

Committed in cvs, Thanks :)

dh

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [PATCH] Add filereg to Desklock/Screenlock/Screamrock

2006-10-17 Thread Metrics
As per the subject. Protect the current background file for the
screenlock.

metrics
Index: e_desklock.c
===
RCS file: /var/cvs/e/e17/apps/e/src/bin/e_desklock.c,v
retrieving revision 1.27
diff -u -r1.27 e_desklock.c
--- e_desklock.c19 Sep 2006 12:26:31 -  1.27
+++ e_desklock.c17 Oct 2006 15:05:02 -
@@ -84,6 +84,10 @@
if (e_config-desklock_use_timeout)
  ecore_x_screensaver_timeout_set(e_config-desklock_timeout);
  }
+
+   if (e_config-desklock_background)
+   e_filereg_register(e_config-desklock_background);
+
return 1;
 }
 
@@ -91,6 +95,9 @@
 e_desklock_shutdown(void)
 {
e_desklock_hide();
+   if (e_config-desklock_background)
+   e_filereg_deregister(e_config-desklock_background);
+
return 1;
 }
 
Index: e_int_config_desklock.c
===
RCS file: /var/cvs/e/e17/apps/e/src/bin/e_int_config_desklock.c,v
retrieving revision 1.38
diff -u -r1.38 e_int_config_desklock.c
--- e_int_config_desklock.c 17 Oct 2006 11:10:27 -  1.38
+++ e_int_config_desklock.c 17 Oct 2006 15:05:50 -
@@ -499,8 +499,12 @@
if (cfdata-bg)
  {
if (e_config-desklock_background)
+{
+  e_filereg_deregister(e_config-desklock_background);
  evas_stringshare_del(e_config-desklock_background);
+}
e_config-desklock_background = evas_stringshare_add(cfdata-bg);
+e_filereg_register(e_config-desklock_background);
  }

if (_e_desklock_zone_num_get()  1)
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Larger diff against CVS concernig autofoo and debian/*

2006-10-17 Thread Jakob Haufe
Hi all!

I'm building debian packages of e17 for my private use for a couple of
months now. During that, I had to change some of the autofoo and
debian/* files to make the packages build correctly.

I asked on #edevelop where to send these diffs, Lutin told me to put
them here.

So here they are.

Cheers,
sur5r
? e17/libs/evas/debian/libevas0-engine-directfb.install
? e17/proto/enhance/COPYING
? e17/proto/entropy/src/include/Makefile.am
? e17/proto/exhibit/data/images/Makefile.am
? e17/proto/extrackt/COPYING
? e17/proto/extrackt/data/etk_fe/images/Makefile.am
? e_modules/devian/Makefile.in
? e_modules/devian/aclocal.m4
? e_modules/devian/autom4te.cache
? e_modules/devian/config.guess
? e_modules/devian/config.h.in
? e_modules/devian/config.log
? e_modules/devian/config.sub
? e_modules/devian/configure
? e_modules/devian/depcomp
? e_modules/devian/install-sh
? e_modules/devian/libtool
? e_modules/devian/ltmain.sh
? e_modules/devian/missing
? e_modules/devian/data/Makefile.in
? e_modules/devian/data/images/Makefile.in
? e_modules/devian/data/themes/Makefile.in
? e_modules/devian/data/themes/blue_eyed/Makefile.in
? e_modules/devian/data/themes/clean/Makefile.in
? e_modules/devian/data/themes/minimal/Makefile.in
? e_modules/devian/src/Makefile.in
? e_modules/devian/src/module/Makefile.in
Index: e17/apps/e/data/themes/images/Makefile.am
===
RCS file: /var/cvs/e/e17/apps/e/data/themes/images/Makefile.am,v
retrieving revision 1.84
diff -u -r1.84 Makefile.am
--- e17/apps/e/data/themes/images/Makefile.am   11 Oct 2006 14:41:27 -  
1.84
+++ e17/apps/e/data/themes/images/Makefile.am   17 Oct 2006 15:50:09 -
@@ -485,6 +485,7 @@
 e17_shelf_menu_bar.png \
 e17_shelf_panel.png \
 e17_shelf_top_desk.png \
+e17_icon_background.png \
 e17_busy-1.png \
 e17_busy-2.png \
 e17_busy-3.png \
Index: e17/apps/e/debian/changelog.in
===
RCS file: /var/cvs/e/e17/apps/e/debian/changelog.in,v
retrieving revision 1.3
diff -u -r1.3 changelog.in
--- e17/apps/e/debian/changelog.in  21 Apr 2006 08:19:28 -  1.3
+++ e17/apps/e/debian/changelog.in  17 Oct 2006 15:50:09 -
@@ -1,4 +1,4 @@
-enlightenment (@[EMAIL PROTECTED]) unstable; urgency=low
+enlightenment (1:@[EMAIL PROTECTED]) unstable; urgency=low
 
   * a CVS snapshot release.
 
Index: e17/apps/e/debian/rules
===
RCS file: /var/cvs/e/e17/apps/e/debian/rules,v
retrieving revision 1.14
diff -u -r1.14 rules
--- e17/apps/e/debian/rules 30 Sep 2006 09:18:56 -  1.14
+++ e17/apps/e/debian/rules 17 Oct 2006 15:50:09 -
@@ -7,7 +7,7 @@
 
 install/enlightenment::
mkdir debian/enlightenment/etc
-   mv debian/tmp/usr/etc/enlightenment debian/enlightenment/etc/
+   mv debian/tmp/etc/enlightenment debian/enlightenment/etc/
find debian/tmp/usr/lib/enlightenment/modules/cpufreq/ -name 'freqset' 
-exec chmod 4755 {} \;
 
 clean::
Index: e17/apps/e_utils/src/bin/e17genmenu/Makefile.am
===
RCS file: /var/cvs/e/e17/apps/e_utils/src/bin/e17genmenu/Makefile.am,v
retrieving revision 1.6
diff -u -r1.6 Makefile.am
--- e17/apps/e_utils/src/bin/e17genmenu/Makefile.am 5 Sep 2006 16:35:18 
-   1.6
+++ e17/apps/e_utils/src/bin/e17genmenu/Makefile.am 17 Oct 2006 15:50:09 
-
@@ -11,7 +11,8 @@
 
 AM_CFLAGS =\
 -Wall\
--g
+-g \
+-DMAX_PATH=PATH_MAX
 
 bin_PROGRAMS = e17genmenu
 
Index: e17/apps/eclair/Makefile.am
===
RCS file: /var/cvs/e/e17/apps/eclair/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- e17/apps/eclair/Makefile.am 10 Oct 2005 20:11:06 -  1.3
+++ e17/apps/eclair/Makefile.am 17 Oct 2006 15:50:10 -
@@ -29,4 +29,4 @@
 EXTRA_DIST = README AUTHORS COPYING TODO NEWS \
debian/changelog debian/changelog.in \
debian/rules debian/control debian/copyright \
-   debian/eclair.files debian/docs
+   debian/docs
Index: e17/apps/entrance/Makefile.am
===
RCS file: /var/cvs/e/e17/apps/entrance/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- e17/apps/entrance/Makefile.am   13 Aug 2006 04:18:26 -  1.13
+++ e17/apps/entrance/Makefile.am   17 Oct 2006 15:50:10 -
@@ -10,6 +10,9 @@
debian/entrance.postrm debian/entrance.prerm \
debian/entrance.config debian/etc/pam debian/etc/init \
debian/etc/Xsession m4/ac_expand_dir.m4 m4/ac_path_generic.m4 \
+   debian/entrance.install \
+   debian/libentrance0-edit.install \
+   debian/libentrance0-edit-dev.install \
debian/entrance.templates entrance.spec.in
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess 

Re: [E-devel] bytecode hinting and desktop files

2006-10-17 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman), il 17/10/2006 03:54, scrisse:

 the version of freetype is 2.2.1, and indeed
 in/usr/include/freetype2/freetype/ftmodapi.h I see these lines: FT_EXPORT
 ( FT_TrueTypeEngineType )FT_Get_TrueType_Engine_Type( FT_Library  library );
 
 so the eature is ythere - and it is seemingly reporting that ft2 cannot do
 bytecode hinting - thus no option to do it.

but ft2 *CAN* surely do bytecode hinting, I'm pretty sure about this
because:
1) my previous installations of enlightenment used bytecode hinting
and the font looked better
2) in /usr/include/freetype2/freetype/config/ftoption.h there is
#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER

why ft2 should say it's unable to do bytecode?
am I the only one facing this problem?
is there a piece of code somewhere I could use to see what
FT_Get_TrueType_Engine_Type returns?

-- 
   Massimo Maiurana massimoatragusa.linux.it
   http://massimo.solira.org   GPG keyID #7044D601

Articolo 11 - L'Italia ripudia la guerra come strumento di offesa
alla libertà degli altri popoli e come mezzo di risoluzione delle
controversie internazionali





-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] building with automake-1.10

2006-10-17 Thread Mike Frysinger
a user was saying he couldnt build e yesterday on Gentoo because he was 
getting errors like:
Running automake...
configure.in:152: required file `./config.rpath' not found
configure.in:8: installing `./missing'
configure.in:8: installing `./install-sh'
po/Makefile.am:6: addsuffix .mo,$(ALL_LINGUAS: non-POSIX variable name
po/Makefile.am:6: (probably a GNU make extension)
po/Makefile.am:8: addsuffix .po,$(ALL_LINGUAS: non-POSIX variable name
po/Makefile.am:8: (probably a GNU make extension)
po/Makefile.am:10: `%'-style pattern rules are a GNU make extension
src/bin/Makefile.am: installing `./depcomp'

this is because he has automake-1.10 and i dont think any other distro out 
there has added it yet :)
-mike


pgp1gZL7NfFbz.pgp
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread David Seikel
On Tue, 17 Oct 2006 15:42:24 -0400 Mike Frysinger [EMAIL PROTECTED]
wrote:

 a user was saying he couldnt build e yesterday on Gentoo because he
 was getting errors like:
 Running automake...
 configure.in:152: required file `./config.rpath' not found
 configure.in:8: installing `./missing'
 configure.in:8: installing `./install-sh'
 po/Makefile.am:6: addsuffix .mo,$(ALL_LINGUAS: non-POSIX variable name
 po/Makefile.am:6: (probably a GNU make extension)
 po/Makefile.am:8: addsuffix .po,$(ALL_LINGUAS: non-POSIX variable name
 po/Makefile.am:8: (probably a GNU make extension)
 po/Makefile.am:10: `%'-style pattern rules are a GNU make extension
 src/bin/Makefile.am: installing `./depcomp'
 
 this is because he has automake-1.10 and i dont think any other
 distro out there has added it yet :)
 -mike

I'm finding that these very new versions of the various autotools are
very good at breaking things.


signature.asc
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread Michael Jennings
On Tuesday, 17 October 2006, at 15:42:24 (-0400),
Mike Frysinger wrote:

 this is because he has automake-1.10 and i dont think any other
 distro out there has added it yet :)

Or he took the release and built from the source tarball; distribution
has nothing to do with it.

Early major autoSPLAT releases are never a good idea as problems are
more likely to be bugs in the tool than bugs in the program that uses
them.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 Programming is like sex.  One little mistake and you have to support
  it for life. -- Unknown

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread Mike Frysinger
On Tuesday 17 October 2006 16:10, Michael Jennings wrote:
 Or he took the release and built from the source tarball; distribution
 has nothing to do with it.

i talked to the guy, i know what he was doing

 Early major autoSPLAT releases are never a good idea as problems are
 more likely to be bugs in the tool than bugs in the program that uses
 them.

in this case, the error is informative ... the makefiles are [incorrectly] 
trying to use GNU makism's in otherwise portable code
-mike


pgp0wauWBoupd.pgp
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread Michael Jennings
On Tuesday, 17 October 2006, at 16:56:12 (-0400),
Mike Frysinger wrote:

 in this case, the error is informative ... the makefiles are
 [incorrectly] trying to use GNU makism's in otherwise portable code

That's not the problem.  The problem is that automake 1.10 is
[incorrectly] (sic) counting as an error what is more properly a
warning and for what previously didn't even generate *that*.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 I don't care if you win or lose, just as long as you win.
 -- Vince Lombardi

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread Mike Frysinger
On Tuesday 17 October 2006 17:20, Michael Jennings wrote:
 Mike Frysinger wrote:
  in this case, the error is informative ... the makefiles are
  [incorrectly] trying to use GNU makism's in otherwise portable code

 That's not the problem.  The problem is that automake 1.10 is
 [incorrectly] (sic) counting as an error what is more properly a
 warning and for what previously didn't even generate *that*.

actually we're both wrong

the error is this:
configure.in:152: required file `./config.rpath' not found

the warnings are these:
configure.in:8: installing `./missing'
configure.in:8: installing `./install-sh'
po/Makefile.am:6: addsuffix .mo,$(ALL_LINGUAS: non-POSIX variable name
po/Makefile.am:6: (probably a GNU make extension)
po/Makefile.am:8: addsuffix .po,$(ALL_LINGUAS: non-POSIX variable name
po/Makefile.am:8: (probably a GNU make extension)
po/Makefile.am:10: `%'-style pattern rules are a GNU make extension
src/bin/Makefile.am: installing `./depcomp'
-mike


pgpVMPRpYIRVe.pgp
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread The Rasterman
On Tue, 17 Oct 2006 17:51:42 -0400 Mike Frysinger [EMAIL PROTECTED] babbled:

 On Tuesday 17 October 2006 17:20, Michael Jennings wrote:
  Mike Frysinger wrote:
   in this case, the error is informative ... the makefiles are
   [incorrectly] trying to use GNU makism's in otherwise portable code
 
  That's not the problem.  The problem is that automake 1.10 is
  [incorrectly] (sic) counting as an error what is more properly a
  warning and for what previously didn't even generate *that*.
 
 actually we're both wrong
 
 the error is this:
 configure.in:152: required file `./config.rpath' not found

which to me smells of an autofoo problem as this would be something
auto-generated by autoconf (or a combination of automake macros for autoconf
etc.) etc. definitely not something we need to supply.

 the warnings are these:
 configure.in:8: installing `./missing'
 configure.in:8: installing `./install-sh'
 po/Makefile.am:6: addsuffix .mo,$(ALL_LINGUAS: non-POSIX variable name
 po/Makefile.am:6: (probably a GNU make extension)
 po/Makefile.am:8: addsuffix .po,$(ALL_LINGUAS: non-POSIX variable name
 po/Makefile.am:8: (probably a GNU make extension)
 po/Makefile.am:10: `%'-style pattern rules are a GNU make extension
 src/bin/Makefile.am: installing `./depcomp'
 -mike
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] bytecode hinting and desktop files

2006-10-17 Thread The Rasterman
On Tue, 17 Oct 2006 17:54:15 +0200 Massimo Maiurana [EMAIL PROTECTED]
babbled:

[  7:45AM ~ ] dpkg -l | grep freet
ii  libfreetype6
2.2.1-5   FreeType 2 font engine, shared library files
ii  libfreetype6-dev
2.2.1-5   FreeType 2 font engine, development files
[  7:47AM /usr/include/freetype2/freetype ] grep FT_Get_TrueType_Engine_Type *
ftmodapi.h:   * by the @FT_Get_TrueType_Engine_Type function.
ftmodapi.h:   * FT_Get_TrueType_Engine_Type
ftmodapi.h:  FT_Get_TrueType_Engine_Type( FT_Library  library );

and i get bytecode hinting as an option. debian (and ubuntu) have a history of
shipping freetype with the bytecode hinting enabled.

all i can imagine is that you have a somehow messed up ft2 build.

[  7:50AM ~/C/evas/src/lib/engines/common ] grep FT_Get_TrueType_Engine_Type *.c
evas_font_load.c:return FT_Get_TrueType_Engine_Type(evas_ft_lib) =

#if FREETYPE_MINOR = 2
 return FT_Get_TrueType_Engine_Type(evas_ft_lib) =
FT_TRUETYPE_ENGINE_TYPE_PATENTED;
#else

ie check the code - if your minor ver = 2 then it uses that function and
whatever it returns is used as a result, and if you don't have that function it
assumes you have bytecode hinting anyway (as there is no consistent way to check
that actually works where it should).

 Carsten Haitzler (The Rasterman), il 17/10/2006 03:54, scrisse:
  the version of freetype is 2.2.1, and indeed
  in/usr/include/freetype2/freetype/ftmodapi.h I see these lines:
  FT_EXPORT ( FT_TrueTypeEngineType )FT_Get_TrueType_Engine_Type
  ( FT_Library  library );  so the eature is ythere - and it is seemingly
  reporting that ft2 cannot do bytecode hinting - thus no option to do it.
 but ft2 *CAN* surely do bytecode hinting, I'm pretty sure about
 thisbecause:1) my previous installations of enlightenment used bytecode
 hintingand the font looked better2)
 in /usr/include/freetype2/freetype/config/ftoption.h there is#define
 TT_CONFIG_OPTION_BYTECODE_INTERPRETER why ft2 should say it's unable to do
 bytecode?am I the only one facing this problem?is there a piece of code
 somewhere I could use to see whatFT_Get_TrueType_Engine_Type returns?

see the above - add a printf and see what that func actually returns - but i
bet you it is saying that it DOESNT do patented hinting.

 --Massimo Maiurana massimoatragusa.linux.it
 http://massimo.solira.org   GPG keyID #7044D601 Articolo 11 - L'Italia
 ripudia la guerra come strumento di offesaalla libertà degli altri popoli e
 come mezzo di risoluzione dellecontroversie internazionali
 
 
 
 
 -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 easierDownload
 IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___enlightenment-devel
 mailing
 [EMAIL PROTECTED]://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote:
 On Tue, 17 Oct 2006 17:51:42 -0400 Mike Frysinger [EMAIL PROTECTED] babbled:
 
 On Tuesday 17 October 2006 17:20, Michael Jennings wrote:
 Mike Frysinger wrote:
 in this case, the error is informative ... the makefiles are
 [incorrectly] trying to use GNU makism's in otherwise portable code
 That's not the problem.  The problem is that automake 1.10 is
 [incorrectly] (sic) counting as an error what is more properly a
 warning and for what previously didn't even generate *that*.
 actually we're both wrong

 the error is this:
 configure.in:152: required file `./config.rpath' not found
 
 which to me smells of an autofoo problem as this would be something
 auto-generated by autoconf (or a combination of automake macros for autoconf
 etc.) etc. definitely not something we need to supply.
 
 the warnings are these:
 configure.in:8: installing `./missing'
 configure.in:8: installing `./install-sh'
 po/Makefile.am:6: addsuffix .mo,$(ALL_LINGUAS: non-POSIX variable name
 po/Makefile.am:6: (probably a GNU make extension)
 po/Makefile.am:8: addsuffix .po,$(ALL_LINGUAS: non-POSIX variable name
 po/Makefile.am:8: (probably a GNU make extension)
 po/Makefile.am:10: `%'-style pattern rules are a GNU make extension
 src/bin/Makefile.am: installing `./depcomp'
 -mike

 
Not sure but I think there was a similar problem in e16 ages ago. IIRC 
it was solved by changing the order of things in autogen.sh to

autopoint ...
aclocal ...
autoconf ...
autoheader ...
libtoolize ...
automake ...

/Kim


-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread Mike Frysinger
On Tuesday 17 October 2006 19:23, Kim Woelders wrote:
 Not sure but I think there was a similar problem in e16 ages ago. IIRC
 it was solved by changing the order of things in autogen.sh to

 autopoint ...

yeah, it needs autopoint ... none of the scripts run it at the moment ...

i'm not about to screw with it as the E apps all try and do their own thing 
when it comes to po handling rather than use the stuff from gettext
-mike


pgp1GOwG9Vtxg.pgp
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread David Seikel
On Wed, 18 Oct 2006 01:23:49 +0200 Kim Woelders [EMAIL PROTECTED] wrote:

  
 Not sure but I think there was a similar problem in e16 ages ago.
 IIRC it was solved by changing the order of things in autogen.sh to
 
 autopoint ...
 aclocal ...
 autoconf ...
 autoheader ...
 libtoolize ...
 automake ...

Most, if not all, of that can be handled properly by simply calling
autoreconf with appropriate arguments.  Should take care of
ordering issues as well.  At least in theory.


signature.asc
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] building with automake-1.10

2006-10-17 Thread Michael Jennings
On Tuesday, 17 October 2006, at 17:51:42 (-0400),
Mike Frysinger wrote:

 actually we're both wrong
 
 the error is this:
 configure.in:152: required file `./config.rpath' not found
 
 the warnings are these:
 configure.in:8: installing `./missing'
 configure.in:8: installing `./install-sh'
 po/Makefile.am:6: addsuffix .mo,$(ALL_LINGUAS: non-POSIX variable name
 po/Makefile.am:6: (probably a GNU make extension)
 po/Makefile.am:8: addsuffix .po,$(ALL_LINGUAS: non-POSIX variable name
 po/Makefile.am:8: (probably a GNU make extension)
 po/Makefile.am:10: `%'-style pattern rules are a GNU make extension
 src/bin/Makefile.am: installing `./depcomp'

Oh, okay.  If they're non-fatal, that's cool.  I guess I shouldn't
jump to conclusions, eh? :)

config.rpath is relatively new; what version of automake brought that
about?

Unfortunately, autoreconf is also fairly new, and it doesn't always
work.  Perhaps what we need is an attempt to autoreconf where failure
falls back to the old way of doing things one by one and allowing for
the possibility of failure for certain auto* commands that might not
exist (like the one that creates config.rpath).

Opinions?

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 I have tasted my own hunger, sold my body to survive.  Some have
  paid to scratch the surface, but they can't touch what's inside.
  -- Richard Marx, Children of the Night

-
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=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel