[Nautilus-list] problems running configure



Hi Iam trying to compile naulilus2 from CVS but am having the following
problem during configure

syntax error near unexpected token AM_INIT_AUTOMAKE

then bombs

my envirnment is attached

I have pkg-config installed in /usr/bin
I have tried exporting ACLOCAL_FLGS as suggested in the gnome FAQ

So far nothing works - anyone any ideas


ACLOCAL_FLAGS=$'-I /usr/share/aclocal'
BASH=/bin/bash
BASH_VERSINFO=([0]="2" [1]="05" [2]="8" [3]="1" [4]="release" [5]="i386-redhat-linux-gnu")
BASH_VERSION=$'2.05.8(1)-release'
COLORS=/etc/DIR_COLORS
COLUMNS=80
DIRSTACK=()
EUID=0
GNOME_PATH=/usr/local/gnome
GROUPS=()
HISTFILE=/root/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/root
HOSTNAME=localhost
HOSTTYPE=i386
IFS=$' \t\n'
INPUTRC=/etc/inputrc
LANG=en_GB
LD_LIBRARY_PATH=/usr/local/gnome/lib:
LESSOPEN=$'|/usr/bin/lesspipe.sh %s'
LINES=25
LOGNAME=root
LS_COLORS=$'no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:'
MACHTYPE=i386-redhat-linux-gnu
MAIL=/var/spool/mail/root
MAILCHECK=60
OLDPWD=/root
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/usr/local/gnome/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
PIPESTATUS=([0]="1")
PKG_CONFIG_PATH=/usr/local/gnome/lib/pkgconfig:/usr/lib
PPID=20211
PS1=$'\\s-\\v\\$ '
PS2=$'> '
PS4=$'+ '
PWD=/home/mike/nautilus
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-comments:emacs
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SUPPORTED=en_GB:en
TERM=linux
UID=0
USER=root
USE_GNOME_2_MACROS=1
_=--enable-platform-gnome-2
langfile=/root/.i18n
sourced=1
mc () 
{ 
    mkdir -p ~/.mc/tmp 2>/dev/null;
    chmod 700 ~/.mc/tmp;
    MC=~/.mc/tmp/mc-$$;
    /usr/bin/mc -P "$@" >"$MC";
    cd "`cat $MC`";
    /bin/rm "$MC";
    unset MC
}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]