• DOS build

    From Ben Ritchey@1:393/68 to All on Tue Jan 31 00:25:06 2017
    Hi All,

    I am trying to build a DOS version of GoldEd+ using DJGPP under a Windows XP VM. When I type make it gives:

    make.exe: *** [Makefile:64: dirs] Error -1

    what does this mean? lol (for reference I had to rebuild my DJGPP sub-system and may be missing something! this USED to work) mygolded.h was created.

    PATH and DJGPP environment variables are set properly.


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ | `----------- WildCat! Board 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... IBM-making tomorrow's mistakes TODAY!
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Nicholas Boel@1:154/10 to Ben Ritchey on Tue Jan 31 07:38:42 2017
    Hello Ben,

    On Tue Jan 31 2017 00:25:06, Ben Ritchey wrote to All:

    I am trying to build a DOS version of GoldEd+ using DJGPP under a
    Windows XP VM. When I type make it gives:

    make.exe: *** [Makefile:64: dirs] Error -1

    what does this mean? lol (for reference I had to rebuild my DJGPP sub-system and may be missing something! this USED to work) mygolded.h
    was created.

    PATH and DJGPP environment variables are set properly.

    Take a look at line 64 of the Makefile? That seems to be where the error is occurring.

    Regards,
    Nick

    ... "?? ????. ? ????? ?????? ???????."
    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: thePharcyde_ distribution system (Wisconsin) (1:154/10)
  • From Ben Ritchey@1:393/68 to Nicholas Boel on Tue Jan 31 08:36:02 2017
    * An ongoing debate between Nicholas Boel and Ben Ritchey rages on ...

    make.exe: *** [Makefile:64: dirs] Error -1
    Take a look at line 64 of the Makefile? That seems to be where the
    error is occurring.

    That line is the label for distclean which works fine {shrug}

    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ | `----------- WildCat! Board 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... I need accurate, brief, and non-redundant information.
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Nicholas Boel@1:154/10 to Ben Ritchey on Wed Feb 1 07:18:18 2017
    Hello Ben,

    On Tue Jan 31 2017 08:36:02, Ben Ritchey wrote to Nicholas Boel:

    make.exe: *** [Makefile:64: dirs] Error -1
    Take a look at line 64 of the Makefile? That seems to be where
    the error is occurring.

    That line is the label for distclean which works fine {shrug}

    Then you may need to look at more of the output besides the specific error line. Take a look at what directory it's in before it starts leaving directories after it errors, as there may be multiple makefiles.

    BTW, is this the most recent Golded code from CVS, or are you building a specific tar.gz version or what?

    Regards,
    Nick

    ... "?? ????. ? ????? ?????? ???????."
    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: thePharcyde_ distribution system (Wisconsin) (1:154/10)
  • From Ben Ritchey@1:393/68 to Nicholas Boel on Wed Feb 1 07:58:14 2017
    * An ongoing debate between Nicholas Boel and Ben Ritchey rages on ...

    make.exe: *** [Makefile:64: dirs] Error -1
    Take a look at line 64 of the Makefile? That seems to be where
    That line is the label for distclean which works fine {shrug}
    Then you may need to look at more of the output besides the specific
    error line. Take a look at what directory it's in before it starts
    leaving directories after it errors, as there may be multiple
    makefiles.

    Ah, didn't think of that, thanks

    BTW, is this the most recent Golded code from CVS, or are you building
    a specific tar.gz version or what?

    I pulled the latest CVS a couple of days ago ...

    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ | `----------- WildCat! Board 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... DUST: Mud with all the juice squeezed out.
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Nicholas Boel@1:154/10 to Ben Ritchey on Wed Feb 1 10:28:22 2017
    Hello Ben,

    On Wed Feb 01 2017 07:58:14, Ben Ritchey wrote to Nicholas Boel:

    make.exe: *** [Makefile:64: dirs] Error -1
    Take a look at line 64 of the Makefile? That seems to be where
    That line is the label for distclean which works fine {shrug}
    Then you may need to look at more of the output besides the
    specific error line. Take a look at what directory it's in before
    it starts leaving directories after it errors, as there may be
    multiple makefiles.

    Ah, didn't think of that, thanks

    BTW, is this the most recent Golded code from CVS, or are you
    building a specific tar.gz version or what?

    I pulled the latest CVS a couple of days ago ...

    Looking at your tearline below, I take it you figured out whatever issue you were having?

    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!

    Regards,
    Nick

    ... "?? ????. ? ????? ?????? ???????."
    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: thePharcyde_ distribution system (Wisconsin) (1:154/10)
  • From Ben Ritchey@1:393/68 to Nicholas Boel on Wed Feb 1 13:34:44 2017
    * An ongoing debate between Nicholas Boel and Ben Ritchey rages on ...

    make.exe: *** [Makefile:64: dirs] Error -1
    Take a look at line 64 of the Makefile? That seems to be where
    That line is the label for distclean which works fine {shrug}
    Then you may need to look at more of the output besides the
    specific error line. Take a look at what directory it's in

    Looking at your tearline below, I take it you figured out whatever
    issue you were having?
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!

    Not yet, the version I'm using is the Dec 21st 2016 release from sf.net, which works fine so far, I just want a custom build to play with :))) No idea what's wrong yet :(

    Trying to build the DOS version under a WinXP VM running under Win 7 64-bit may

    have something to do with it {chuckle}.


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ | `----------- WildCat! Board 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... EXCUSES: The other car collided with mine warning of its intent.
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Nicholas Boel@1:154/10 to Ben Ritchey on Wed Feb 1 15:28:02 2017
    Hello Ben,

    On Wed Feb 01 2017 13:34:44, Ben Ritchey wrote to Nicholas Boel:

    Looking at your tearline below, I take it you figured out
    whatever issue you were having?
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!

    Not yet, the version I'm using is the Dec 21st 2016 release from
    sf.net, which works fine so far, I just want a custom build to play
    with :))) No idea what's wrong yet :(

    Trying to build the DOS version under a WinXP VM running under Win 7 64-bit may have something to do with it {chuckle}.

    AH! Apologies. I completely missed the part that it was for DOS. Does Golded even support DOS any more? You may have to try an older branch, as I haven't seen any DOS versions floating around in quite some time.

    I'm wondering if any of the 1.1.5 branch has been tested on it at all..?

    Regards,
    Nick

    ... "?? ????. ? ????? ?????? ???????."
    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: thePharcyde_ distribution system (Wisconsin) (1:154/10)
  • From Ben Ritchey@1:393/68 to Nicholas Boel on Wed Feb 1 16:13:30 2017
    * An ongoing debate between Nicholas Boel and Ben Ritchey rages on ...

    AH! Apologies. I completely missed the part that it was for DOS. Does Golded even support DOS any more? You may have to try an older branch,
    as I haven't seen any DOS versions floating around in quite some time.
    I'm wondering if any of the 1.1.5 branch has been tested on it at
    all..?

    See tearline {chuckle} last working copy I have for DOS :)


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ | `----------- WildCat! Board 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... The 4 seasons: salt, pepper, mustard, and vinegar.
    --- GoldED+/DPMI32 v1.1.5-040330 ... via Mystic BBS!
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Nicholas Boel@1:154/10 to Ben Ritchey on Thu Feb 2 07:16:10 2017
    Hello Ben,

    On Wed Feb 01 2017 16:13:30, Ben Ritchey wrote to Nicholas Boel:

    AH! Apologies. I completely missed the part that it was for DOS.
    Does Golded even support DOS any more? You may have to try an
    older branch, as I haven't seen any DOS versions floating around
    in quite some time. I'm wondering if any of the 1.1.5 branch has
    been tested on it at all..?

    See tearline {chuckle} last working copy I have for DOS :)

    --- GoldED+/DPMI32 v1.1.5-040330 ... via Mystic BBS!

    I'm assuming they changed the date format in the later versions, but this one seems to be from 2004. I didn't even know the 1.1.5 branch went back that far. Looks like you got something working, though!

    Regards,
    Nick

    ... "?? ????. ? ????? ?????? ???????."
    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: thePharcyde_ distribution system (Wisconsin) (1:154/10)
  • From Max Vasilyev@2:5057/77 to Ben Ritchey on Tue Jan 31 15:26:24 2017
    Hello Ben!

    31 Jan 17 00:25, you wrote to All:

    I am trying to build a DOS version of GoldEd+ using DJGPP under a
    Windows XP VM. When I type make it gives:
    what does this mean?
    Do you have all required DJGPP packages?
    Please read dist-gpd.sh for more info.

    And don't use very long paths.

    WBR, Max. piwamoto!>?bN4-!Nr
    --- b-ptaE >< FleetStreet'p :-(((
    * Origin: Personal Reality (2:5057/77)
  • From Ben Ritchey@1:393/68 to Max Vasilyev on Sat Feb 4 04:01:14 2017
    * An ongoing debate between Max Vasilyev and Ben Ritchey rages on ...

    I am trying to build a DOS version of GoldEd+ using DJGPP under a
    Windows XP VM. When I type make it gives:
    Do you have all required DJGPP packages?
    Please read dist-gpd.sh for more info.

    As far as I can tell, yes

    And don't use very long paths.

    Ok


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ | `----------- WildCat! Board 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... Calling anything foolproof seems to take a lot for granted.
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!
    * Origin: FIDONet - The Positronium Repository (1:393/68)
  • From Ben Ritchey@1:393/68 to Max Vasilyev on Sat Feb 4 07:49:22 2017
    * An ongoing debate between Max Vasilyev and Ben Ritchey rages on ...

    Do you have all required DJGPP packages?
    Please read dist-gpd.sh for more info.
    And don't use very long paths.

    I double checked the djgpp packages but the versions changed for some, here's what I ended up with:

    === Cut ===
    02/04/2017 07:28 AM 1,950,329 bnu227a.zip
    01/30/2017 11:33 PM 6,092,692 bnu227b.zip
    02/04/2017 07:29 AM 631,366 bsh205bbr4.zip
    01/30/2017 11:30 PM 2,509,574 djdev205.zip
    02/04/2017 07:35 AM 603,760 djtzn205.zip
    01/30/2017 11:30 PM 679,865 faq230b.zip
    02/04/2017 07:30 AM 2,336,254 fil41br2.zip
    01/30/2017 11:37 PM 30,480,706 gcc630b.zip
    01/30/2017 11:33 PM 4,393,474 gdb711b.zip
    01/30/2017 11:37 PM 14,107,906 gpp630b.zip
    02/04/2017 07:31 AM 7,501,547 gro1223b.zip
    02/04/2017 07:41 AM 169,168 grp251ab.zip
    02/04/2017 07:32 AM 2,594,005 licv114br2.zip
    07/19/2002 07:12 PM 34,008 llocl02b.zip
    01/30/2017 11:32 PM 442,817 mak421b.zip
    01/30/2017 11:31 PM 1,040,517 pakk023b.zip
    09/28/2011 09:36 PM 171,841 pdcur34a.zip
    01/30/2017 11:33 PM 6,265,395 rhid15ab.zip
    02/04/2017 07:33 AM 278,102 sed43b.zip
    02/04/2017 07:33 AM 2,815,532 shl2011br2.zip
    02/04/2017 07:34 AM 58,559 wmemu21b.zip

    === Cut ===

    Should these be ok? (still same error noted before)


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ | `----------- WildCat! Board 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... What time is it at the North Pole?
    --- GoldED+/W32-MSVC v1.1.5-b20161221 ... via Mystic BBS!
    * Origin: FIDONet - The Positronium Repository (1:393/68)