On Jun 12, 2012, at 1:43 PM, Harmanpreet Singh wrote:

> I am trying to install BRLCAD from source. I successfully run
> ./configure. Next step is to run make command. But on executing it, I
> got the following error:
> make: *** No targets specified and no makefile found.  Stop.

It sounds like either configure or autogen.sh failed.

> But I can see two Makefiles in the current directory: Makefile.in and
> Makefile.am

Those are not Makefiles.  They are makefile templates meant for autoconf and 
automake respectively.  That is why you get an error when you feed them to make.

> When specify Makefile.in as Makefile to make command, I got
> Makefile.in:16: *** missing separator.  Stop.
> 
> When Makefile.am is used as Makefile similar error occured:
> Makefile.am:57: *** missing separator.  Stop.
> 
> What can be the solution?

Try the cmake build instead of the former autotools-based build system.  If you 
install cmake for your platform ( 
http://www.cmake.org/cmake/resources/software.html ), then the build steps 
should be something along the lines of "cmake . && make && sudo make install".

Cheers!
Sean


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to