help-gift
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-GIFT] Help Installing GIFT 1.13


From: Mark Brewster
Subject: [help-GIFT] Help Installing GIFT 1.13
Date: Wed, 23 Mar 2005 15:13:03 -0700

Hello,

First I must say, I am looking forward to getting GIFT up and running.
It sounds like it's exactly what I am looking for!

Unfortunately I am some troubles doing that. When I run the configure
script first I get this message:

...
config.status: creating GIFTServer/gift-config/Makefile
config.status: creating gift-config.h
config.status: gift-config.h is unchanged
config.status: linking ./lib/gnugetopt.h to lib/getopt.h
config.status: error: ./lib/gnugetopt.h: file not found

So what I do to get around that is create a lib directory in the
<install-dir>/gift-0.1.13 directory and copy the getopt.h file from the
gnu cvs repository in there as a file named gnugetopt.h. This allows it
get past the error. The version of gcc we have installed is 3.3.3.
Apparantly the header file didn't get installed for some reason or is it
suppose to be included in the source with GIFT?

So after I do all that I rerun the configure script and I get this:

...
config.status: creating GIFTServer/gift-mrml-messages/Makefile
config.status: creating GIFTServer/gift-config/Makefile
config.status: creating gift-config.h
config.status: gift-config.h is unchanged
config.status: linking ./lib/gnugetopt.h to lib/getopt.h
config.status: executing default-1 commands

I don't think this is the end of the configure script, I think it just
stops but I'm not sure. So I continued on and ran make. This:(Sorry for
the long output I thought it might help) Any ideas?

# make
make  all-recursive
make[1]: Entering directory `/home/markb/install/gift-0.1.13' Making all
in Doc
make[2]: Entering directory `/home/markb/install/gift-0.1.13/Doc'
mkdir autoDoc
mkdir: cannot create directory `autoDoc': File exists
make[2]: [system-doc] Error 1 (ignored)
mkdir autoDoc/HTML
mkdir: cannot create directory `autoDoc/HTML': File exists
make[2]: [system-doc] Error 1 (ignored)
test "" &&  
/bin/sh: -c: line 2: syntax error: unexpected end of file
make[2]: [system-doc] Error 2 (ignored)
test "" &&  configuring-and-hacking-the-gift.sgml
make[2]: [configuring-and-hacking-the-gift.info] Error 1 (ignored) test
"" &&  configuring-and-hacking-the-gift.sgml
make[2]: [configuring-and-hacking-the-gift.txt] Error 1 (ignored) test
""  &&  --output=dvi configuring-and-hacking-the-gift.sgml
make[2]: [configuring-and-hacking-the-gift.dvi] Error 1 (ignored) test
""  &&  --output=dvi gift-guide.sgml
make[2]: [gift-guide.dvi] Error 1 (ignored)
test "" &&  gift-guide.sgml
make[2]: [gift-guide.txt] Error 1 (ignored)
test "" &&  gift-guide.sgml
make[2]: [gift-guide.info] Error 1 (ignored)
make[2]: Leaving directory `/home/markb/install/gift-0.1.13/Doc'
Making all in scripts
make[2]: Entering directory `/home/markb/install/gift-0.1.13/scripts'
Making all in perl
make[3]: Entering directory
`/home/markb/install/gift-0.1.13/scripts/perl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/markb/install/gift-0.1.13/scripts/perl'
Making all in emacs-lisp
make[3]: Entering directory
`/home/markb/install/gift-0.1.13/scripts/emacs-lisp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/markb/install/gift-0.1.13/scripts/emacs-lisp'
make[3]: Entering directory `/home/markb/install/gift-0.1.13/scripts'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/markb/install/gift-0.1.13/scripts'
make[2]: Leaving directory `/home/markb/install/gift-0.1.13/scripts'
Making all in dtd
make[2]: Entering directory `/home/markb/install/gift-0.1.13/dtd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/markb/install/gift-0.1.13/dtd'
Making all in libMRML
make[2]: Entering directory `/home/markb/install/gift-0.1.13/libMRML'
Making all in include
make[3]: Entering directory
`/home/markb/install/gift-0.1.13/libMRML/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/markb/install/gift-0.1.13/libMRML/include'
Making all in cc
make[3]: Entering directory `/home/markb/install/gift-0.1.13/libMRML/cc'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..
-DHAS_BOOL   -DLINK_DYNAMICALLY      -I../..    -g -O2
-DEF_PROTECT_BELOW=1 -DEF_PROTECT_FREE -DEF_PROTECT_ALIGNMENT=8
-DEF_FILL=42  -c getLibNameFromFileName.cc rm -f
.libs/getLibNameFromFileName.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DHAS_BOOL -DLINK_DYNAMICALLY
-I../.. -g -O2 -DEF_PROTECT_BELOW=1 -DEF_PROTECT_FREE
-DEF_PROTECT_ALIGNMENT=8 -DEF_FILL=42 -c getLibNameFromFileName.cc -fPIC
-DPIC In file included from getLibNameFromFileName.cc:22:
../../libMRML/include/getLibNameFromFileName.h:27:18: string: No such
file or directory In file included from getLibNameFromFileName.cc:22:
../../libMRML/include/getLibNameFromFileName.h:29: error: `string'
undeclared 
   in namespace `std'
../../libMRML/include/getLibNameFromFileName.h:29: error: syntax error
before `
   (' token
getLibNameFromFileName.cc:23: error: `string' undeclared in namespace
`std'
getLibNameFromFileName.cc:23: error: syntax error before `(' token
getLibNameFromFileName.cc:26: error: `inName' was not declared in this
scope
getLibNameFromFileName.cc:26: error: `inPrefix' was not declared in this
scope
getLibNameFromFileName.cc:28: error: parse error before `if'
getLibNameFromFileName.cc:30: error: ISO C++ forbids declaration of `
   lReturnString' with no type
getLibNameFromFileName.cc:30: error: `inName' was not declared in this
scope
getLibNameFromFileName.cc:30: error: `lFirstPointPosition' was not
declared in 
   this scope
getLibNameFromFileName.cc:31: error: parse error before `}' token
make[3]: *** [getLibNameFromFileName.lo] Error 1
make[3]: Leaving directory `/home/markb/install/gift-0.1.13/libMRML/cc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/markb/install/gift-0.1.13/libMRML'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/markb/install/gift-0.1.13'
make: *** [all-recursive-am] Error 2







reply via email to

[Prev in Thread] Current Thread [Next in Thread]