[bug #13988] MC version 4.6.1 doesnt build on Mac OS X 10.3 when configured to use mcslang



URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13988>

                 Summary: MC version 4.6.1 doesnt build on Mac OS X 10.3 when
configured to use mcslang
                 Project: GNU Midnight Commander
            Submitted by: None
            Submitted on: Sat 07/30/2005 at 18:34
                Category: Core
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: current (CVS or snapshot)
        Platform Version: Other

    _______________________________________________________

Details:

After successful run of the configure script mc fails to build with numerous
undefined symbols. All of them are defined in slang/include/slang.h within the
ifdef's "REAL_UNIX_SYSTEM".

Evenually I succeeded to build and run MC  4.6.1 after modifying the line 27
in slang.h. There I added check for __MACH__, so it became:
#if defined(unix) || defined(__unix) || defined (_AIX) || defined(__NetBSD__)
|| defined(__MACH__) 








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13988>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]