Menu

fix CDE application builder issue on Debian Wheezy

2014-09-29
2014-10-01
  • rickleaf wu

    rickleaf wu - 2014-09-29
    fix CDE application builder issue on Debian Wheezy
    

    ---------------- cde/programs/dtappbuilder/src/abmf/make_file.c ----------------
    index d57f4b7..9f71ac5 100644
    @@ -203,7 +203,7 @@ determine_libs(AbmfLibs libs, ABObj project, AB_OS_TYPE osType)
    lib_add(libs, LibSM, ABMF_LIB_APPEND, ABMF_LIB_REJECT_DUP);
    lib_add(libs, LibXp, ABMF_LIB_APPEND, ABMF_LIB_REJECT_DUP);

    • if (osType == AB_OS_HPUX)
    • if (osType == AB_OS_HPUX || osType == AB_OS_LNX)
      {
      lib_add(libs, LibTt, ABMF_LIB_APPEND, ABMF_LIB_REJECT_DUP);
      }
      @@ -843,7 +843,7 @@ write_lnx_params(File makeFile, AbmfLibs libs)
      "\n"
      " CDEBUGFLAGS = -g\n"
      " COPTFLAGS = -O2\n"
      -" SYS_LIBRARIES = -lgen -lm\n"
      +" SYS_LIBRARIES = -lm\n"
      " CDE_LIBPATH = /usr/dt/lib\n"
      " CDE_LDFLAGS = -L$(CDE_LIBPATH)\n"
      " ALLX_LIBPATH = /X11/lib\n"
     
  • Jon Trulson

    Jon Trulson - 2014-10-01

    Please send this to the mailing list in git format-patch output please... I can't (and won't) scrape patches out of this web forum :)

    See https://sourceforge.net/p/cdesktopenv/wiki/Contributing%20to%20CDE/

    Thanks!

     

Log in to post a comment.

MongoDB Logo MongoDB