I got the same behaviour. Here's what is happening.
'make' finished successfully. but 'make install' is confused -- I think there's
a problem in the Makefile.in or something.
I fixed it by manually doing:
cd doc && sudo make install && cd ..
cd src && sudo make install && cd ..
cd charsets && sudo make install && cd ..
which is what the 'make install' should do but doesn't.
Thomas Nyman scribbled on 4/16/05 1:42 AM:
> Trying to compile catdoc 0.93.4 running make yields
>
> for i in src doc charsets; do\
> (cd $i; make all);\
> done
> make[1]: Nothing to be done for `all'.
> nroff -mandoc catdoc.1 |col -bx >catdoc.txt
> groff -Tps -mandoc catdoc.1 >catdoc.ps
> nroff -mandoc xls2csv.1 |col -bx >xls2csv.txt
> groff -Tps -mandoc xls2csv.1 >xls2csv.ps
> make[1]: Nothing to be done for `all'.
>
> and running make install yields
>
> make: `install' is up to date.
>
> Neither of these seem to be error messages.
>
> Anyway, if someone knows why the build process doesnt install anything I
> would appreciate it.
>
> Thomas
>
>
>
> 2005-04-15 kl. 17.10 skrev Peter Karman:
>
>>
>>
>> Thomas Nyman scribbled on 4/15/05 9:05 AM:
>>
>>> You wouldnt possibly have some ideas about compiling catdoc??
>>
>>
>> what kind of errors do you get? compiler warnings? etc.
>> --
>> Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
Received on Sat Apr 16 11:28:09 2005