Compiling grx11.o
Ahmet Göksu <[email protected]> Sat, 18 May 2024 23:33:57 +0300
| Newsgroups | gmane.comp.fonts.freetype.devel |
|---|---|
| Message-ID | <40b772d4-d66d-41fb-9991-39193d45c05f@Spark> |
Hello, First, sorry for delay, I am studying for my final exams that will held beginning of June. I am playing with graph/grx11 at the same time. Those I what I did so far: -Research for X11 -Compiled all the demos and runned them -Studied build process of graph apps I wanted to compile grx11.c by itself to see the output application well so deleted > #ifdef TEST > #if 0 > > #endif > #endif lines to compile it with its main function. but that time i got huge amount of errors such as > /freetype-demos/graph/x11/grx11.c:1529:5: error: call to undeclared function 'grInit'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > grInit(); I need to link it with the graph but getting complicated. I wanted inform you about the progress and ask if I am on the right path. Best, Goksu goksu.in