Package Details: ttfviewer-git 0.2.8.r27.g7dc4441-1

Git Clone URL: https://aur.archlinux.org/ttfviewer-git.git (read-only, click to copy)
Package Base: ttfviewer-git
Description: A small tool for developers to view and preview various ttf font/icon image formats.
Upstream URL: https://github.com/QQxiaoming/TTFviewer
Licenses: GPL3
Conflicts: ttfviewer, ttfviewer-git
Provides: ttfviewer
Submitter: Hoream
Maintainer: Hoream (lilac)
Last Packager: Hoream
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-19 14:10 (UTC)
Last Updated: 2025-02-16 05:40 (UTC)

Latest Comments

Hoream commented on 2025-02-16 05:42 (UTC)

The compilation issue should be fixed now.

zwastik commented on 2025-02-12 17:14 (UTC)

/gcc/x86_64-pc-linux-gnu/14.2.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed -I/usr/include src/ImgViewer.h -o build_release/moc/moc_ImgViewer.cpp
src/TTFviewer.cpp:36:10: fatal error: build_info.inc: No such file or directory
   36 | #include "build_info.inc"
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:948: build_release/obj/TTFviewer.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/TTFdecoder.cpp:31:
src/font_to_svg.hpp: In member function ‘void font2svg::glyph::init(int, bool)’:
src/font_to_svg.hpp:331:26: error: invalid conversion from ‘unsigned char*’ to ‘char*’ [-fpermissive]
  331 |         tags = ftoutline.tags;
      |                ~~~~~~~~~~^~~~
      |                          |
      |                          unsigned char*
src/font_to_svg.hpp:332:30: error: invalid conversion from ‘short unsigned int*’ to ‘short int*’ [-fpermissive]
  332 |         contours = ftoutline.contours;
      |                    ~~~~~~~~~~^~~~~~~~
      |                              |
      |                              short unsigned int*
make: *** [Makefile:958: build_release/obj/TTFdecoder.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: ttfviewer-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
ttfviewer-git - exit status 4