Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 10.04 compile error. #26

Closed
lennad1 opened this issue Apr 8, 2011 · 6 comments
Closed

Ubuntu 10.04 compile error. #26

lennad1 opened this issue Apr 8, 2011 · 6 comments

Comments

@lennad1
Copy link

lennad1 commented Apr 8, 2011

After download I execute ./autogen.sh and receive the following.

./autogen.sh: 44: autoreconf: not found

./autogen.sh: 45: aclocal: not found

@harryeakins
Copy link
Collaborator

you need to install autoconf to get those two tools.

Try typing: sudo apt-get install autoconf

On Fri, Apr 8, 2011 at 10:06 PM, lennad1 <
reply@reply.github.com>wrote:

After download I execute ./autogen.sh and receive the following.

./autogen.sh: 44: autoreconf: not found

./autogen.sh: 45: aclocal: not found

Reply to this email directly or view it on GitHub:
#26

Harry Eakins
ICRS Pres. | Imperial College London
(+44) 7818084877

@diara628
Copy link
Collaborator

diara628 commented Apr 9, 2011

You need to have autotools installed. The docs aren't uptodate.

On 04/09/2011 12:06 AM, lennad1 wrote:

After download I execute ./autogen.sh and receive the following.

./autogen.sh: 44: autoreconf: not found

./autogen.sh: 45: aclocal: not found

@lennad1
Copy link
Author

lennad1 commented Apr 10, 2011

Thks, but now after I execute ./autogen.sh and receive the following.
libtoolize: putting auxiliary files in `.'.

libtoolize: copying file `./config.guess'

libtoolize: copying file `./config.sub'

libtoolize: copying file `./install-sh'

libtoolize: copying file `./ltmain.sh'

libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.

libtoolize: copying file `m4/libtool.m4'

libtoolize: You should add the contents of m4/libtool.m4' toaclocal.m4'.

libtoolize: copying file `m4/ltoptions.m4'

libtoolize: You should add the contents of m4/ltoptions.m4' toaclocal.m4'.

libtoolize: copying file `m4/ltsugar.m4'

libtoolize: You should add the contents of m4/ltsugar.m4' toaclocal.m4'.

libtoolize: copying file `m4/ltversion.m4'

libtoolize: copying file `m4/lt~obsolete.m4'

libtoolize: You should add the contents of m4/lt~obsolete.m4' toaclocal.m4'.

libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

./autogen.sh: 46: intltoolize: not found

@diara628
Copy link
Collaborator

aptitude or synaptic is your friend. Just install intltool or something
like that.

Should really try updating the docs :)

On 04/10/2011 03:30 AM, lennad1 wrote:

Thks, but now after I execute ./autogen.sh and receive the following.
libtoolize: putting auxiliary files in .'. libtoolize: copying file./config.guess'
libtoolize: copying file ./config.sub' libtoolize: copying file./install-sh'
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,m4'.
libtoolize: copying file m4/libtool.m4' libtoolize: You should add the contents ofm4/libtool.m4' to aclocal.m4'. libtoolize: copying filem4/ltoptions.m4'
libtoolize: You should add the contents of m4/ltoptions.m4' toaclocal.m4'.
libtoolize: copying file m4/ltsugar.m4' libtoolize: You should add the contents ofm4/ltsugar.m4' to aclocal.m4'. libtoolize: copying filem4/ltversion.m4'
libtoolize: copying file m4/lt~obsolete.m4' libtoolize: You should add the contents ofm4/lt~obsolete.m4' to aclocal.m4'. libtoolize: Consider adding-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
./autogen.sh: 46: intltoolize: not found

@lennad1
Copy link
Author

lennad1 commented Apr 11, 2011

Hi, First of all, thanks for the Help. I Installed all the "Not Found" packages. But Now after I execute the autogen.sh, I received a long list of "things" and at the end the following:

checking reprap/comms.h usability... no
checking reprap/comms.h presence... no
checking for reprap/comms.h... no
configure: error: cannot find headers for libreprap

This is far beyond my understanding, so I think I have to settle for the outdated version of Kulitorum for Windows.

@lennad1 lennad1 closed this as completed Apr 11, 2011
@harryeakins
Copy link
Collaborator

Did you download and install libreprap? -
https://github.com/Ralith/libreprap

https://github.com/Ralith/libreprapDo that and your problems should go
away. If not, type "sudo ldconfig" and try again

On Mon, Apr 11, 2011 at 9:11 PM, lennad1 <
reply@reply.github.com>wrote:

Hi, First of all, thanks for the Help. I Installed all the "Not Found"
packages. But Now after I execute the autogen.sh, I received a long list of
"things" and at the end the following:

checking reprap/comms.h usability... no
checking reprap/comms.h presence... no
checking for reprap/comms.h... no
configure: error: cannot find headers for libreprap

This is far beyond my understanding, so I think I have to settle for the
outdated version of Kulitorum for Windows.

Reply to this email directly or view it on GitHub:
#26 (comment)

Harry Eakins
ICRS Pres. | Imperial College London
(+44) 7818084877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants