Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and vlc

2010-04-21 Thread Vincent Torri


On Tue, 20 Apr 2010, Dave Ray wrote:

 Make almost finished, but I have linker errors with undefined symbols for 
 VLC.

 Problem is, there is no .pc file in the VLC app, and there does not appear 
 to be a .a file either that I could use for -lvlc. All the libs in the 
 MacOS-X app are .dylib.

 Would really prefer not to install duplicate VLC libs just to make emotion.

 I'm out of tricks. Any suggestions?

the vlc module was not working properly, according to some people. You 
have to install xine or gstreamer.

Try xine (i think it will be the simplest) :

http://www.xine-project.org/releases

I think that you will just have to do

./configure
make
make install

Once xine is installed, compile emotion.

./configure   --- no option. Verify that the xine module is selected
make
make install

Then test emotion like that:

emotion_test videofile

Vincent

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-21 Thread Vincent Torri


On Tue, 20 Apr 2010, Dave Ray wrote:

 Editje is almost working. It fails on a post-compile script involving
 edje_cc at the very end of 'make'.

  make
 Making all in editje
 make[1]: Nothing to be done for `all'.
 Making all in data
 Making all in themes
 Making all in default
 Making all in images
 make[4]: Nothing to be done for `all'.
 Making all in elm_images
 make[4]: Nothing to be done for `all'.
 /bin/edje_cc -v -id ../../../data/themes/default/images -id ../../../
 data/themes/default/elm_images \
   ../../../data/themes/default/default.edc \
   ../../../data/themes/default/default.edj
 ERR:EDJE_CC edje_cc_parse.c:1067 check_arg_count() /bin/edje_cc:
 Error. desktop.edc:201 got 4 arguments, but expected 2
 make[4]: *** [default.edj] Error 255
 ...

check is there are c++ comments in default.edc

Vincent

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - enki

2010-04-21 Thread Vincent Torri


On Tue, 20 Apr 2010, Dave Ray wrote:

 * eyelight : a presentation tool (like powerpoint)

 eyelight requires emotion

see my previous mail about emotion. Be sure emotion works before going 
further.

 * enki + enlil : a photo manager
 
 enki and anlil are in trunk/.

 enki: autogen.sh completes, make appears to require enlil
 enlil: autogen.sh completes, make appears to require emotion

install enlil, then enki. But, beware that they need several other 
dependencies (at least, libxml2, iirc)

 http://www.geexbox.org/en/index.html
 http://hg.geexbox.org/enna/

 enna:
 autogen.sh finishes without error.  fails make.
 ...
 metadata.c:31:22: error: valhalla.h: No such file or directory
 maybe something with the source? valhalla.h is something in its own source.

that one is the tougher. It requires a lot of dependencies : libnfo, 
libvalhalle, libplayer, emotion, mplayer at least (last time i checked. 
Maybe libvlc is also requested. The first 3 libs are libs from the geexbox 
project. I would sugest that you subscribed to their mailing list, i i 
think that nobody already tried to compile these libs on mac os x.

 There is also an image wiewer in trunk/PROTO/

 image_viewer:
 autogen.sh finishes without error.  fails make.
 Errors suggest it requires ethumb.
 Installed ethumb, no problems.
 re-ran autogen.sh for image_viewer: finishes without error.  fails make.
 Errors suggest it requires elm?
 Not exactly sure what packages it is missing.

What is the exact error ? It is strange that configure works : you have to 
have elementary

Vincent

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-21 Thread Vincent Torri


On Wed, 21 Apr 2010, Tom Haste wrote:

 201:   BORDER(part, 3, part.rel1.highlight)

 Looks like another define issue. This is why the E17 theme didnt
 compile as well. I dont know why its saying something about 2 vs 4
 arguments though...

i don't know if the line is correct. I had big problems with edje_cc on 
opensolaris before i fixed it, and the line reported by edje_cc was wrong.

If the problem is not easily fixable, i think that i will have to dump the 
file that is created from the .edc, to see what the problem is

Vincent

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - editje

2010-04-21 Thread Tom Haste
Well the E17 theme errors out because of #define as well so Id say its
a recurring problem. Easy way to test this, is to delete line 25 of
default.edc for editje. It should be #include border.edc that you
want to get rid of. Try compiling again and it should fail on the next
define in the theme.

Toma


On 21 April 2010 14:54, Vincent Torri vto...@univ-evry.fr wrote:


 On Wed, 21 Apr 2010, Tom Haste wrote:

 201:   BORDER(part, 3, part.rel1.highlight)

 Looks like another define issue. This is why the E17 theme didnt
 compile as well. I dont know why its saying something about 2 vs 4
 arguments though...

 i don't know if the line is correct. I had big problems with edje_cc on
 opensolaris before i fixed it, and the line reported by edje_cc was wrong.

 If the problem is not easily fixable, i think that i will have to dump the
 file that is created from the .edc, to see what the problem is

 Vincent


--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - enki

2010-04-21 Thread Atton Jonathan
hum, enlil require emotion, I need to see why :)



2010/4/21 Dave Ray cl...@jonive.com

 I would LOVE to get these working!

 Having a rough time with all of them.

 On Apr 20, 2010, at 4:08 PM, Vincent Torri wrote:
  I took out the old libs and headers. Elementary in TMP/st/
  elementary compiles and installs fine.
 
  I would love to install and run apps that are built with
  elementary, are there any?
 
  Watchwolf has written 2 tools:
 
  * eyelight : a presentation tool (like powerpoint)

 eyelight requires emotion

 emotion: autogen.sh says:
   configure: error: Xine, Gstreamer or VLC backends must be selected
 to build Emotion

 Do I really need one of those?

 I tried
 ./autogen.sh --disable-xine --disable-gstreamer --disable-vlc
 but got the same error

  * enki + enlil : a photo manager
 
  enki and anlil are in trunk/.

 enki: autogen.sh completes, make appears to require enlil
 enlil: autogen.sh completes, make appears to require emotion

  Nicolas Aguirre has written Enna, a media center :
 
  http://www.geexbox.org/en/index.html
  http://hg.geexbox.org/enna/

 enna:
 autogen.sh finishes without error.  fails make.
 ...
 metadata.c:31:22: error: valhalla.h: No such file or directory
 maybe something with the source? valhalla.h is something in its own
 source.


 
  There is also an image wiewer in trunk/PROTO/

 image_viewer:
 autogen.sh finishes without error.  fails make.
 Errors suggest it requires ethumb.
 Installed ethumb, no problems.
 re-ran autogen.sh for image_viewer: finishes without error.  fails make.
 Errors suggest it requires elm?
 Not exactly sure what packages it is missing.


 I would love to get all these apps working!






 --
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and vlc

2010-04-21 Thread Luis Felipe Strano Moraes
On Wed, Apr 21, 2010 at 3:39 AM, Vincent Torri vto...@univ-evry.fr wrote:


 On Tue, 20 Apr 2010, Dave Ray wrote:

 Make almost finished, but I have linker errors with undefined symbols for
 VLC.

 Problem is, there is no .pc file in the VLC app, and there does not appear
 to be a .a file either that I could use for -lvlc. All the libs in the
 MacOS-X app are .dylib.

 Would really prefer not to install duplicate VLC libs just to make emotion.

 I'm out of tricks. Any suggestions?

 the vlc module was not working properly, according to some people. You
 have to install xine or gstreamer.

 Try xine (i think it will be the simplest) :

 http://www.xine-project.org/releases

 I think that you will just have to do

 ./configure
 make
 make install

Xine is also available as part of macports. Dave, have you been using stuff
from macports for this setup of yours?

I ask because it seems they have quite a bunch of enlightenment packages
there, including the e17 window manager.

--lf



 Once xine is installed, compile emotion.

 ./configure   --- no option. Verify that the xine module is selected
 make
 make install

 Then test emotion like that:

 emotion_test videofile

 Vincent

 --
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
I believe in looking reality straight in the eye and denying it. --
Garrison Keillor

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and xine

2010-04-21 Thread Vincent Torri


On Wed, 21 Apr 2010, Dave Ray wrote:

 I installed xine and emotion.

 xine required a small tweak - my default libtool wasn't working, I replaced 
 [xine-src-dir]/libtool with a copy of /usr/bin/glibtool. Then it compiled and 
 installed fine I think.

 Emotion found xine, compiled and installed.

 When I run
 emotion_test [movie-file.mp4]

 I get these errors:
 Xlib:  extension DPMS missing on display /tmp/launch-GriZ1I/org.x:0.
 Xlib:  extension RANDR missing on display /tmp/launch-GriZ1I/org.x:0.
 module : xine
 No backend loaded

 The Xlib errors maybe nothing to worry about.

 Don't understand 'no backend loaded'.

can you tell me where the xine.so (or xine.dylib ?) module is installed ? 
(usually in $prefix/lib/emotion)

Vincent

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and xine

2010-04-21 Thread Vincent Torri


On Wed, 21 Apr 2010, Vincent Torri wrote:



 On Wed, 21 Apr 2010, Dave Ray wrote:

 I installed xine and emotion.
 
 xine required a small tweak - my default libtool wasn't working, I replaced 
 [xine-src-dir]/libtool with a copy of /usr/bin/glibtool. Then it compiled 
 and installed fine I think.
 
 Emotion found xine, compiled and installed.
 
 When I run
 emotion_test [movie-file.mp4]
 
 I get these errors:
 Xlib:  extension DPMS missing on display /tmp/launch-GriZ1I/org.x:0.
 Xlib:  extension RANDR missing on display /tmp/launch-GriZ1I/org.x:0.
 module : xine
 No backend loaded
 
 The Xlib errors maybe nothing to worry about.
 
 Don't understand 'no backend loaded'.

 can you tell me where the xine.so (or xine.dylib ?) module is installed ? 
 (usually in $prefix/lib/emotion)

btw, update emotion svn code and install emotion again. There was a bug in 
the detection of the modules

Vincent

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and xine

2010-04-21 Thread Dave Ray
/usr/local/lib/emotion/xine.so
/usr/local/lib/libxine.dylib  - libxine.1.28.0.dylib

I downloaded the latest svn for emotion and got the same results.

Do I have to add something to my ENV?


On Apr 21, 2010, at 12:01 PM, Vincent Torri wrote:



 On Wed, 21 Apr 2010, Vincent Torri wrote:



 On Wed, 21 Apr 2010, Dave Ray wrote:

 I installed xine and emotion.
 xine required a small tweak - my default libtool wasn't working, I  
 replaced [xine-src-dir]/libtool with a copy of /usr/bin/glibtool.  
 Then it compiled and installed fine I think.
 Emotion found xine, compiled and installed.
 When I run
 emotion_test [movie-file.mp4]
 I get these errors:
 Xlib:  extension DPMS missing on display /tmp/launch-GriZ1I/ 
 org.x:0.
 Xlib:  extension RANDR missing on display /tmp/launch-GriZ1I/ 
 org.x:0.
 module : xine
 No backend loaded
 The Xlib errors maybe nothing to worry about.
 Don't understand 'no backend loaded'.

 can you tell me where the xine.so (or xine.dylib ?) module is  
 installed ? (usually in $prefix/lib/emotion)

 btw, update emotion svn code and install emotion again. There was a  
 bug in the detection of the modules

 Vincent


--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and xine

2010-04-21 Thread Vincent Torri


On Wed, 21 Apr 2010, Dave Ray wrote:

 /usr/local/lib/emotion/xine.so

btw, it's strange that xine.so, and not xine.dylib, is created. Is it 
working if you rename it ?

Vincent

 /usr/local/lib/libxine.dylib  - libxine.1.28.0.dylib

 I downloaded the latest svn for emotion and got the same results.

 Do I have to add something to my ENV?


 On Apr 21, 2010, at 12:01 PM, Vincent Torri wrote:

 
 
 On Wed, 21 Apr 2010, Vincent Torri wrote:
 
 
 
 On Wed, 21 Apr 2010, Dave Ray wrote:
 
 I installed xine and emotion.
 xine required a small tweak - my default libtool wasn't working, I 
 replaced [xine-src-dir]/libtool with a copy of /usr/bin/glibtool. Then it 
 compiled and installed fine I think.
 Emotion found xine, compiled and installed.
 When I run
 emotion_test [movie-file.mp4]
 I get these errors:
 Xlib:  extension DPMS missing on display /tmp/launch-GriZ1I/org.x:0.
 Xlib:  extension RANDR missing on display /tmp/launch-GriZ1I/org.x:0.
 module : xine
 No backend loaded
 The Xlib errors maybe nothing to worry about.
 Don't understand 'no backend loaded'.
 
 can you tell me where the xine.so (or xine.dylib ?) module is installed ? 
 (usually in $prefix/lib/emotion)
 
 btw, update emotion svn code and install emotion again. There was a bug in 
 the detection of the modules
 
 Vincent


--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and xine

2010-04-21 Thread Dave Ray

On Apr 21, 2010, at 12:38 PM, Vincent Torri wrote:
 On Wed, 21 Apr 2010, Dave Ray wrote:

 /usr/local/lib/emotion/xine.so

 btw, it's strange that xine.so, and not xine.dylib, is created. Is  
 it working if you rename it ?

I just tried that and get the same results.

I also tried ./autogen.sh --enable-shared --enable-static and got the  
same results.

Not sure if this is helpful but here is a copy of the config messages:


emotion 0.1.0.043


Configuration Options Summary:

  Modules:
Xine...: yes
Vlc: no
Gstreamer..: no
Gstreamer FFmpeg...: no
Gstreamer CDDA.: no

  Build emotion_test...: yes
  edje_cc..: /bin/edje_cc

  Edje EXTERNAL support: yes

Compilation: make (or gmake)
  CPPFLAGS.:
  CFLAGS...: -I/usr/local/include -I/usr/include -I/usr/ 
X11/include -I/usr/local/include/efreet -I/usr/local/include/dbus-1.0/ 
include -I/usr/local/include/dbus-1.0 -I/usr/local/include/eina-0 -I/ 
usr/local/include/eina-0/eina
  LDFLAGS..: -L/usr/lib -L/usr/X11/lib -L/usr/local/lib - 
lefreet -lefreet_mime -lecore_x -lecore_evas -lecore_ipc -ledje - 
ledbus -lehal -llua -lintl

Installation...: make install (as root if needed, with 'su' or  
'sudo')
  prefix...: /usr/local


--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and xine

2010-04-21 Thread Dave Ray
I tried
   ./configure --enable-xine=static

  ls -l /usr/local/lib/emotion/
total 88
-rwxr-xr-x  1 root  wheel   2093 Apr 21 12:50 xine.la
-rwxr-xr-x  1 root  wheel  39008 Apr 21 12:50 xine.so
 

On Apr 21, 2010, at 1:12 PM, Vincent Torri wrote:

 try just:

 ./configure --enable-xine=static

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 on on MacOS-X 10.5 - emotion and xine

2010-04-21 Thread Vincent Torri


On Wed, 21 Apr 2010, Dave Ray wrote:

 I tried
  ./configure --enable-xine=static

install emotion and try emotion_test again :)

Vincent


 ls -l /usr/local/lib/emotion/
 total 88
 -rwxr-xr-x  1 root  wheel   2093 Apr 21 12:50 xine.la
 -rwxr-xr-x  1 root  wheel  39008 Apr 21 12:50 xine.so


 On Apr 21, 2010, at 1:12 PM, Vincent Torri wrote:
 
 try just:
 
 ./configure --enable-xine=static



--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Spec file changes

2010-04-21 Thread Rui Miguel Silva Seabra
Em 18-04-2010 08:05, Michael Jennings escreveu:
 On Saturday, 17 April 2010, at 11:29:50 (+0100),
 Rui Miguel Silva Seabra wrote:
 
 With the proposed patch example, I can do what I need (have rpms with
 hour and minute), and leave the default to be the current status quo.
 
 I have committed some sample spec file updates based on what raster
 and I discussed a few days ago.  You are welcome to help out by
 making the same changes in other spec files if you'd like.

Sure, just did that with r48213.

Thanks!

Rui

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: billiob trunk/edje/data

2010-04-21 Thread Viktor Kojouharov
I'd like to throw in a suggestion to just extract the syntax file from the
vimball in edje/data and use that. It is much more feature complete

On Thu, Apr 22, 2010 at 12:00 AM, Enlightenment SVN 
no-re...@enlightenment.org wrote:

 Log:
  edje: improve vim syntax file and become the maintainer
 Author:   billiob
 Date: 2010-04-21 14:00:40 -0700 (Wed, 21 Apr 2010)
 New Revision: 48214

 Modified:
  trunk/edje/data/edc.vim

 Modified: trunk/edje/data/edc.vim
 ===
 --- trunk/edje/data/edc.vim 2010-04-21 20:55:23 UTC (rev 48213)
 +++ trunk/edje/data/edc.vim 2010-04-21 21:00:40 UTC (rev 48214)
 @@ -1,7 +1,7 @@
   Vim syntax file
   Language:EDC
 - Maintainer:  no one?
 - Last Change: 2005
 + Maintainer:  billiob bill...@gmail.com
 + Last Change: 04/21/2010

   For version 5.x: Clear all syntax items
   For version 6.x: Quit when a syntax file was already loaded
 @@ -12,7 +12,7 @@
  endif

   A bunch of useful C keywords
 -syn keywordcStructure  images data fonts collections group
 +syn keywordcStructure  images data fonts collections group
 externals
  syn keywordcStructure  part parts dragable description rel1 rel2
  syn keywordcStatement  text image font fill origin size tag
  syn keywordcStructure  programs program script script_only
 lua_script lua_script_only styles style base
 @@ -34,6 +34,7 @@
  syn keywordcLabel  spread scale_hint elipsis pointer_mode
 prefer
  syn keywordcLabel  precise_is_inside
 use_alternate_font_metrics options
  syn keywordcLabel  aspect_mode position span angle repch api
 +syn keywordcLabel  external

  syn keywordcConditionalif else switch
  syn keywordcRepeat while for do



 --
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel