[e-users] latest EFL fails to compile

2014-08-04 Thread Wido
I think there may be an error when generating the makefile in EFL (fresh
from git).

I run it as always, make runs fine and compiles everything, but when I run
'sudo make install' I got this message:



libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
libtool: install: warning: relinking `lib/eeze/libeeze.la'
libtool: install: warning: relinking `lib/evas/libevas.la'
/usr/bin/ld: cannot find -lecore_input
/usr/bin/ld: cannot find -lecore_drm
collect2: error: ld returned 1 exit status
libtool: install: error: relink `lib/evas/libevas.la' with the above
command before installing it
make[4]: *** [install-libLTLIBRARIES] Error 1
make[3]: *** [install-am] Error 2
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1


Just to be sure, I copied the already compiled ecore_input.so* and
ecore_drm.so* to my prefix, re-run 'sudo make install' and it installed
fine, later compiling e19, terminology and stuff. But when I tried running
E it gave a segfault when starting compositor. I tried attaching gdb, but
never done that so I don't know what exactly to check from gdb

-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Stefan Schmidt
Hello.

On Mon, 2014-08-04 at 19:56, Wido wrote:
> I think there may be an error when generating the makefile in EFL (fresh
> from git).
> 
> I run it as always, make runs fine and compiles everything, but when I run
> 'sudo make install' I got this message:
> 
> 
> 
> libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
> libtool: install: warning: relinking `lib/eeze/libeeze.la'
> libtool: install: warning: relinking `lib/evas/libevas.la'
> /usr/bin/ld: cannot find -lecore_input
> /usr/bin/ld: cannot find -lecore_drm
> collect2: error: ld returned 1 exit status
> libtool: install: error: relink `lib/evas/libevas.la' with the above
> command before installing it
> make[4]: *** [install-libLTLIBRARIES] Error 1
> make[3]: *** [install-am] Error 2
> make[2]: *** [install-recursive] Error 1
> make[1]: *** [install] Error 2
> make: *** [install-recursive] Error 1
> 

Are you by any chance compiling with --enable-drm?

If yes you might got hit by
https://phab.enlightenment.org/T1473

I need tro have a look at it.

regards
Stefan Schmidt

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Fan Cris
pleasse take a look and at https://phab.enlightenment.org/T1429


On Tue, Aug 5, 2014 at 12:16 PM, Stefan Schmidt 
wrote:

> Hello.
>
> On Mon, 2014-08-04 at 19:56, Wido wrote:
> > I think there may be an error when generating the makefile in EFL (fresh
> > from git).
> >
> > I run it as always, make runs fine and compiles everything, but when I
> run
> > 'sudo make install' I got this message:
> >
> > 
> > 
> > libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
> > libtool: install: warning: relinking `lib/eeze/libeeze.la'
> > libtool: install: warning: relinking `lib/evas/libevas.la'
> > /usr/bin/ld: cannot find -lecore_input
> > /usr/bin/ld: cannot find -lecore_drm
> > collect2: error: ld returned 1 exit status
> > libtool: install: error: relink `lib/evas/libevas.la' with the above
> > command before installing it
> > make[4]: *** [install-libLTLIBRARIES] Error 1
> > make[3]: *** [install-am] Error 2
> > make[2]: *** [install-recursive] Error 1
> > make[1]: *** [install] Error 2
> > make: *** [install-recursive] Error 1
> >
>
> Are you by any chance compiling with --enable-drm?
>
> If yes you might got hit by
> https://phab.enlightenment.org/T1473
>
> I need tro have a look at it.
>
> regards
> Stefan Schmidt
>
>
> --
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Stefan Schmidt
Hello.

On Tue, 2014-08-05 at 11:16, Stefan Schmidt wrote:
> Hello.
> 
> On Mon, 2014-08-04 at 19:56, Wido wrote:
> > I think there may be an error when generating the makefile in EFL (fresh
> > from git).
> > 
> > I run it as always, make runs fine and compiles everything, but when I run
> > 'sudo make install' I got this message:
> > 
> > 
> > 
> > libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
> > libtool: install: warning: relinking `lib/eeze/libeeze.la'
> > libtool: install: warning: relinking `lib/evas/libevas.la'
> > /usr/bin/ld: cannot find -lecore_input
> > /usr/bin/ld: cannot find -lecore_drm
> > collect2: error: ld returned 1 exit status
> > libtool: install: error: relink `lib/evas/libevas.la' with the above
> > command before installing it
> > make[4]: *** [install-libLTLIBRARIES] Error 1
> > make[3]: *** [install-am] Error 2
> > make[2]: *** [install-recursive] Error 1
> > make[1]: *** [install] Error 2
> > make: *** [install-recursive] Error 1
> > 
> 
> Are you by any chance compiling with --enable-drm?
> 
> If yes you might got hit by
> https://phab.enlightenment.org/T1473
> 
> I need tro have a look at it.

This should now be fixed by a patch from Gwanglim. Could you check
latest git and see if it works for you?

regards
Stefan Schmidt

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Stefan Schmidt
Hello.

On Tue, 2014-08-05 at 15:11, Fan Cris wrote:
> pleasse take a look and at https://phab.enlightenment.org/T1429

This issue has nothing to do with this thread.

I commented on your issue even if it is hard tro understand what your
problem might be.

regards
Stefan Schmidt

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Fan Cris
maybe but errors seems

/usr/bin/ld: cannot find -lecore_imf
/usr/bin/ld: cannot find -lecore
/usr/bin/ld: cannot find -lecore_input
/usr/bin/ld: cannot find -levas
/usr/bin/ld: cannot find -lecore_input
/usr/bin/ld: cannot find -lecore_input_evas
/usr/bin/ld: cannot find -lecore_evas
/usr/bin/ld: cannot find -lecore
/usr/bin/ld: cannot find -lecore_con
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
/usr/bin/ld: cannot find -levas
/usr/bin/ld: cannot find -lecore_input_evas
/usr/bin/ld: cannot find -lecore_evas
/usr/bin/ld: cannot find -lecore
/usr/bin/ld: cannot find -lecore_input
collect2: error: ld returned 1 exit status
libtool: install: error: relink `modules/ecore_imf/xim/module.la' with
the above command before installing it
libtool: install: error: relink
`modules/ecore_evas/engines/extn/module.la' with the above command
before installing it
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Wido
It works now, thanks!


2014-08-05 10:34 GMT-03:00 Stefan Schmidt :

> Hello.
>
> On Tue, 2014-08-05 at 11:16, Stefan Schmidt wrote:
> > Hello.
> >
> > On Mon, 2014-08-04 at 19:56, Wido wrote:
> > > I think there may be an error when generating the makefile in EFL
> (fresh
> > > from git).
> > >
> > > I run it as always, make runs fine and compiles everything, but when I
> run
> > > 'sudo make install' I got this message:
> > >
> > > 
> > > 
> > > libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
> > > libtool: install: warning: relinking `lib/eeze/libeeze.la'
> > > libtool: install: warning: relinking `lib/evas/libevas.la'
> > > /usr/bin/ld: cannot find -lecore_input
> > > /usr/bin/ld: cannot find -lecore_drm
> > > collect2: error: ld returned 1 exit status
> > > libtool: install: error: relink `lib/evas/libevas.la' with the above
> > > command before installing it
> > > make[4]: *** [install-libLTLIBRARIES] Error 1
> > > make[3]: *** [install-am] Error 2
> > > make[2]: *** [install-recursive] Error 1
> > > make[1]: *** [install] Error 2
> > > make: *** [install-recursive] Error 1
> > >
> >
> > Are you by any chance compiling with --enable-drm?
> >
> > If yes you might got hit by
> > https://phab.enlightenment.org/T1473
> >
> > I need tro have a look at it.
>
> This should now be fixed by a patch from Gwanglim. Could you check
> latest git and see if it works for you?
>
> regards
> Stefan Schmidt
>
>
> --
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>



-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users