Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Makefile:934: warning: overriding recipe for target 'libgraph.pc'
- Makefile:409: warning: ignoring old recipe for target 'libgraph.pc'
- make all-recursive
- make[1]: Entering directory '/home/kandy/Downloads/libgraph-1.0.2'
- Makefile:934: warning: overriding recipe for target 'libgraph.pc'
- Makefile:409: warning: ignoring old recipe for target 'libgraph.pc'
- Making all in doc
- make[2]: Entering directory '/home/kandy/Downloads/libgraph-1.0.2/doc'
- Making all in man
- make[3]: Entering directory '/home/kandy/Downloads/libgraph-1.0.2/doc/man'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/kandy/Downloads/libgraph-1.0.2/doc/man'
- make[3]: Entering directory '/home/kandy/Downloads/libgraph-1.0.2/doc'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/kandy/Downloads/libgraph-1.0.2/doc'
- make[2]: Leaving directory '/home/kandy/Downloads/libgraph-1.0.2/doc'
- make[2]: Entering directory '/home/kandy/Downloads/libgraph-1.0.2'
- Makefile:934: warning: overriding recipe for target 'libgraph.pc'
- Makefile:409: warning: ignoring old recipe for target 'libgraph.pc'
- if /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\""/usr/local/share/libgraph/Font/"\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT libgraph.lo -MD -MP -MF ".deps/libgraph.Tpo" -c -o libgraph.lo libgraph.c; \
- then mv -f ".deps/libgraph.Tpo" ".deps/libgraph.Plo"; else rm -f ".deps/libgraph.Tpo"; exit 1; fi
- mkdir .libs
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT libgraph.lo -MD -MP -MF .deps/libgraph.Tpo -c libgraph.c -fPIC -DPIC -o .libs/libgraph.o
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT libgraph.lo -MD -MP -MF .deps/libgraph.Tpo -c libgraph.c -o libgraph.o >/dev/null 2>&1
- if /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\""/usr/local/share/libgraph/Font/"\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT text.lo -MD -MP -MF ".deps/text.Tpo" -c -o text.lo text.c; \
- then mv -f ".deps/text.Tpo" ".deps/text.Plo"; else rm -f ".deps/text.Tpo"; exit 1; fi
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT text.lo -MD -MP -MF .deps/text.Tpo -c text.c -fPIC -DPIC -o .libs/text.o
- text.c: In function 'grgetch':
- text.c:289:8: warning: implicit declaration of function 'refresh_interrupt' [-Wimplicit-function-declaration]
- 289 | refresh_interrupt(0);
- | ^~~~~~~~~~~~~~~~~
- text.c: In function 'kbhit':
- text.c:336:4: warning: implicit declaration of function 'delay' [-Wimplicit-function-declaration]
- 336 | delay(100);
- | ^~~~~
- text.c: In function 'grscanf':
- text.c:401:21: warning: passing argument 1 of 'vsscanf' from incompatible pointer type [-Wincompatible-pointer-types]
- 401 | num = vsscanf(&template,text,ap); // Guessing no of arguments
- | ^~~~~~~~~
- | |
- | char (*)[21]
- In file included from /usr/include/SDL/SDL_stdinc.h:37,
- from /usr/include/SDL/SDL_main.h:26,
- from /usr/include/SDL/SDL.h:30,
- from grtext.h:25,
- from text.c:24:
- /usr/include/stdio.h:444:44: note: expected 'const char * restrict' but argument is of type 'char (*)[21]'
- 444 | extern int vsscanf (const char *__restrict __s,
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~
- text.c:447:17: warning: passing argument 1 of 'vsscanf' from incompatible pointer type [-Wincompatible-pointer-types]
- 447 | if (vsscanf(&input,text,ap) < num) break;
- | ^~~~~~
- | |
- | char (*)[256]
- In file included from /usr/include/SDL/SDL_stdinc.h:37,
- from /usr/include/SDL/SDL_main.h:26,
- from /usr/include/SDL/SDL.h:30,
- from grtext.h:25,
- from text.c:24:
- /usr/include/stdio.h:444:44: note: expected 'const char * restrict' but argument is of type 'char (*)[256]'
- 444 | extern int vsscanf (const char *__restrict __s,
- | ~~~~~~~~~~~~~~~~~~~~~~~^~~
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT text.lo -MD -MP -MF .deps/text.Tpo -c text.c -o text.o >/dev/null 2>&1
- if /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\""/usr/local/share/libgraph/Font/"\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT shapes.lo -MD -MP -MF ".deps/shapes.Tpo" -c -o shapes.lo shapes.c; \
- then mv -f ".deps/shapes.Tpo" ".deps/shapes.Plo"; else rm -f ".deps/shapes.Tpo"; exit 1; fi
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT shapes.lo -MD -MP -MF .deps/shapes.Tpo -c shapes.c -fPIC -DPIC -o .libs/shapes.o
- shapes.c: In function 'cleardevice':
- shapes.c:34:5: warning: implicit declaration of function 'setbkcolor' [-Wimplicit-function-declaration]
- 34 | setbkcolor(getbkcolor());
- | ^~~~~~~~~~
- shapes.c:34:16: warning: implicit declaration of function 'getbkcolor' [-Wimplicit-function-declaration]
- 34 | setbkcolor(getbkcolor());
- | ^~~~~~~~~~
- shapes.c: In function 'moveto':
- shapes.c:55:13: warning: implicit declaration of function 'getmaxx'; did you mean 'getx'? [-Wimplicit-function-declaration]
- 55 | CP.x = (x>getmaxx())? getmaxx() : x;
- | ^~~~~~~
- | getx
- shapes.c:56:13: warning: implicit declaration of function 'getmaxy'; did you mean 'gety'? [-Wimplicit-function-declaration]
- 56 | CP.y = (y>getmaxy())? getmaxy() : y;
- | ^~~~~~~
- | gety
- shapes.c: In function 'fastline':
- shapes.c:76:12: warning: implicit declaration of function 'mapword' [-Wimplicit-function-declaration]
- 76 | x1<x2? mapword(x1, y1, dx) : mapword(x2, y2, dx);
- | ^~~~~~~
- shapes.c:79:14: warning: implicit declaration of function 'mapvword' [-Wimplicit-function-declaration]
- 79 | y1<y2? mapvword(x1, y1, dy) : mapvword(x2, y2, dy);
- | ^~~~~~~~
- shapes.c:89:4: warning: implicit declaration of function 'mappixel' [-Wimplicit-function-declaration]
- 89 | mappixel(x1, y1);
- | ^~~~~~~~
- shapes.c: In function 'line':
- shapes.c:416:3: warning: implicit declaration of function 'safe_update' [-Wimplicit-function-declaration]
- 416 | safe_update(x1-_internal_linestyle.thickness, y1-_internal_linestyle.thickness,
- | ^~~~~~~~~~~
- shapes.c: In function 'pieslice':
- shapes.c:544:33: warning: implicit declaration of function 'getcolor' [-Wimplicit-function-declaration]
- 544 | _boundaryfill((int)x, (int)y, getcolor());
- | ^~~~~~~~
- shapes.c: In function '_boundaryfill':
- shapes.c:635:10: warning: implicit declaration of function 'getpixel' [-Wimplicit-function-declaration]
- 635 | curr = getpixel(x, y);
- | ^~~~~~~~
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT shapes.lo -MD -MP -MF .deps/shapes.Tpo -c shapes.c -o shapes.o >/dev/null 2>&1
- if /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\""/usr/local/share/libgraph/Font/"\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT polygon.lo -MD -MP -MF ".deps/polygon.Tpo" -c -o polygon.lo polygon.c; \
- then mv -f ".deps/polygon.Tpo" ".deps/polygon.Plo"; else rm -f ".deps/polygon.Tpo"; exit 1; fi
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT polygon.lo -MD -MP -MF .deps/polygon.Tpo -c polygon.c -fPIC -DPIC -o .libs/polygon.o
- polygon.c: In function 'drawpoly':
- polygon.c:40:9: warning: implicit declaration of function 'line' [-Wimplicit-function-declaration]
- 40 | line(x1, y1, x2, y2);
- | ^~~~
- polygon.c: In function '_fillpoly':
- polygon.c:94:3: warning: implicit declaration of function 'mappixel' [-Wimplicit-function-declaration]
- 94 | mappixel(curr->x,i);
- | ^~~~~~~~
- polygon.c:101:3: warning: implicit declaration of function 'mapword' [-Wimplicit-function-declaration]
- 101 | mapword(curr->x,i,p2->x-curr->x);
- | ^~~~~~~
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT polygon.lo -MD -MP -MF .deps/polygon.Tpo -c polygon.c -o polygon.o >/dev/null 2>&1
- /bin/bash ./libtool --mode=link gcc -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\""/usr/local/share/libgraph/Font/"\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o libgraph.la -rpath /usr/local/lib -version-info 1:2:0 -export-dynamic libgraph.lo text.lo shapes.lo polygon.lo -lm -lSDL_image -L/usr/lib/x86_64-linux-gnu -lSDL
- gcc -shared .libs/libgraph.o .libs/text.o .libs/shapes.o .libs/polygon.o -lm -lSDL_image -L/usr/lib/x86_64-linux-gnu -lSDL -Wl,-soname -Wl,libgraph.so.1 -o .libs/libgraph.so.1.0.2
- (cd .libs && rm -f libgraph.so.1 && ln -s libgraph.so.1.0.2 libgraph.so.1)
- (cd .libs && rm -f libgraph.so && ln -s libgraph.so.1.0.2 libgraph.so)
- ar cru .libs/libgraph.a libgraph.o text.o shapes.o polygon.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- ranlib .libs/libgraph.a
- creating libgraph.la
- (cd .libs && rm -f libgraph.la && ln -s ../libgraph.la libgraph.la)
- if /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\""/usr/local/share/libgraph/Font/"\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT guile-libgraph.lo -MD -MP -MF ".deps/guile-libgraph.Tpo" -c -o guile-libgraph.lo guile-libgraph.c; \
- then mv -f ".deps/guile-libgraph.Tpo" ".deps/guile-libgraph.Plo"; else rm -f ".deps/guile-libgraph.Tpo"; exit 1; fi
- gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DFONTDIR=\"/usr/local/share/libgraph/Font/\" -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT guile-libgraph.lo -MD -MP -MF .deps/guile-libgraph.Tpo -c guile-libgraph.c -fPIC -DPIC -o .libs/guile-libgraph.o
- guile-libgraph.c:25:10: fatal error: libguile.h: No such file or directory
- 25 | #include <libguile.h>
- | ^~~~~~~~~~~~
- compilation terminated.
- make[2]: *** [Makefile:460: guile-libgraph.lo] Error 1
- make[2]: Leaving directory '/home/kandy/Downloads/libgraph-1.0.2'
- make[1]: *** [Makefile:552: all-recursive] Error 1
- make[1]: Leaving directory '/home/kandy/Downloads/libgraph-1.0.2'
- make: *** [Makefile:268: all] Error 2
Add Comment
Please, Sign In to add comment