Hello Perry!

On Mittwoch, 30. Mai 2007 Perry Couprie wrote:
> I am trying to compile fsvs, but i get the following error message.
> What package do i need to install, to compile fsvs.
...
> cc -Wall -funsigned-char -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
> -idirafter @INCDIRS@ -Os -DFSVS_VERSION='"fsvs-1.1.4:835"'
> tools/fsvs-chrooter.c interface.h config.h -o tools/fsvs-chrooter
> tools/fsvs-chrooter.c: In function ‘main’:
> tools/fsvs-chrooter.c:227: error: ‘CHROOTER_JAIL’ undeclared (first use
> in this function)
> tools/fsvs-chrooter.c:227: error: (Each undeclared identifier is
> reported only once
> tools/fsvs-chrooter.c:227: error: for each function it appears in.)
> make: *** [tools/fsvs-chrooter] Error 1
How did you configure fsvs?
The Makefile.in says:
        ifeq (@CHROOTER_JAIL@, )
        all:    Makefile deps tags $(DEST) lsDEST
        else
        all:    tools/fsvs-chrooter
        endif
so fsvs-chrooter should only get compiled if you have a non-empty 
CHROOTER_JAIL - which the compiler says in undeclared.

Maybe your make doesn't understand the ifeq/else/endif statements?

What make do you use, on which OS?
I have GNU Make 3.81 on debian unstable, x86_64-pc-linux-gnu.


You could try to remove lines - the above 5 lines could be shrunk to simply
        all:    Makefile deps tags $(DEST) lsDEST
maybe that helps.


Regards,

Phil


-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to