~ubuntu-branches/debian/sid/coin2/sid

« back to all changes in this revision

Viewing changes to cfg/errors.txt

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-06-28 02:38:17 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080628023817-lgrh0u677j1gcqgf
Tags: 2.5.0-2
* debian/control: Change suggests from libopenal0 to libopenal0a.
  Closes: #488001.  Change ${Source-Version} to ${binary:Version}.
  Update to standards version 3.8.0.

* debian/rules: Do not ignore errors in clean rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
base of the Qt installation directory? Or if it was already set up,
23
23
double check to see that it is pointing at the correct directory.
24
24
 
 
25
!no-uic3
 
26
Found no manner in which the Qt4 ''uic3'' utility could be run. Make
 
27
sure Qt4 is properly installed on your system.
 
28
 
 
29
Did you perhaps forget to set up the environment variable QTDIR to the
 
30
base of the Qt installation directory? Or if it was already set up,
 
31
double check to see that it is pointing at the correct directory.
 
32
 
 
33
!no-rcc
 
34
The Qt ''rcc'' utility was not found in the same directory as the
 
35
other Qt utilities such as ''moc'' or ''uic''. Make sure Qt is
 
36
properly installed on your system.
 
37
 
25
38
!no-qt
26
39
Could not find any way to build against the Qt library. If you
27
40
are sure Qt is properly installed on your system, see the file
49
62
and how to use the Qt library, please mail the config.log file to
50
63
<coin-support@coin3d.org> and ask for help.
51
64
 
 
65
!no-pkgconfig-qt
 
66
Could not gather the configure flags for Qt through pkg-config. Please
 
67
ensure that the qt pkg-config metadata .pc files, such as QtCore.pc,
 
68
exist on your system. In case the metadata .pc files are installed
 
69
into a non-default location verify that the PKG_CONFIG_PATH environment
 
70
variable points to the correct directory.
 
71
 
 
72
Further details in how to set the PKG_CONFIG_PATH environment variable
 
73
can be found in the pkg-config(1) man page.
 
74
 
 
75
!no-gdiplus
 
76
Could not find a way to build against GDI+ (GdiPlus.h / -lgdiplus).
 
77
GDI+ is part of the Microsoft Windows SDK download.  Make sure you have
 
78
the MS Windows SDK set up correctly for your compiler.
 
79
 
52
80
!no-qgl
53
81
The configure script could not find any way to build code which uses
54
82
Qt's OpenGL bindings (called "QGL"), neither as part of the main Qt