[E-devel] Re: cvs log?

2005-03-05 Thread Kevin Brosius
Hi David,
  Is this anon cvs?  If so, we see that once in a while.  It will
automatically clear within ~5 hours.  Sorry for the inconvenience.  It
appears to be an artifact of the sourceforge copy over from dev cvs to
anon cvs.

Kevin


David Stubbs wrote:
> 
> 
> Message body follows:
> 
> Hi Kevin,
> 
> Just wondering if you are using cvs at the moment? there has
> been a lock in /cvsroot/enlightenment/e17/apps/e/m4 for
> almost two hours. not sure if it can be cleared, it has your
> userid on it sleuth.
> 
> Thanks,
> 
>  David
> 
> --
> This message has been sent to you, a registered SourceForge.net user,
> by another site user, through the SourceForge.net site.  This message
> has been delivered to your SourceForge.net mail alias.  You may reply
> to this message using the "Reply" feature of your email client, or
> using the messaging facility of SourceForge.net at:
> https://sourceforge.net/sendmessage.php?touser=92716


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] E Summary 05-03-2005

2005-03-05 Thread dan sinclair
The Path to Enlightenment II
 
Well, it hasn't been long since the last summary, but I want to mention
a few projects and given that a bunch of stuff has been happening, I
figured it was time to do a second summary.


EET API Breakage 

There was a minor change to the EET API. EET_FILE_MODE_RW changed to
EET_FILE_MODE_READ_WRITE, for consistency. This will break any apps
using the old name. (All the apps in CVS should be updated). If your
using EET, and not in CVS, then do a quick grep to see if you need to
get this fixed up. 


EWL Filedialog segv Fixed
-
If you've used the EWL filedialog and ended with a SEGV when you tried
to change more then two directory, well, update CVS as its been fixed.
Thanks to Stafford Horne for tracking down the bug and sending a fix to
this annoying issue.


e-snapshots
---
Tilman pointed out to me that his snapshots are, in fact, generated
nightly as I thought was the case. If you want something more like an
official release snapshot take a look at
http://enlightenment.freedesktop.org/, Raster has cut a few releases and
placed them there.
  
  
Ruby 

If you're at all interested in the Ruby language then you'll be
interested in this. Tilman has ben hard at work creating EFL bindings
for Ruby. Thats right, you can do EFL programming in Ruby. Take a look
at http://code-monkey.de/projects/ruby-efl.html and
http://code-monkey.de/projects/ruby-eet.html for more information.

Along the same lines, Tilman has created an Edje compiler that reads
Ruby. If your so inclined, instead of using the EDC syntax, you can work
directly in Ruby. For more information on how to do this take a look at,
http://code-monkey.de/code/anEdjeCompilerInRuby.html


Undefined Symbols While Compiling

This problem seems to keep popping up on the IRC channel and on the
mailing list, so I thought I'd re-post Rasters comment to the mailing
list on the issue.

  let me say this here (for everyone - use google!!!) that if suddenly
  e17 or some bit of e starts complaining about undefined symbols.. look
  AT the symbol name.  it BEGINS with the lib/system that provides it
  (ecore_something comes from ecore. edje_something comes from edje.
  evas_something comes from evas etc.).  and UPDATE that lib/subsystem.
  that system as been updated/changed to have new function calls. don't
  mail us here. there is NO bug. this is user error when following cvs.
  IF you have updated the lib AND the app and tried a few times (and
  waited a few hours in case parts of cvs are just out of sync) THEN
  tell us - but only AFTER doing the above.


Debian Repository
-
If your running Debian and want to install the EFL from packages, then
Shadoi has you setup. There is a Debian repository available,
information is here:
http://shadoi.soulmachine.net/2004/11/enlightenment-for-needy.html and
to be nice to Shadoi and his bandwidth,
http://shadoi.soulmachine.net/2005/02/mirrors.html


Ecore_Evas
--
If you want to use Evas in your app, the easiest way to get everything
setup correctly is to use the Ecore_Evas module. This will handle all
the grunt work of setting up the Evas, and makes everything copacetic.
If you want more information on using Ecore_Evas take a look at the EFL
Cookbook in the documentation section of the website.


Packaging
-
Raster has been pushing the libs toward an automated packaging system
invoked through the Makefiles, which has raised a bit of contention, and
also raised the issue that we could use a Release Manager. If you feel
you've got the stuff, and will have the stuff for quite a while, send a
message to the list. A central person to co-ordinate the packaging
issues could be quite handy.


Evas Textblock
--
There seems to be an issue with the evas_object_textblock such that the
native size it reports will be a couple of pixels too short. (If you
seem to be losing the last char in your text try adding 2 to the width
and see if the character comes back). This can be seen with
http://www.everburning.com/tmp/tb.c

In other textblock news, I've written up a quick introduction to the
textblock and its different formatting options. If you want to take a
look, it's available in the original docbook, HTML or PDF. The files are
at:
http://www.everburning.com/docs/evas_textblock/evas_textblock_intro.xml
http://www.everburning.com/docs/evas_textblock/evas_textblock_intro.html
http://www.everburning.com/docs/evas_textblock/evas_textblock_intro.pdf


EWL Popup Menus
---
Using EWL and want a popup menu off of a widget? No problem, as Nathan
pointed out its as simple as using the ewl_imenu or ewl_menu and setting
up the click callbacks on the item. Just expand/collapse the menu as
needed.


Anon CVS locked?

Using anon CVS and keep getting a message saying a directory is locked?
Sadly, there is nothing we can do about it. It seems to b

Re: [E-devel] imlib2 and README.in

2005-03-05 Thread The Rasterman
On Thu, 3 Mar 2005 22:43:14 -0600 "robotron:2084" <[EMAIL PROTECTED]>
babbled:

> i'm trying to compile imlib2 from cvs (checked out today).  i ran into
> some trouble with autogen.sh, specifically the automake portion of the
> process, in the form of this complaint: "Makefile.am: required file
> `./README' not found".

it may complain. but it works fine :)

> i did some investigation, and have noticed that README has been
> converted into README.in.  looking through Makefile.am, i realized
> that hacking autofoo scripts is not a strength of mine, and i'm not
> really certain of the processes that automake undertakes when it does
> its magic.  my first crack at a solution, removing the references to
> README but leaving README.in in Makefile.am, was more like the crack
> of a knuckle.  automake still complains.
> 
> i can just cp README.in README, which is enough to fool automake into
> running, but i'm interested in knowing why the original setup wasn't
> enough.
> 
> any ideas?

it works - i changed them so the README's have the correct version number AND
when you make dist the README is packaged post-generation.

> thanks!
> 
> ps: $ automake --version
> automake (GNU automake) 1.9
> 
> and for fun: $ autoconf --version
> autoconf (GNU Autoconf) 2.59
> 
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


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


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] E Summary 05-03-2005

2005-03-05 Thread David Coulson

dan sinclair wrote:
Debian Repository
-
If your running Debian and want to install the EFL from packages, then
Shadoi has you setup. There is a Debian repository available,
information is here:
http://shadoi.soulmachine.net/2004/11/enlightenment-for-needy.html and
to be nice to Shadoi and his bandwidth,
http://shadoi.soulmachine.net/2005/02/mirrors.html
I can mirror this in the US if necessary, and indeed any other 
Enlightenment stuff. Let me know what you need.

David
--
David J. Coulson
email: [EMAIL PROTECTED]
web: http://www.davidcoulson.net/
phone: (216) 920-3100 / (216) 258-4942
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel