Re: [e-users] Error when building under debian jessie

2014-02-21 Thread rob
On 20/02/14 17:25, Massimo Maiurana wrote:
 Rob, il 20/02/2014 12:01, ha scritto:

 Either sudo or as root run ldconfig


 That won't help as we're talking about an header, not a lib.
 I guess e_container.h is present in e17 and in e18, but it's not present
 anymore in current git (e19) because it now uses elementary as widget kit.
 Many extra modules in git don't work with current enlightenment, e.g. I
 can't use anymore the net and the alarm modules :(


Yep, apologies
rob


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error when building under debian jessie

2014-02-20 Thread Pierre Couderc
Ok, now the point is to understand what mistake I did and/or why 
easy_efl.sh did not load it.


Le 20/02/2014 10:19, Dave a écrit :
   Let me check the source code ...

   Seems like you're missing the e_container.h header file.  It's part of the
 E17/E18 WM source.

   Cheers,
   dave.k



   In the year 2014, of the month of February, on the 20th day, Pierre Couderc 
 wrote:
 I am builing under debian jessie with easy_efl.sh, and I get an error in
 diskio :

 In file included from e_mod_config.c:2:0:
 e_mod_main.h:64:45: error: unknown type name 'E_Container'
E_Config_Dialog *e_int_config_diskio_module(E_Container *con,
 Config_Item *ci);
^

 etc...


 What am I missing...?
 Thank you
 Pierre Couderc

 --
 Managing the Performance of Cloud-Based Applications
 Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
 Read the Whitepaper.
 http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 --
 Managing the Performance of Cloud-Based Applications
 Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
 Read the Whitepaper.
 http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error when building under debian jessie

2014-02-20 Thread Rob
On 20 February 2014 10:14:37 GMT+00:00, Pierre Couderc pie...@couderc.eu 
wrote:
Ok, now the point is to understand what mistake I did and/or why 
easy_efl.sh did not load it.


Le 20/02/2014 10:19, Dave a écrit :
   Let me check the source code ...

   Seems like you're missing the e_container.h header file.  It's
part of the
 E17/E18 WM source.

   Cheers,
   dave.k



   In the year 2014, of the month of February, on the 20th day, Pierre
Couderc wrote:
 I am builing under debian jessie with easy_efl.sh, and I get an
error in
 diskio :

 In file included from e_mod_config.c:2:0:
 e_mod_main.h:64:45: error: unknown type name 'E_Container'
E_Config_Dialog *e_int_config_diskio_module(E_Container *con,
 Config_Item *ci);
^

 etc...


 What am I missing...?
 Thank you
 Pierre Couderc


--
 Managing the Performance of Cloud-Based Applications
 Take advantage of what the Cloud has to offer - Avoid Common
Pitfalls.
 Read the Whitepaper.

http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
 Managing the Performance of Cloud-Based Applications
 Take advantage of what the Cloud has to offer - Avoid Common
Pitfalls.
 Read the Whitepaper.

http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Either sudo or as root run ldconfig
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error when building under debian jessie

2014-02-20 Thread Pierre Couderc
Le 20/02/2014 12:01, Rob a écrit :
 On 20 February 2014 10:14:37 GMT+00:00, Pierre Couderc pie...@couderc.eu 
 wrote:
 Ok, now the point is to understand what mistake I did and/or why
 easy_efl.sh did not load it.


 Le 20/02/2014 10:19, Dave a écrit :
Let me check the source code ...

Seems like you're missing the e_container.h header file.  It's
 part of the
 E17/E18 WM source.

Cheers,
dave.k



In the year 2014, of the month of February, on the 20th day, Pierre
 Couderc wrote:
 I am builing under debian jessie with easy_efl.sh, and I get an
 error in
 diskio :

 In file included from e_mod_config.c:2:0:
 e_mod_main.h:64:45: error: unknown type name 'E_Container'
 E_Config_Dialog *e_int_config_diskio_module(E_Container *con,
 Config_Item *ci);
 ^

 etc...


 What am I missing...?
 Thank you
 Pierre Couderc


 Either sudo or as root run ldconfig 
I have run ldconfig, then again easy_efl.bat with the same error.

e_container.h is not present on my computer



--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error when building under debian jessie

2014-02-20 Thread Massimo Maiurana
Rob, il 20/02/2014 12:01, ha scritto:

 Either sudo or as root run ldconfig
 

That won't help as we're talking about an header, not a lib.
I guess e_container.h is present in e17 and in e18, but it's not present
anymore in current git (e19) because it now uses elementary as widget kit.
Many extra modules in git don't work with current enlightenment, e.g. I
can't use anymore the net and the alarm modules :(

-- 
Massimo Maiurana
Ragusa (RG)

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error when building under debian jessie

2014-02-20 Thread Christopher Barry
On Fri, 21 Feb 2014 09:04:48 +0900
Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:

On Thu, 20 Feb 2014 22:53:13 +0100 Pierre Couderc pie...@couderc.eu
said:

modules are patches against e. they need to update as e updates. yes -
e from git has no more e_container.h. :) those that want those modules
to work.. need to update them. :)


Maybe a dumb question, but if adding a new module requires a patch to
e, then why/how is that modular? :)

Are you really saying that the module interface in e has changed, and
for older modules to work, they need to implement this new interface?

-C

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error when building under debian jessie

2014-02-20 Thread The Rasterman
On Thu, 20 Feb 2014 19:49:52 -0500 Christopher Barry
christopher.r.ba...@gmail.com said:

 On Fri, 21 Feb 2014 09:04:48 +0900
 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:
 
 On Thu, 20 Feb 2014 22:53:13 +0100 Pierre Couderc pie...@couderc.eu
 said:
 
 modules are patches against e. they need to update as e updates. yes -
 e from git has no more e_container.h. :) those that want those modules
 to work.. need to update them. :)
 
 
 Maybe a dumb question, but if adding a new module requires a patch to
 e, then why/how is that modular? :)

no. modules *ARE* patches. they don't need patches. they *ARE* patches. patches
need to be updated relative to the code they depend on. we don't maintain a
stable api/abi within enlightenment - it's not a library like the efl libs are
with a stable api/abi for development. e's internal api/abi moves and changes.
modules have to adapt to keep working like any patch does.

 Are you really saying that the module interface in e has changed, and
 for older modules to work, they need to implement this new interface?
 
 -C
 
 --
 Managing the Performance of Cloud-Based Applications
 Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
 Read the Whitepaper.
 http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


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


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error when building under debian jessie

2014-02-20 Thread Pierre Couderc

Le 21/02/2014 01:59, Carsten Haitzler (The Rasterman) a écrit :
 On Thu, 20 Feb 2014 19:49:52 -0500 Christopher Barry
 christopher.r.ba...@gmail.com said:

 On Fri, 21 Feb 2014 09:04:48 +0900
 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:

 On Thu, 20 Feb 2014 22:53:13 +0100 Pierre Couderc pie...@couderc.eu
 said:

 modules are patches against e. they need to update as e updates. yes -
 e from git has no more e_container.h. :) those that want those modules
 to work.. need to update them. :)

 Maybe a dumb question, but if adding a new module requires a patch to
 e, then why/how is that modular? :)
 no. modules *ARE* patches. they don't need patches. they *ARE* patches. 
 patches
 need to be updated relative to the code they depend on. we don't maintain a
 stable api/abi within enlightenment - it's not a library like the efl libs are
 with a stable api/abi for development. e's internal api/abi moves and changes.
 modules have to adapt to keep working like any patch does.


OK, I conclude that I am too young in Enlightenment to try the git 
version, and I come back to a stable version...


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users