Advertisement
ekramula2

error during installation of tuxpaint from its source code

Mar 4th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. msgfmt: error while loading shared libraries: libgettextsrc-0.19.4.so: cannot open shared object file: No such file or directory
  2. msgfmt: error while loading shared libraries: libgettextsrc-0.19.4.so: cannot open shared object file: No such file or directory
  3. --------------------------------------------------------------
  4. Cannot find program 'msgfmt'!
  5. No translation files will be prepared.
  6. Install gettext to run Tux Paint in non-U.S. English modes.
  7. --------------------------------------------------------------
  8. cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/halftone.so magic/src/halftone.c
  9. magic/src/halftone.c: In function ‘halftone_switchin’:
  10. magic/src/halftone.c:313:42: error: ‘SDL_ANYFORMAT’ undeclared (first use in this function)
  11. canvas_backup = SDL_CreateRGBSurface(SDL_ANYFORMAT, api->canvas_w, api->canvas_h, canvas->format->BitsPerPixel, canvas->format->Rmask, canvas->format->Gmask, canvas->format->Bmask, canvas->format->Amask);
  12. ^
  13. magic/src/halftone.c:313:42: note: each undeclared identifier is reported only once for each function it appears in
  14. Makefile:1188: recipe for target 'magic/halftone.so' failed
  15. make: *** [magic/halftone.so] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement