[Orca-users] Orca error messages
Dagobert Michelsen
dam at baltic-online.de
Mon Oct 8 01:32:50 PDT 2007
Hi,
Von Sudhirmd <sudhirmd at yahoo.com> (Sun, 7 Oct 2007 20:05:38 -0700 (PDT)):
> but when I compile orca from http://www.orcaware.com/orca/pub/snapshots/, I
> got following error while doing "make install_contrib"
>
> cd contrib && make install_contrib
> making install in rotate_orca_graphs
> /tmp/orca-snapshot-r530/config/mkinstalldirs /bin
> @INSTALL rotate_orca_graphs /bin
There is indeed a trailing '@' missing. Use this minimal patch to fix:
--- orca-snapshot-r530/contrib/rotate_orca_graphs/Makefile.in 2005-09-09 05:51:41.000000000 +0200
+++ orca-snapshot-r530.patched/contrib/rotate_orca_graphs/Makefile.in 2007-10-08 10:25:27.730419000 +0200
@@ -1,7 +1,7 @@
@SET_MAKE@
bindir = @bindir@
-INSTALL = @INSTALL
+INSTALL = @INSTALL@
MKDIR = @MKDIR@
TARGETS = rotate_orca_graphs
Best regards
-- Dago
--
Dagobert Michelsen (Leiter IT) Baltic Online Computer GmbH
Firmensitz: Alter Markt 1-2, 24103 Kiel, Telefon: +49 431 54003-0
Geschäftsführer: Erik Cickovskis, Amtsgericht Kiel, HRB 3756
"Of course computer servers don't need thrust, since they generally
don't go anywhere." -- Comment in TR on new HP server turbine fans
More information about the Orca-users
mailing list