On Tuesday, November 15, 2011 02:29:10 PM augustin wrote:
> I have the following compile error on kubuntu:
> 
> /bin/bash ../libtool --silent --tag=CXX   --mode=compile gcc
> -DHAVE_CONFIG_H - I. -I../lib -I../lib -I../trio -I/usr/lib/include    
> -O2 -Wall -Wwrite- strings -Woverloaded-virtual -fno-exceptions -fno-rtti
> -fno-implement-inlines -MT MirrorJob.lo -MD -MP -MF .deps/MirrorJob.Tpo -c
> -o MirrorJob.lo MirrorJob.cc
> MirrorJob.cc:1192:28: fatal error: parse-datetime.h: No such file or
> directory compilation terminated.
> make[1]: *** [MirrorJob.lo] Error 1
> 
> http://linux.overshoot.tv/ticket/212#comment-311
> 


Strange.
It seems some files were not imported during the move from cvs to git.
I found parse-datetime.h and parse-datetime.cc in the lib/ directory of the 
old cvs source tree.  I added them to the current git checkout directory which 
I was trying to compile.

What's odd is that 'git status' didn't show that the two files were added, as 
if it were already tracking them.

Now, the source compiled further but stopped at:

In file included from lftp.cc:52:0:
attach.h:46:20: fatal error: passfd.h: No such file or directory
compilation terminated.
make[1]: *** [lftp.o] Error 1


and I didn't find this file (passfd.h) in the old cvs source.


The current git checkout does not seem to be compilable...


Augustin.





-- 
Friends: http://www.reuniting.info/
My projects:
http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ 
http://overshoot.tv/ http://charityware.info/ http://masquilier.org/
http://openteacher.info/ http://minguo.info/ 
http://www.wechange.org/ http://searching911.info/












.
_______________________________________________
lftp-devel mailing list
lftp-devel@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

Reply via email to