Are you able to test local changes?  What would happen if you changed line
#203 of simgear/io/raw_socket.cxx to:

    setsockopt( handle, SOL_SOCKET, SO_REUSEADDR,
                (void *)&opt_boolean, sizeof(opt_boolean) );

In other words, insert (void *) in front of &opt_boolean

Does that clean up the error for you?  If so I could push out a fix to git
... but I'd hate to keep pushing out random attempts at a fix ... rather
find the fix and the push that out.

Thanks,

Curt.


On Fri, Nov 12, 2010 at 1:28 PM, Gene Buckle <ge...@deltasoft.com> wrote:

> "<
> http://flightgear.simpits.org:8080/job/SimGear-Win32/ws/projects\VC90\SimGear.vcproj
> ">
> (default targets) -- FAILED.
>
> Build FAILED.
>
>
> "<
> http://flightgear.simpits.org:8080/job/SimGear-Win32/ws/projects\VC90\SimGear.vcproj
> ">
> (default target) (1) ->
>        (Build target) ->
>          ..\..\simgear\io\raw_socket.cxx(203): error C2664: 'setsockopt' :
> cannot convert parameter 4 from 'int *' to 'const char *'
>
>
>
> "ur in mah codez, breakin' mah bildz!"
>
>
> *laughs*
>
> g.
>
>
>
> ------------------------------------------------------------------------------
> Centralized Desktop Delivery: Dell and VMware Reference Architecture
> Simplifying enterprise desktop deployment and management using
> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
> client virtualization framework. Read more!
> http://p.sf.net/sfu/dell-eql-dev2dev
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>



-- 
Curtis Olson:
http://www.atiak.com - http://aem.umn.edu/~uav/
http://www.flightgear.org -
http://www.flightgear.org/blogs/category/curt/<http://www.flightgear.org/blogs/category/personal/curt/>
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to