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

2010-04-20 Thread Dave Ray
I am trying to install emotion. It requires VLC, gstreamer or Xine.

I have VLC already installed on Mac-OS-X and the "app" contains a  
directory with all the working libs and headers.

I am trying something unusual: to use the libs in the MacOS-X  
application to compile emotion. Not sure if this is possible.

I set
VLC_LIBS="-L/Applications/Video/VLC.app/Contents/MacOS/lib $E_LIBS"
VLC_CFLAGS="-I/Applications/Video/VLC.app/Contents/MacOS/include/vlc - 
I/Applications/Video/VLC.app/Contents/MacOS/include $E_CFLAGS"

To my surprise, the configure script in emotion was happy, and  
configured everything to make.

...
Modules:
 Xine...: no
 Vlc: yes
...

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?


--
___
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-20 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 - emotion and vlc

2010-04-21 Thread Luis Felipe Strano Moraes
On Wed, Apr 21, 2010 at 3:39 AM, Vincent Torri  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