File: known-problems-11

package info (click to toggle)
libgnatcoll 1.7gpl2015-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,280 kB
  • ctags: 1,124
  • sloc: ada: 134,072; python: 4,017; cpp: 1,397; ansic: 1,234; makefile: 368; sh: 152; xml: 31; sql: 6
file content (33 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Known Problems fixed in Gnatcoll 1.1

Copyright (C) 2007-2010, AdaCore

KP-11-H922-018 Installation failure on some systems

  Problem:    On systems that do not have their own install script,
              configure is falling back to ./install.sh, which does not
              work for subdirectories.

  Status:     Fixed in GNATCOLL 1.2

  Workaround: Install with "make INSTALL=cp install"

KP-11-H730-018 Environment variable Build interfers with builds

  Problem:    If you have set the environment variable Build to some
              value other than "Production" or "Debug", the compilation
              of Gnatcoll will fail. This is because this variable is used
              as a scenario variable in Gnatcoll's project files.

  Status:     Fixed in GNATCOLL 1.2

  Workaround: unset the variable before compiling Gnatcoll. This variable
              was now renamed to Gnatcoll_Build to avoid conflicts

KP-11-H711-008 gnatcoll-traces-syslog.ad[bs] not installed on Windows

  Problem:    The Windows installer doesn't properly install the above files.

  Status:     Fixed in GNATCOLL 1.2

  Workaround: The missing files can be found in the src subdirectory.