libftdi Archives

Subject: Re: missing doc/Doxyfile.in?

From: Kees Jongenburger <kees.jongenburger@xxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 10 Jun 2009 10:09:33 +0200
On Wed, Jun 10, 2009 at 9:15 AM, Thomas
Jarosch<thomas.jarosch@xxxxxxxxxxxxx> wrote:
> Hello Kees,
>
> On Wednesday, 10. June 2009 08:59:45 Kees Jongenburger wrote:
>> When I try to run make install  from the git repository I get the
>> following error on ubuntu 9.04
>> CMake Error: File /home/kejo/projects/libftdi/doc/Doxyfile.in does not
>> exist. CMake Error at CMakeLists.txt:100 (configure_file):
>>   configure_file Problem configuring file
>>
>> I currently resolve this by typing touch doc/Doxyfile.in and running
>> make install again
>> bug is that file missing or am I doing something wrong (I am pretty
>> new to cmake)
>
> Does the file exist when you do a fresh checkout of libftdi?
> I just checked my git repository, that file should be part of libftdi.
>
> How do you invoke cmake? Did you do something like this:
>
> mkdir build
> cd build
> cmake ../
> make
> make install
This works so I will use this

But this one doesn't. did I miss the Fine manual?

rm -rf libftdi
(
git clone git://developer.intra2net.com/libftdi
(
cd libftdi
cmake .
make
sudo make install
) 2>&1
) 2>&1 > install.log

Thanks for the quick response

>
> ?
>
> Cheers,
> Thomas
>
>
> --
> libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
> To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
>
>


--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Attachment: install.log
Description: Text Data

Current Thread