File: README

package info (click to toggle)
valknut 0.3.13-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 10,156 kB
  • ctags: 1,862
  • sloc: cpp: 22,101; sh: 15,814; perl: 2,795; xml: 2,165; makefile: 234
file content (34 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (4)
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
34
compile problems with FreeBSD 4.6
---------------------------------

* missing includes from all dialog files e.g. DCDialogFileTransferInfo.h (compiling the ui headers fails)

1.) use gmake (not make) to compile dcgui (David Holm)

if 1) not work

2.) change to the dcgui dir and type 'make dcgui.all_cpp.cpp' now you can compile the source


compile problems with RedHat
----------------------------

* error message: ... klocale.h: No such file or directory 
* error message: ... 'tr2il8n' undeclared (first use this function)

edit admin/am_edit

set 
$kdeopts{"qtonly"} = 0;
to
$kdeopts{"qtonly"} = 1;

start compile with make -f Makefile.dist


compile the source
------------------

Please read this site:

http://dcgui.berlios.de