Skip to content

error: ‘encodeFont’ undeclared #4

@Sh1ne111

Description

@Sh1ne111

Hi,

I encountered this error when make below.

cd lib && make
make[2]: Entering directory '/public/home/chen/software/kent-core/src/lib'
/public/software/compiler/gcc-12.2.0/bin/gcc -O -g -I/public/software/compiler/gcc-12.2.0/include -std=c99 -Wall -Wformat -Wimplicit -Wreturn-type -Wuninitialized -std=c99 -Wall -Wformat -Wimplicit -Wreturn-type -Wuninitialized -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DMACHTYPE_x86_64 -Wall -Wformat -Wimplicit -Wreturn-type -Wuninitialized -I../inc -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc -I../htslib -I/usr/include/freetype2 -I/usr/include/libpng15 -DUSE_FREETYPE -I/usr/include/libpng15 -o psGfx.o -c psGfx.c
psGfx.c: In function ‘psOpen’:
psGfx.c:131:7: error: ‘encodeFont’ undeclared (first use in this function)
131 | fputs(encodeFont, ps->f);
| ^~~~~~~~~~
psGfx.c:131:7: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [../inc/common.mk:388: psGfx.o] Error 1
make[2]: Leaving directory '/public/home/chen/software/kent-core/src/lib'
make[1]: *** [makefile:19: topLibs] Error 2
make[1]: Leaving directory '/public/home/chen/software/kent-core/src'
make: *** [makefile:2: all] Error 2

Best,

Chens

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions