attractplus icon indicating copy to clipboard operation
attractplus copied to clipboard

Linux Compile - CachyOS

Open Warpath0007 opened this issue 5 months ago • 1 comments

I try to compile but it keeps giving an error with libboost. I am not sure what is missing, so whaetevr advice you have I will certainly listen.

mkdir -p obj/sqstdlib Compiling obj/sqstdlib/sqstdblob.o... Compiling obj/sqstdlib/sqstdio.o... Compiling obj/sqstdlib/sqstdstream.o... Compiling obj/sqstdlib/sqstdmath.o... Compiling obj/sqstdlib/sqstdstring.o... Compiling obj/sqstdlib/sqstdaux.o... Compiling obj/sqstdlib/sqstdsystem.o... Compiling obj/sqstdlib/sqstdrex.o... Archiving obj/libsqstdlib.a... ar: creating obj/libsqstdlib.a a - obj/sqstdlib/sqstdblob.o a - obj/sqstdlib/sqstdio.o a - obj/sqstdlib/sqstdstream.o a - obj/sqstdlib/sqstdmath.o a - obj/sqstdlib/sqstdstring.o a - obj/sqstdlib/sqstdaux.o a - obj/sqstdlib/sqstdsystem.o a - obj/sqstdlib/sqstdrex.o Creating executable: attractplus /usr/bin/ld: cannot find -l:libboost_filesystem.a: No such file or directory /usr/bin/ld: cannot find -l:libboost_system.a: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:488: attractplus] Error 1

It says I don't have libboost, but Pacman says I do. Could it be a version error? I am using the more recent CachyOS.

Warpath0007 avatar Aug 02 '25 22:08 Warpath0007

Not an an answer, but here is all I use for Arch, considering CachyOS is based on Arch https://gitlab.com/groovyarcade/packages/-/tree/master/package/attractplus?ref_type=heads

I have also have a pacman repo where it is available if you wish

substring avatar Aug 05 '25 13:08 substring