[E-devel] Build issue following the merge of generic modules

2016-06-05 Thread Tom Hacohen
Hey,

I'm getting:

/usr/bin/ld: cannot find -lomp
clang-3.8: error: linker command failed with exit code 1 (use -v to see 
invocation)
Makefile:25569: recipe for target 
'generic/evas/raw/evas_image_loader.raw' failed

I guess I didn't see it before, because before raw was disabled by default.

--
Tom.

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Build issue following the merge of generic modules

2016-06-08 Thread The Rasterman
On Sun, 5 Jun 2016 10:46:18 +0100 Tom Hacohen  said:

> Hey,
> 
> I'm getting:
> 
> /usr/bin/ld: cannot find -lomp
> clang-3.8: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> Makefile:25569: recipe for target 
> 'generic/evas/raw/evas_image_loader.raw' failed
> 
> I guess I didn't see it before, because before raw was disabled by default.

odd. i'm on arch too - and my raw loader is built and installed and i have no
libomp on the system at all. no openomp at all. :/ ?


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Build issue following the merge of generic modules

2016-06-08 Thread Felipe Magno de Almeida
On Wed, Jun 8, 2016 at 7:22 AM, Carsten Haitzler  wrote:
> On Sun, 5 Jun 2016 10:46:18 +0100 Tom Hacohen  said:
>
>> Hey,
>>
>> I'm getting:
>>
>> /usr/bin/ld: cannot find -lomp
>> clang-3.8: error: linker command failed with exit code 1 (use -v to see
>> invocation)
>> Makefile:25569: recipe for target
>> 'generic/evas/raw/evas_image_loader.raw' failed
>>
>> I guess I didn't see it before, because before raw was disabled by default.
>
> odd. i'm on arch too - and my raw loader is built and installed and i have no
> libomp on the system at all. no openomp at all. :/ ?

For GCC it works for me on arch, but clang fails with -lomp linking error.

> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Felipe Magno de Almeida

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Build issue following the merge of generic modules

2016-06-08 Thread Jean-Philippe André
On 9 June 2016 at 00:26, Felipe Magno de Almeida  wrote:

> On Wed, Jun 8, 2016 at 7:22 AM, Carsten Haitzler 
> wrote:
> > On Sun, 5 Jun 2016 10:46:18 +0100 Tom Hacohen 
> said:
> >
> >> Hey,
> >>
> >> I'm getting:
> >>
> >> /usr/bin/ld: cannot find -lomp
> >> clang-3.8: error: linker command failed with exit code 1 (use -v to see
> >> invocation)
> >> Makefile:25569: recipe for target
> >> 'generic/evas/raw/evas_image_loader.raw' failed
> >>
> >> I guess I didn't see it before, because before raw was disabled by
> default.
> >
> > odd. i'm on arch too - and my raw loader is built and installed and i
> have no
> > libomp on the system at all. no openomp at all. :/ ?
>
> For GCC it works for me on arch, but clang fails with -lomp linking error.
>
>
Yes, see the other thread about OpenMP.
$ pacman -S openmp

-- 
Jean-Philippe André
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Build issue following the merge of generic modules

2016-06-13 Thread The Rasterman
On Thu, 9 Jun 2016 10:25:22 +0900 Jean-Philippe André  said:

> On 9 June 2016 at 00:26, Felipe Magno de Almeida  > wrote:
> 
> > On Wed, Jun 8, 2016 at 7:22 AM, Carsten Haitzler 
> > wrote:
> > > On Sun, 5 Jun 2016 10:46:18 +0100 Tom Hacohen 
> > said:
> > >
> > >> Hey,
> > >>
> > >> I'm getting:
> > >>
> > >> /usr/bin/ld: cannot find -lomp
> > >> clang-3.8: error: linker command failed with exit code 1 (use -v to see
> > >> invocation)
> > >> Makefile:25569: recipe for target
> > >> 'generic/evas/raw/evas_image_loader.raw' failed
> > >>
> > >> I guess I didn't see it before, because before raw was disabled by
> > default.
> > >
> > > odd. i'm on arch too - and my raw loader is built and installed and i
> > have no
> > > libomp on the system at all. no openomp at all. :/ ?
> >
> > For GCC it works for me on arch, but clang fails with -lomp linking error.
> >
> >
> Yes, see the other thread about OpenMP.
> $ pacman -S openmp

hmm i wonder why it wants openmp... gcc is happy without.


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel