John Calcote wrote:
> Probably the best way to fix this problem is to add this chunk:
>
> #ifdef _AIX
> # define ss_family __ss_family
> #endif
>
> to the slp_net.h header file - you could even add the #define into the 
> existing #ifdef _AIX clause if you wanted to. The slp_net.h header is 
> likely to
Yes I had planned to do something similar, what I did the other night 
was just a quick, lazy, hack.
> be included anywhere we use ss_family, and it will just redefine every 
> use of ss_family to __ss_family for AIX only. This really is something 
> IBM should have done. Renaming standardized structure fields is silly, 
> but at least it's easy to work around.
hmm, I'm starting to consider IBM along the same lines as MS here ;)
>
> I've spent most of the day on and off trying to get an svn client 
> built and installed on my AIX toybox. The build and installation went 
> okay, except for two problems - first, my AIX box is SLOOOWWWWW (Do 
> you have this problem with AIX - it's been my experience with every 
> AIX box I've ever touched? If everyone does, why does anyone use 
> AIX?), and second, it also has a DNS problem of some sort. Once I got 
> subversion working, I couldn't resolve name to the sf.net svn server. 
> I finally gave up.
Yes my box is slow as well, we also had some networking issues with it 
as well (not DNS tho). It would be nice if there was an equivalent to 
the sunfreeware site for AIX. As for the DNS issue just get the IP of 
the sf.net server and put it in your hosts file, again that is me being 
lazy.
>
> I still haven't checked in any of our changes yet. Try the trick 
> above. If you tell me that one works, I'll just check both of them in.
I will try to work on this in the next day or so, I'm actually on 
vacation until Weds and I don't know if the place I am staying has 
Internet or not (I suspect not). I had planned to work on it today but 
had to do some family stuff that lasted until an hour or so ago.

Thanks again
>
> John
>
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Openslp-devel mailing list
Openslp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openslp-devel

Reply via email to