• Compile prob

    From Terry@1:103/705 to Digital Man on Sun Sep 17 01:21:20 2017
    Hi Digital Man

    I am working on setting up a new install of sync on linux and i seems to be haveing a prob im getting a couple errors :(

    when i run
    cd /sbbs/src/sbbs3; make RELEASE=1
    at the end i get his

    Compiling ciolib.c
    In file included from curs_cio.h:48:0,
    from ciolib.c:64:
    curs_fix.h:43:21: fatal error: curses.h: No such file or directory
    #include <curses.h>
    ^
    compilation terminated.
    ../build/Common.gmake:434: recipe for target 'gcc.linux.x64.obj.release- mt/ciolib.o' failed
    make[1]: *** [gcc.linux.x64.obj.release-mt/ciolib.o] Error 1
    make[1]: Leaving directory '/bbs/src/conio' /bbs/src/sbbs3/../build/Common.gmake:474: recipe for target 'ciolib-mt'
    failed
    make: *** [ciolib-mt] Error 2
    ---------------
    and then when i run this
    cd /sbbs/src/sbbs3/scfg; make RELEASE=1

    at the end i get this

    Compiling ciolib.c
    In file included from curs_cio.h:48:0,
    from ciolib.c:64:
    curs_fix.h:43:21: fatal error: curses.h: No such file or directory
    #include <curses.h>
    ^
    compilation terminated.
    ../build/Common.gmake:434: recipe for target 'gcc.linux.x64.obj.release- mt/ciolib.o' failed
    make[1]: *** [gcc.linux.x64.obj.release-mt/ciolib.o] Error 1
    make[1]: Leaving directory '/bbs/src/conio'
    ../../build/Common.gmake:474: recipe for target 'ciolib-mt' failed
    make: *** [ciolib-mt] Error 2

    --------------

    Im sure im missing something just can figure it out this time around if u
    could point me in the right place or let me know what im missing i would be very greatful thanks

    Tj

    ---
    * Synchronet * Colorado Springs Central Net - cscnet1.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From KK4QBN@1:103/705 to Terry on Sun Sep 17 11:03:24 2017
    Re: Compile prob
    By: Terry to Digital Man on Sun Sep 17 2017 01:21:20

    when i run
    cd /sbbs/src/sbbs3; make RELEASE=1
    at the end i get his

    Compiling ciolib.c
    In file included from curs_cio.h:48:0,
    from ciolib.c:64:
    curs_fix.h:43:21: fatal error: curses.h: No such file or directory #include <curses.h>
    ^
    compilation terminated.
    ../build/Common.gmake:434: recipe for target 'gcc.linux.x64.obj.release- mt/ciolib.o' failed
    make[1]: *** [gcc.linux.x64.obj.release-mt/ciolib.o] Error 1
    make[1]: Leaving directory '/bbs/src/conio' /bbs/src/sbbs3/../build/Common.gmake:474: recipe for target 'ciolib-mt' failed
    make: *** [ciolib-mt] Error 2

    read the wiki and find all the dependencies sbbs needs and install them.. looks like you do not have ncurses installed.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN - kk4qbn.synchro.net - 7064229538 - Chatsworth GA USA
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Terry on Sun Sep 17 11:15:54 2017
    Re: Compile prob
    By: Terry to Digital Man on Sun Sep 17 2017 01:21 am

    Hi Digital Man

    I am working on setting up a new install of sync on linux and i seems to be haveing a prob im getting a couple errors :(

    when i run
    cd /sbbs/src/sbbs3; make RELEASE=1
    at the end i get his

    Compiling ciolib.c
    In file included from curs_cio.h:48:0,
    from ciolib.c:64:
    curs_fix.h:43:21: fatal error: curses.h: No such file or directory
    #include <curses.h>

    Im sure im missing something just can figure it out this time around if u could point me in the right place or let me know what im missing i would be very greatful thanks

    Here is the list of prerequisites: http://wiki.synchro.net/install:nix:prerequisites

    digital man

    Synchronet "Real Fact" #41:
    Synchronet's cross-platform library is called XPDEV (named before Windows XP). Norco, CA WX: 67.1oF, 83.0% humidity, 3 mph ENE wind, 0.00 inches rain/24hrs --- SBBSecho 3.01-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Terry@1:103/705 to KK4QBN on Tue Sep 19 15:27:14 2017
    Re: Compile prob
    By: Terry to Digital Man on Sun Sep 17 2017 01:21:20

    when i run
    cd /sbbs/src/sbbs3; make RELEASE=1
    at the end i get his

    Compiling ciolib.c
    In file included from curs_cio.h:48:0,
    from ciolib.c:64:
    curs_fix.h:43:21: fatal error: curses.h: No such file or directory #include <curses.h>
    ^
    compilation terminated.
    ../build/Common.gmake:434: recipe for target 'gcc.linux.x64.obj.release- mt/ciolib.o' failed
    make[1]: *** [gcc.linux.x64.obj.release-mt/ciolib.o] Error 1
    make[1]: Leaving directory '/bbs/src/conio' /bbs/src/sbbs3/../build/Common.gmake:474: recipe for target
    'ciolib-mt'
    failed
    make: *** [ciolib-mt] Error 2

    read the wiki and find all the dependencies sbbs needs and install
    them..
    looks like you do not have ncurses installed.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN - kk4qbn.synchro.net - 7064229538 - Chatsworth GA
    USA

    Thanks i Got it working

    Terry

    ---
    * Synchronet * Region 15 HQ
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Terry@1:103/705 to Digital Man on Tue Sep 19 15:27:40 2017
    Re: Compile prob
    By: Terry to Digital Man on Sun Sep 17 2017 01:21 am

    Hi Digital Man

    I am working on setting up a new install of sync on linux and i seems
    to
    be haveing a prob im getting a couple errors :(

    when i run
    cd /sbbs/src/sbbs3; make RELEASE=1
    at the end i get his

    Compiling ciolib.c
    In file included from curs_cio.h:48:0,
    from ciolib.c:64:
    curs_fix.h:43:21: fatal error: curses.h: No such file or directory
    #include <curses.h>

    Im sure im missing something just can figure it out this time around
    if u
    could point me in the right place or let me know what im missing i
    would
    be very greatful thanks

    Here is the list of prerequisites: http://wiki.synchro.net/install:nix:prerequisites

    digital man

    Synchronet "Real Fact" #41:
    Synchronet's cross-platform library is called XPDEV (named before
    Windows
    XP). Norco, CA WX: 67.1oF, 83.0% humidity, 3 mph ENE wind, 0.00 inches rain/24hrs

    ---
    * Synchronet * Vertrauen * Home of Synchronet *
    [vert/cvs/bbs].synchro.net

    Thanks i Got it working

    Terry

    ---
    * Synchronet * Region 15 HQ
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)