Skip to Content.
Sympa Menu

texmacs-users - [TeXmacs] 1.0.7.15 make install error

Subject: mailing-list for TeXmacs Users

List archive

[TeXmacs] 1.0.7.15 make install error


Chronological Thread 
  • From: Kemal Ilgar Eroglu <address@hidden>
  • To: "address@hidden" <address@hidden>
  • Subject: [TeXmacs] 1.0.7.15 make install error
  • Date: Sat, 17 Mar 2012 14:08:12 -0700 (PDT)
  • Authentication-results: spamcheck-ng1.citic74.net; dkim=pass (1024-bit key) address@concealed; dkim-asp=none
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=Jt5AX9c+XYNYV2h++Ai28wn1fwjwsogpb5esrw0T3IyQquPxj4GmkIlosXAxb21ATFZ1tgeTImVFGKZMs5/y+NUnIZqb4TcA/+jRl6mOxHs3mNdqt4Qv+Et9FiZBYtiKa1mV7SmGbsdJ9cfb903dAE98VezYwJ1MGTUhj7laRDY=;

I tried to install TeXmacs 1.0.7.15 on my 32 bit Slackware system but make install gives the error

mkdir -p /usr/local/libexec/TeXmacs
mkdir -p /usr/local/libexec/TeXmacs/bin
mkdir -p /usr/local/libexec/TeXmacs/lib
cp -r -f TeXmacs/bin/texmacs.bin /usr/local/libexec/TeXmacs/bin
cp -r -f TeXmacs/bin/tm_gs /usr/local/libexec/TeXmacs/bin
cp -r -f TeXmacs/plugins/*/bin/* /usr/local/libexec/TeXmacs/bin
cp: will not overwrite just-created `/usr/local/libexec/TeXmacs/bin/tm_python' with `TeXmacs/plugins/python/bin/tm_python'
make: *** [INSTALL] Error 1

Commenting out the line

        $(CP) $(tmdir)/plugins/*/bin/* $(DESTDIR)$(tmbin)/bin

in Makefile makes the error go away (and the plugin files seem to have been installed anyway).



Archive powered by MHonArc 2.6.19.

Top of Page