Re: [e-users] next easy_e17.sh issue

2011-01-07 Thread Andreas Volz
Am Tue, 04 Jan 2011 13:29:22 -0500 schrieb Geoffrey Myers:

 tony oliveri wrote:
  2011/1/4 Geoffrey Myers li...@serioustechnology.com
  
  I get this:
 
  Running aclocal...
  configure.ac:193: error: AC_LANG: unknown language: Objective C
  autoconf/lang.m4:123: _AC_LANG_SET is expanded from...
  autoconf/lang.m4:141: AC_LANG_PUSH is expanded from...
  autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
  autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
  configure.ac:32: rw_PROG_OBJC_WORKS is expanded from...
  configure.ac:193: the top level
  autom4te: /usr/bin/m4 failed with exit status: 1
  aclocal: autom4te failed with exit status: 1
 
  So I'm thinking I need the Objective C gcc plugin.  Install it, but
  still get the same error.  Anyone?
 
 
  --
  Until later, Geoffrey
 
  
  
  Hi Geoffrey,
  try another version of autoconf package (it's just an attempt), if
  you can. Or try to install gobjc (the GNU *compiler* for Objective
  C). Good luck :)
 
 I've got gcc-objc installed.  Any suggestion on which version of 
 autoconf I might try?

I've installed those:

 autoconf
autoconf  autoconf2.13  autoconf2.50  
 autoconf --version
Autoconf version 2.13
---
Autoconf 2.13 chosen by Debian wrapper script.
For information and tuning advice see autoconf(1)

regards
Andreas

--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Fwd: Animated Icons

2011-01-07 Thread PaulTT
On Wed, Jan 5, 2011 at 10:41 PM, Benjamin Flanagin bflana...@gmail.com wrote:
 Sorry if this has been addressed. When changing an Icon ( in this case
 firefox) to an animated edj the icon becomes blank in all locations except
 in the edit Icon dialog and in the proper position in the popup menu to
 enter the dialog. Under the dialog and in the popup the icon works as
 expected. Has anyone else experienced this?

hi
could you have an old edj file for the icon
i noted that newer e17 break usage of old edj
try this one and see if it's this the cause (this one should work):

http://exchange.enlightenment.org/theme/show/2619

--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problem getting X Window ID.

2011-01-07 Thread Nicolas
Hi Christopher and Carsten,

Indeed, in this way it works !
Thank you.

Regards,
Nicolas.

 On 01/06/2011 05:32 PM, Nicolas wrote:
 Hi,

 I'm using Ecore_X and I'm trying to get the X window ID of the 
 Ecore_Window.

 I do:

 int pm;
 ecore_x_window_prop_xid_get(mywindow, NULL, NULL,pm, 1);

 pm is not null but it doesn't seem to work.
 Is this the correct way ?

 Ecore_X api is:
 ecore_x_window_prop_xid_get(Ecore_X_Window win, Ecore_X_Atom atom,
 Ecore_X_Atom type, Ecore_X_ID *lst, unsigned int len);

 I don't know what to write in Ecore_X_Atom atom and Ecore_X_Atom 
 type...

 Thanks in advance for reply.
 Nicolas.


 ecore_x_window_new already returns the X Window Id:

 Ecore_X_Window win;
 win = ecore_x_window_new(NULL, 0, 0, 100, 100);

 Here, win is the X Window Id. ecore_x_window_new uses XCreateWindow, 
 which returns the id, so no reason to do a window_prop_xid_get really.

 The XCreateWindow function creates an unmapped subwindow for a 
 specified parent window, returns the window ID of the created window

 You should avoid fetching window props  atoms as much as possible 
 because most (if not all) are round-trip requests.

 Someone feel free to correct me if I am wrong here.

 Cheers,
 dh



--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] next easy_e17.sh issue

2011-01-07 Thread Geoffrey Myers
Andreas Volz wrote:
 Am Tue, 04 Jan 2011 13:29:22 -0500 schrieb Geoffrey Myers:
 
 tony oliveri wrote:
 2011/1/4 Geoffrey Myers li...@serioustechnology.com

 I get this:

 Running aclocal...
 configure.ac:193: error: AC_LANG: unknown language: Objective C
 autoconf/lang.m4:123: _AC_LANG_SET is expanded from...
 autoconf/lang.m4:141: AC_LANG_PUSH is expanded from...
 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
 configure.ac:32: rw_PROG_OBJC_WORKS is expanded from...
 configure.ac:193: the top level
 autom4te: /usr/bin/m4 failed with exit status: 1
 aclocal: autom4te failed with exit status: 1

 So I'm thinking I need the Objective C gcc plugin.  Install it, but
 still get the same error.  Anyone?


 --
 Until later, Geoffrey


 Hi Geoffrey,
 try another version of autoconf package (it's just an attempt), if
 you can. Or try to install gobjc (the GNU *compiler* for Objective
 C). Good luck :)
 I've got gcc-objc installed.  Any suggestion on which version of 
 autoconf I might try?
 
 I've installed those:
 
 autoconf
 autoconf  autoconf2.13  autoconf2.50  
 autoconf --version
 Autoconf version 2.13
 ---
 Autoconf 2.13 chosen by Debian wrapper script.
 For information and tuning advice see autoconf(1)

I've got:

autoconf --version
autoconf (GNU Autoconf) 2.59

So I should try something older?

 
 regards
   Andreas
 
 --
 Gaining the trust of online customers is vital for the success of any company
 that requires sensitive data to be transmitted over the Web.   Learn how to 
 best implement a security strategy that keeps consumers' information secure 
 and instills the confidence they need to proceed with transactions.
 http://p.sf.net/sfu/oracle-sfdevnl 
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-- 
Until later, Geoffrey

I predict future happiness for America if they can prevent
the government from wasting the labors of the people under
the pretense of taking care of them.
- Thomas Jefferson

--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] next easy_e17.sh issue

2011-01-07 Thread Geoffrey Myers
Installed a different version of autoconf and got past that hurdle.  New
issue building ecore.  A good bit of output with a number of warnings
followed by:

configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
src/bin/Makefile.am: installing `./depcomp'
src/lib/ecore_con/Makefile.am: installing `./compile'
configure.ac:1438: required file `$po_makefile_in.in' not found


Not sure what to make of that.

Be glad to post that rest of the log if necessary.

-- 
Until later, Geoffrey

I predict future happiness for America if they can prevent
the government from wasting the labors of the people under
the pretense of taking care of them.
- Thomas Jefferson

--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] next easy_e17.sh issue

2011-01-07 Thread Geoffrey Myers
Geoffrey Myers wrote:
 Installed a different version of autoconf and got past that hurdle.  New
 issue building ecore.  A good bit of output with a number of warnings
 followed by:
 
 configure.ac: installing `./install-sh'
 configure.ac: installing `./missing'
 src/bin/Makefile.am: installing `./depcomp'
 src/lib/ecore_con/Makefile.am: installing `./compile'
 configure.ac:1438: required file `$po_makefile_in.in' not found
 
 
 Not sure what to make of that.
 
 Be glad to post that rest of the log if necessary.

Here are the actual warnings without the extraneous stuff:

configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): 
suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious 
cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious 
cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): 
suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious 
cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious 
cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): 
suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious 
cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious 
cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): 
suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious 
cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, 
...): suspicious cache-id, must contain _cv_ to be cached
configure.ac:42: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious 
cache-id, must contain _cv_ to be cached
configure.ac:42: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in body


-- 
Until later, Geoffrey

I predict future happiness for America if they can prevent
the government from wasting the labors of the people under
the pretense of taking care of them.
- Thomas Jefferson


Re: [e-users] Fwd: Animated Icons

2011-01-07 Thread The Rasterman
On Fri, 7 Jan 2011 17:50:29 +0100 PaulTT pau...@gmail.com said:

 On Wed, Jan 5, 2011 at 10:41 PM, Benjamin Flanagin bflana...@gmail.com
 wrote:
  Sorry if this has been addressed. When changing an Icon ( in this case
  firefox) to an animated edj the icon becomes blank in all locations except
  in the edit Icon dialog and in the proper position in the popup menu to
  enter the dialog. Under the dialog and in the popup the icon works as
  expected. Has anyone else experienced this?
 
 hi
 could you have an old edj file for the icon
 i noted that newer e17 break usage of old edj
 try this one and see if it's this the cause (this one should work):
 
 http://exchange.enlightenment.org/theme/show/2619

it was a bug in e. i fixed it yesterday. the st fdo icon for e_icon didnt allow
for edj files.


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users