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.

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

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

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

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.

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

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

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

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

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

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

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

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

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

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

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