pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] cvs broken ?


From: T'aZ
Subject: Re: [Pan-users] cvs broken ?
Date: Fri, 2 Aug 2002 20:33:00 +0200

i found the problem :

here is the part where the error comes from :

(test -f $srcdir/configure.in \                                         
  && test -d $srcdir/pan \                                              
  && test -d $srcdir/libcamel) || {                                     
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" 
    echo " top-level gnome directory"                                   
    exit 1                                                              
     
}            


so , it tests if the dir 'libcamel' exists
but this dir doesnt exist ..

so, i just modified the last && to || , and the autogen runs without problem

so this file _is_ broken :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]