File: README

package info (click to toggle)
apparix 11-062-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,312 kB
  • sloc: ansic: 10,376; sh: 782; makefile: 48
file content (12 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12

   See LICENSE for copyright and licensing, see THANKS for contributors,
   see INSTALL for generic installation instructions, see doc/ for
   documentation.

   If you get an error message such as
      util/ting.c:164: undefined reference to `va_copy'

   Try configuring apparix with CFLAGS=-DHAVE_VA_COPY=0, e.g.

   ./configure --prefix=$HOME CFLAGS=-DHAVE_VA_COPY=0