Chapter 3. Questions, Answers, and Tips

Frequently asked questions

3.1. How do I exclude a specific file from being added to a new archive? The file filters exclude all files that have the same name, but I want to exclude only a specific one.
3.2. I get a "spacer undeclared" error while trying to compile the source code:
3.1.

How do I exclude a specific file from being added to a new archive? The file filters exclude all files that have the same name, but I want to exclude only a specific one.

Use a directory filter to exclude a specific file from the archive. Type the filename, including the full path to the file, when adding a new directory filter.

3.2.

I get a "spacer undeclared" error while trying to compile the source code:

kdarConfigureDlg.cpp: In constructor `
 kdarConfigureDlg::kdarConfigureDlg(QWidget*, const char*, bool, unsigned
 int)':
 kdarConfigureDlg.cpp:81: error: `spacer11' undeclared (first use this function)
 kdarConfigureDlg.cpp:81: error: (Each undeclared identifier is reported only
 once for each function it appears in.)

From the toplevel source directory do this:

    % make -f admin/Makefile.common
    % configure (--options)
    % make clean
    % make