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

                 Summary: Cannot compile on Linux 2.4
                 Project: Battle for Wesnoth
            Submitted by: petevine
            Submitted on: Monday 10/05/2009 at 18:17
                Category: Bug
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Networking
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.6.5
        Operating System: Linux

    _______________________________________________________

Details:

Hello again,

It looks like I've been able to catch another issue due to my sticking to an
old system :)
Either 1.4.7 and 1.6.5 don't compile on Linux 2.4 because of O_NOATIME flag
in network_worker.cpp. I think the configure script should be extended to
detect the kernel version and simply change line 514 in the abovementioned
file to:

const scoped_fd in_file(open(buf->config_error.c_str(),O_RDONLY));

amd have everything compile and work nicely.

Thanks




    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to