libftdi Archives

Subject: Compile Error on Ubuntu 10.04

From: Karl Cunningham <karlc@xxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 30 Nov 2012 12:32:51 -0800
Greetings,

I have two Ubuntu systems, 10.04 and 12.04. The latest master branch compiles properly on the 12.04 system but not on the 10.04 system. I think all the dependencies are met on both, but I could have missed something.

The process I used is:
$ mkdir convenient_place
$ git clone git://developer.intra2net.com/libftdi convenient_place
$ cd convenient_place
$ mkdir build
$ cd build
$ cmake ..
$ make

The make error is:
make[2]: *** No rule to make target `doc_xml', needed by `bindings/ftdi1_doc.i'. Stop.

The cmake output from the 10.04 (bad) system is here:
http://pastebin.com/hDrS4vsY
The entire make output (showing the above error) is here:
http://pastebin.com/c32sQy9X

For reference, here is the cmake output from the 12.04 (good) system:
http://pastebin.com/QTr4MDZg


Any help with this is much appreciated.

Karl

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
Current Thread
  • Compile Error on Ubuntu 10.04, Karl Cunningham <=