URL:
  <http://gna.org/bugs/?24293>

                 Summary: HAVE_WORKING_FORK + WIN32_NATIVE compilation fails
                 Project: Freeciv
            Submitted by: cazfi
            Submitted on: Fri 08 Jan 2016 12:08:59 PM EET
                Category: client
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: In Progress
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: 
         Discussion Lock: Any
        Operating System: None
         Planned Release: 

    _______________________________________________________

Details:

connectdlg_common.c assumes that WIN32_NATIVE and HAVE_WORKING_FORK can be set
at the same time. In such a case some parts get compiled assuming that fork()
based implementation is being used, other parts assuming that windows-specific
implementation is in use.

The compilation error specifically encountered is:
error: 'server_pid' undeclared

since WIN32_NATIVE build does not declare 'server_pid' which HAVE_WORKING_FORK
build uses.




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?24293>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to