Skip to content

Trying to mk in i/+ #53

@carkat

Description

@carkat
sudo sh mk
+ [  = ktye.h ]
+ DEF=
+ cc=gcc -O2 -s -Werror -Wfatal-errors
+ DEF= -DMAT
+ MAT=mat.o liblapacke.a liblapack.a librefblas.a -lgfortran -lquadmath -lm
+ gcc -O2 -s -Werror -Wfatal-errors -c mat/mat.c
+ DEF= -DMAT -DDRW
+ DRW=draw.o cairo.dll
+ gcc -O2 -s -Werror -Wfatal-errors -I/usr/include/cairo/ -c draw/draw.c
+ DEF= -DMAT -DDRW -DRAY
+ RAY=ray.o libraylib.a -lopengl32 -lgdi32 -lwinmm
+ gcc -O2 -s -Werror -Wfatal-errors -c ray/ray.c
+ wg -c -prefix ktye_ -nomain ..
mk: 45: mk: wg: not found

I have both ktye/wg and ktye/i projects in the same directory. I've also had to change the include path for cairo installation. I've also manually copied over the raylib.h and rgesture.h files from raylib on github into i/+/ray/

Not sure what to do about this wg not found. Just thought it had to be in i/../wg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions