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 ? Cheers, Thomas -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
