What's new

How to compile plugins on linux ?

OP
D

Ducho_CWB

New member
compile mupen 0.4 OK
compile hack_azi_rsp_hle OK

compiling blight_input-0.0.8-b with gcc (GCC) 3.3.5 (Debian 1:3.3.5-8)

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/SDL -D_REENTRANT -I. -g -O2 -DGUI_SDL -I/usr/include/SDL -D_REENTRANT-I/usr/include/freetype2 -O3 -fomit-frame-pointer -finline-functions -funroll-loops march=athlon-xp -mcpu=athlon-xp -Wp,-MD,.deps/arial.ttf.pp -c arial.ttf.c -fPIC -DPIC -o .libs/arial.ttf.lo

gcc: cannot specify -o with -c or -S and multiple compilations

make[2]: ** [arial.ttf.lo] Erro 1

./configure
edit ccflag to athlon-xp
make

regards
Ducho_CWB
 

Hacktarux

Emulator Developer
Moderator
in the command line you posted, march=athlon-xp is false,
it should be -march=athlon-xp
you forgot the -
 
OP
D

Ducho_CWB

New member
lol
copy & paste failure :p

but to compile gln64 or glide need a port to linux ?
regards
 
Last edited:
OP
D

Ducho_CWB

New member
I'm in home now.
not copy & paste error :(

/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been included yet!"

some error with freetype lib

Ducho_CWB
 

Top