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

                 Summary: Paths passed via compiler commandline not properly
expanded
                 Project: Freeciv
            Submitted by: cazfi
            Submitted on: Fri 01 Jan 2016 05:14:10 PM EET
                Category: bootstrap
                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: 2.5.2, 2.6.0, 3.0.0

    _______________________________________________________

Details:

This is not a problem when using default installation prefix, I think, nor
(since the default prefix has been working so that problem has not been
obvious) is it an regression since 2.5.1.

Most likely part of the problem is in that autotools have changed since the
original freeciv implementation, and part is in freeciv implementation
changes.

Anyway, freeciv installed to custom prefix fails to find its datafiles. That's
because of DEFAULT_DATA_PATH doesn't have "$datadir/freeciv" expanded at the
right time and recursively enough.

Also, when investigating this, I noticed that CPPFLAGS has also
-DBINDIR="\"${exec_prefix}/bin\""
which, I believe, breaks the way client finds correct server binary to launch.
This might explain some of the already reported problems with client launching
the server...






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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