help-gift
[Top][All Lists]
Advanced

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

Re: [help-GIFT] Help Installing GIFT 1.13


From: Wolfgang Müller
Subject: Re: [help-GIFT] Help Installing GIFT 1.13
Date: Thu, 24 Mar 2005 09:11:53 +0100
User-agent: KMail/1.7.2

On Wednesday 23 March 2005 23:13, Mark Brewster wrote:
> 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!

Hello,

David Squire is currently testing GIFT 0.1.14. There were some issues with 64 
bit architectures. [I am just reading David's mail...] They seem to be fixed 
now, so I will prepare 0.1.14 for sending it to the GNU people. How do you


> 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?

I think it would be best to install GNU getopt.

What type of system do you use?

Cheers,
Wolfgang



> 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?

It is good to send long output. The stuff below seems to have little to do 
with the stuff above.

Cheers,
Wolfgang

> # 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
>
>
>
>
>
> _______________________________________________
> help-GIFT mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gift

-- 
Dr. Wolfgang Müller
LS Medieninformatik
Universität Bamberg




reply via email to

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