Re: [E-devel] Can't build Ecore on Fedora 16

2012-06-15 Thread The Rasterman
On Fri, 15 Jun 2012 10:34:45 +0100 Stefan Schmidt said: > On 06/15/2012 10:28 AM, Michael Hughes wrote: > > Raster > > > > Thanks! An old file was confusing the issue but it also seems that the > > *.pc files provided by the repository do not contain the "cflags" > > parameter; they use "included

Re: [E-devel] Can't build Ecore on Fedora 16

2012-06-15 Thread The Rasterman
On Fri, 15 Jun 2012 05:28:55 -0400 Michael Hughes said: the libcurl.pc file from ubuntu: #*** # _ _ _ # Project ___| | | | _ \| | # /

Re: [E-devel] Can't build Ecore on Fedora 16

2012-06-15 Thread Stefan Schmidt
On 06/15/2012 10:28 AM, Michael Hughes wrote: > Raster > > Thanks! An old file was confusing the issue but it also seems that the > *.pc files provided by the repository do not contain the "cflags" > parameter; they use "includedir" instead. Better terminology I think > but I don't know if that is

Re: [E-devel] Can't build Ecore on Fedora 16

2012-06-15 Thread Michael Hughes
Raster Thanks! An old file was confusing the issue but it also seems that the *.pc files provided by the repository do not contain the "cflags" parameter; they use "includedir" instead. Better terminology I think but I don't know if that is Fedorism. Mike ---

Re: [E-devel] Can't build Ecore on Fedora 16

2012-06-14 Thread The Rasterman
On Thu, 14 Jun 2012 19:45:40 -0400 Michael Hughes said: > I see that "Makefile" defines: > > CURL_CFLAGS = -I/usr/local/include > CURL_LIBS = -L/usr/local/lib -L/usr/kerberos/lib -lcurl > > but since cURL is from the repository, they are in "/usr/include" and > "usr/lib64". I assume that this

Re: [E-devel] Can't build Ecore on Fedora 16

2012-06-14 Thread Michael Hughes
I see that "Makefile" defines: CURL_CFLAGS = -I/usr/local/include CURL_LIBS = -L/usr/local/lib -L/usr/kerberos/lib -lcurl but since cURL is from the repository, they are in "/usr/include" and "usr/lib64". I assume that this is set by "configure" but I don't see a likely parameter to control it.

Re: [E-devel] Can't build Ecore on Fedora 16

2012-06-14 Thread Michael Hughes
> Are you sure you have the development libcurl installed? Yes, "libcurl-devel" is installed, that is what I meant by "with headers". I verified that the reported undeclared variables are declared in "/usr/include/curl/curl.h" so it must be looking for them someplace else. I will have to dig i

Re: [E-devel] Can't build Ecore on Fedora 16

2012-06-14 Thread Joel Madero
Are you sure you have the development libcurl installed? If not, I suspect that's your problem On Wed, Jun 13, 2012 at 12:58 PM, Michael Hughes wrote: > I can't build Ecore snapshot 1.2.0 on Fedora 16 due to undeclared > variables such as "CURLPROXY_SOCKS4A".  I have "libcurl-7.21.7" > installed

[E-devel] Can't build Ecore on Fedora 16

2012-06-14 Thread Michael Hughes
I can't build Ecore snapshot 1.2.0 on Fedora 16 due to undeclared variables such as "CURLPROXY_SOCKS4A". I have "libcurl-7.21.7" installed with headers. "configure" has no complaints and lists "CURL" as "yes". Would this be a different package, the wrong version or maybe it is looking for the