Can't build kdelibs. Errors in cups-util.c

2007-10-03 Thread John Murphy
Can't build kdelibs. Errors in cups-util.c

I posted to the cups-1.3.3 not compiling anymore in FreeBSD 7.0
thread because this seemed a similar (cups) problem to that one.

http://docs.FreeBSD.org/cgi/mid.cgi?20071002233308.06dfa5bd
For the full details.

The errors are:

cups-util.c: In function `cupsGetConf':
cups-util.c:111: error: dereferencing pointer to incomplete type
cups-util.c:119: error: dereferencing pointer to incomplete type
cups-util.c:138: error: dereferencing pointer to incomplete type
cups-util.c:213: warning: `httpRead' is deprecated (declared at 
/usr/local/include/cups/http.h:361)
cups-util.c: In function `cupsPutConf':
cups-util.c:308: warning: `httpWrite' is deprecated (declared at 
/usr/local/include/cups/http.h:371)
cups-util.c:312: warning: `httpWrite' is deprecated (declared at 
/usr/local/include/cups/http.h:371)
cups-util.c:337: error: dereferencing pointer to incomplete type
cups-util.c:345: error: dereferencing pointer to incomplete type
cups-util.c:364: error: dereferencing pointer to incomplete type
cups-util.c: In function `cups_local_auth':
cups-util.c:454: warning: passing arg 1 of `httpAddrLocalhost' from 
incompatible pointer type

I tried the suggestion to:

make deinstall
make clean
make reinstall

in the cups-base port directory.

Even though my problem wasn't with cups-base itself. No change.

I tried to make WITHOUT_CUPS=yes install in x11/kdelibs (I don't
actually have a printer). No change.

I then (stupidly) made deinstall etc. in x11/kdelibs, which had
the undesireable side effect of breaking my kde desktop env.

I keep running csup in the hope that it gets fixed, but there's
a good chance the problem is between chair and keyboard. Please
help with any suggestion.

-- 
Thanks, John.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't build kdelibs. Errors in cups-util.c

2007-10-03 Thread Jonathan Horne

Quoting John Murphy [EMAIL PROTECTED]:


Can't build kdelibs. Errors in cups-util.c

I posted to the cups-1.3.3 not compiling anymore in FreeBSD 7.0
thread because this seemed a similar (cups) problem to that one.

http://docs.FreeBSD.org/cgi/mid.cgi?20071002233308.06dfa5bd
For the full details.

The errors are:

cups-util.c: In function `cupsGetConf':
cups-util.c:111: error: dereferencing pointer to incomplete type
cups-util.c:119: error: dereferencing pointer to incomplete type
cups-util.c:138: error: dereferencing pointer to incomplete type
cups-util.c:213: warning: `httpRead' is deprecated (declared at   
/usr/local/include/cups/http.h:361)

cups-util.c: In function `cupsPutConf':
cups-util.c:308: warning: `httpWrite' is deprecated (declared at   
/usr/local/include/cups/http.h:371)
cups-util.c:312: warning: `httpWrite' is deprecated (declared at   
/usr/local/include/cups/http.h:371)

cups-util.c:337: error: dereferencing pointer to incomplete type
cups-util.c:345: error: dereferencing pointer to incomplete type
cups-util.c:364: error: dereferencing pointer to incomplete type
cups-util.c: In function `cups_local_auth':
cups-util.c:454: warning: passing arg 1 of `httpAddrLocalhost' from   
incompatible pointer type


I tried the suggestion to:

make deinstall
make clean
make reinstall

in the cups-base port directory.

Even though my problem wasn't with cups-base itself. No change.

I tried to make WITHOUT_CUPS=yes install in x11/kdelibs (I don't
actually have a printer). No change.

I then (stupidly) made deinstall etc. in x11/kdelibs, which had
the undesireable side effect of breaking my kde desktop env.

I keep running csup in the hope that it gets fixed, but there's
a good chance the problem is between chair and keyboard. Please
help with any suggestion.

--
Thanks, John.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



looks like a patch might have been completed.  hopefully will soon be  
committed to ports.


http://mail.kde.org/pipermail/kde-freebsd/2007-October/001549.html

--
Jonathan Horne
http://dfwlpiki.dfwlp.org
[EMAIL PROTECTED]


This message was sent using IMP, the Internet Messaging Program.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't build kdelibs. Errors in cups-util.c

2007-10-03 Thread John Murphy
Jonathan Horne [EMAIL PROTECTED] wrote:

Quoting John Murphy [EMAIL PROTECTED]:

 Can't build kdelibs. Errors in cups-util.c

 I posted to the cups-1.3.3 not compiling anymore in FreeBSD 7.0
 thread because this seemed a similar (cups) problem to that one.

 http://docs.FreeBSD.org/cgi/mid.cgi?20071002233308.06dfa5bd
 For the full details.


looks like a patch might have been completed.  hopefully will soon be  
committed to ports.

http://mail.kde.org/pipermail/kde-freebsd/2007-October/001549.html

Thanks. At least they are aware of the problem. I tried to apply the
patch, but it failed at hunk 1. Probably because I wasn't sure where
the headers ended and the patch began though. Think I'll have to build
something out of packages for now...

-- 
Thanks, John.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]