Hello!
pkg finds no 'vice' package and ports does not work. It seems to me that using GCC is mandatory to get VICE 3.9 to compile. For the record, I did:
pkg install dos2unix glew gcc gmake
and
fbsd15:~/src/vice-3.9 $ cat foo
export CXX=g++
export CC=gcc
./configure --enable-x64sc --disable-sdlui --enable-gtk3 && gmake -j4
fbsd15:~/src/vice-3.9 $ bash foo
and got a working x64sc executable.
Merry Christmas to everybody from Finland!
best regards,
Kalevi K.
pkg finds no 'vice' package and ports does not work. It seems to me that using GCC is mandatory to get VICE 3.9 to compile. For the record, I did:
pkg install dos2unix glew gcc gmake
and
fbsd15:~/src/vice-3.9 $ cat foo
export CXX=g++
export CC=gcc
./configure --enable-x64sc --disable-sdlui --enable-gtk3 && gmake -j4
fbsd15:~/src/vice-3.9 $ bash foo
and got a working x64sc executable.
Merry Christmas to everybody from Finland!
best regards,
Kalevi K.