codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

libproxy doesn't compile under Solaris #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
libproxy doesn't compile under Solaris with Sun Studio.

Attached the patch.

Original issue reported on code.google.com by ke.w...@sun.com on 13 Feb 2009 at 8:41

Attachments:

GoogleCodeExporter commented 9 years ago
Ke,

Thank you very much for your patch. We are highly interested in successfully 
porting
libproxy over to opensolaris.

Even though your patch might solve the compiling issues you experienced, it 
does not
conform to our expectations we have.

Some comments:
-Wall should not be disabled unconditionally. Much better would be to actually 
solve
the warnings we might experience at this time on opensolaris. Or at least only
disable -Wall on opensolaris.

The inclusion of -lsocket should be triggered if possible by a configure check 
if
needed. Otherwise it should be skipped.

The extension of the empty stucts is a different story. I understand that an 
empty
struct does not conform and your compiler is strict on this. Only DNS WPAD is
implemented at this time. It would be better to disable the other two WPAD 
solutions
(SLP and DHCP) instead of extending their structs with dummies just to let them
compile. Anyhow there is no function in there yet.

Do you think you can update your patch according to those comments? We 
appreciate
your work.

Original comment by 2hazel.e...@gmail.com on 13 Mar 2009 at 7:36

GoogleCodeExporter commented 9 years ago

Original comment by npmccallum@gmail.com on 19 Mar 2009 at 2:00

GoogleCodeExporter commented 9 years ago
The empty structs no longer exist in SVN Trunk (only wpad_dns and the new
wpad_dnsdevolution) plugin are now available. wpad_slp and wpad_dhcp are 
removed for
the time being, rendering this part of the patch obsolete.

Original comment by dominiqu...@gmail.com on 21 Mar 2009 at 10:27

GoogleCodeExporter commented 9 years ago
svn rev 330 adds logic to auto-detect if libsocket is required on a system or 
not.
The empty structs have been removed with the complete rewrite of the plugin 
manager
and -Wall can now stay used in the build. 

So I think this should be solved. 

Original comment by dominiqu...@gmail.com on 22 Mar 2009 at 4:33

GoogleCodeExporter commented 9 years ago
Issue 52 has been merged into this issue.

Original comment by dominiqu...@gmail.com on 19 Jun 2009 at 7:15