trouble installing on Ubuntu

44 views
Skip to first unread message

sre...@asu.edu

unread,
May 12, 2016, 1:15:42 PM5/12/16
to xmlwrapp
Hi Vaclav and group - I am trying to install xmlwrapp (running Ubuntu 14.04) to facilitate running the xslt package in R but am having some trouble with the installation. Would you mind commenting on the possible problem and fix to the issue listed below? Thanks, Steve


klen@tGIOtec2FWCN32:~/Desktop/xmlwrapp-0.7.1$ ./configure make make install
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/klen/Desktop/xmlwrapp-0.7.1/admin/missing: Unknown `--is-lightweight' option
Try `/home/klen/Desktop/xmlwrapp-0.7.1/admin/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/bash admin/config.sub make failed

Vadim Zeitlin

unread,
May 12, 2016, 1:56:44 PM5/12/16
to xmlw...@googlegroups.com
On Thu, 12 May 2016 10:15:42 -0700 (PDT) sre...@asu.edu wrote:

> Hi Vaclav and group - I am trying to install xmlwrapp (running Ubuntu
> 14.04) to facilitate running the xslt <https://github.com/hrbrmstr/xslt>
> package in R but am having some trouble with the installation. Would you
> mind commenting on the possible problem and fix to the issue listed below?
> Thanks, Steve
>
>
> klen@tGIOtec2FWCN32:~/Desktop/xmlwrapp-0.7.1$ ./configure make make install

This is not how it works, you need to run "./configure" first, then
"make", then "make install". If you want to combine them on one line, you
need to use "&&" between them, please consult your shell documentation for
more information.

Regards,
VZ

sre...@asu.edu

unread,
May 12, 2016, 2:13:24 PM5/12/16
to xmlwrapp
Thank you, Vadim, very much appreciated.
That got me further, but does make require any arguments as it does not seem to recognize a makefile (e.g., below)?

>make: *** No targets specified and no makefile found.  Stop.

Vadim Zeitlin

unread,
May 12, 2016, 2:15:09 PM5/12/16
to xmlw...@googlegroups.com
On Thu, 12 May 2016 11:12:54 -0700 (PDT) sre...@asu.edu wrote:

> That got me further, but does make require any arguments as it does not
> seem to recognize a makefile (e.g., below)?
>
> make: *** No targets specified and no makefile found. Stop.

If configure ran successfully, it must have created a makefile. If it
didn't, there must have been an error, please check its output carefully.
But this is really not something related to xmlwrapp per se and so not
necessarily appropriate to this list.

Regards,
VZ
Reply all
Reply to author
Forward
0 new messages