• building on FreeBSD 13

    From Michael Dukelsky@2:5020/1042 to Gerrit Kuehn on Thu Jan 6 17:31:30 2022
    Hello Gerrit,

    Thursday January 06 2022, Gerrit Kuehn wrote to Michael Dukelsky:

    Did you try reading huskybse/INSTALL.asciidoc? Building Husky on
    FreeBSD 13 works.

    Not for husky-all-1.9-source-20211014.zip:

    No. And FreeBSD is not mentioned in this version of huskybse/INSTALL.asciidoc. At that time it was made for Linux only. You should use this

    https://github.com/huskyproject/huskybse/blob/master/INSTALL.asciidoc

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Moscow, Russia (2:5020/1042)
  • From Michael Dukelsky@2:5020/1042 to Gerrit Kuehn on Thu Jan 6 21:24:54 2022
    Hello Gerrit,

    Thursday January 06 2022, Gerrit Kuehn wrote to Michael Dukelsky:

    Just out of curiosity: Who else of the "old team" is still around?

    Andrew Clarke and Max Vasilyev.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Moscow, Russia (2:5020/1042)
  • From Michael Dukelsky@2:5020/1042 to Gerrit Kuehn on Thu Jan 6 21:26:02 2022
    Hello Gerrit,

    Thursday January 06 2022, Gerrit Kuehn wrote to Michael Dukelsky:

    You should use this
    https://github.com/huskyproject/huskybse/blob/master/INSTALL.asci
    idoc

    This looks much nicer. I tried the init_build/build way now. It built without any issues, but won't install:

    <fido:~/husky13>
    zsh 38 % gmake install

    INSTALL.asciidoc says one should use

    env SHELL=/bin/sh sudo -s gmake -j install

    on FreeBSD.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Moscow, Russia (2:5020/1042)
  • From Michael Dukelsky@2:5020/1042 to Gerrit Kuehn on Thu Jan 6 21:30:12 2022
    Hello Gerrit,

    Thursday January 06 2022, Gerrit Kuehn wrote to Michael Dukelsky:

    without any issues, but won't install:

    <fido:~/husky13>
    zsh 38 % gmake install
    gmake: *** No rule to make target
    '/usr/local/include/huskylib/compiler.h', needed by
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    'hpt/Build/dep/txt2pkt.d'. Stop.

    Oh, I overlooked that it already complained when building hpt. That's
    the one that doesn't work, all others build and install just fine.

    The underlined is wrong. The idea is that libraries headers are not installed to $(PREFIX)/include and during hpt build they are taken from their regular directory. So it looks like you configured something in a wrong way. There should be no /usr/local/include/huskylib.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Moscow, Russia (2:5020/1042)