![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SCO 5.0.7 Installing gcc 3.4.3 cause error in make | miles556 | SCO | 1 | 02-22-2008 05:25 PM |
| installing java 5.0 in HPUX B11.11 | winky | HP-UX | 6 | 01-22-2008 11:21 PM |
| Installing Patches in HPux | Prem | UNIX for Dummies Questions & Answers | 1 | 04-02-2007 05:39 PM |
| CUPS No pages found! error | bestcea | UNIX for Advanced & Expert Users | 0 | 01-11-2005 09:02 AM |
| /dev/rStp0 giving error | workingstiff | UNIX for Dummies Questions & Answers | 1 | 10-29-2002 06:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
make is giving error while installing cups in hpux
m installing cups-1.2.12 in hp-ux
./configure didnt give any error. but make gives the following error making all in cups... Compiling adminutil.c... In file included from http-private.h:142, from globals.h:35, from adminutil.c:47: /usr/include/net/if.h:240: error: field 'iftp_local' has incomplete type /usr/include/net/if.h:241: error: field 'iftp_remote' has incomplete type /usr/include/net/if.h:292: error: field 'iftn_src' has incomplete type /usr/include/net/if.h:293: error: field 'iftn_dst' has incomplete type In file included from /usr/include/net/if.h:326, from http-private.h:142, from globals.h:35, from adminutil.c:47: /usr/include/net/if6.h:95: error: field 'iflru_addr' has incomplete type /usr/include/net/if6.h:96: error: field 'iflru_dstaddr' has incomplete type /usr/include/net/if6.h:146: error: field 'lifra_addr' has incomplete type /usr/include/net/if6.h:147: error: field 'lifra_mask' has incomplete type /usr/include/net/if6.h:178: error: field 'bindl_mn' has incomplete type /usr/include/net/if6.h:179: error: field 'bindl_coa' has incomplete type /usr/include/net/if6.h:180: error: field 'bindl_tsrc' has incomplete type *** Error exit code 1 Stop. *** Error exit code 1 Stop. can anybody help me to find out the solution? |
|
||||
|
Hi Anni,
if.h had the following content at line240: struct sockaddr_storage iftp_local; /* outer header src */ struct sockaddr_storage iftp_remote; /* outer header dst */ I just deleted sockaddr_storage from the lines having this error.Then I compiled again. Now its giving the following error making all in cups... Compiling http-addrlist.c... http-addrlist.c: In function 'httpAddrGetList': http-addrlist.c:286: error: 'AF_INET6' undeclared (first use in this function) http-addrlist.c:286: error: (Each undeclared identifier is reported only once http-addrlist.c:286: error: for each function it appears in.) http-addrlist.c:300: error: 'http_addr_t' has no member named 'ipv6' http-addrlist.c:301: error: 'http_addr_t' has no member named 'ipv6' *** Error exit code 1 Stop. *** Error exit code 1 Stop. Now should I again replace the if.h file? |
|
||||
|
There is a post here which might give you some clues:
Re: Installation of CUPS in HP-UX 11i - Forums - Common UNIX Printing System Try also searching the other posts on that mailing list. From what I read it doesn't sound like it's straightforward to get going on HP-UX. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|