asimkumar2222 / xmpp-ssh

Automatically exported from code.google.com/p/xmpp-ssh
0 stars 0 forks source link

ssh client couldn't be compiled #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure
2. make

What is the expected output? What do you see instead?
 make[2]: *** No rule to make target `Makefile.am', needed by  
`Makefile.in'.  Stop.

What version of the product are you using? On what operating system?
xmpp-ssh-alpha-0.3.tar.bz2, Gentoo Linux-2.6.24, 2.6.26

Please provide any additional information below.
There were two more errors during compilation: signature of method 
void From64(CBuffer* pBufferOut, CBuffer* pBufferOut); is incorrect 
(parameter pBufferOut is used twice) and missing header for string.h in 
(probably) CObject.h

Original issue reported on code.google.com by leo.maka...@gmail.com on 29 Jan 2009 at 1:34

GoogleCodeExporter commented 9 years ago
Have you tried calling autoreconf?

Original comment by shae.eri...@gmail.com on 29 Apr 2009 at 5:34

GoogleCodeExporter commented 9 years ago
Turns out the file makefile.am needs to renamed with a capital M, Makefile.am 
and then this problem, for me, goes away.

Original comment by winningham on 1 Aug 2010 at 7:01