You are not logged in.

#1 2008-01-24 05:26:12

robertK
Member
Registered: 2006-05-25
Posts: 17

[request] formconv

Hello, I am not able to compile the formconv programm. Is anybody interested in creating the package?
The homepage is http://formconv.sourceforge.net/
Thank you very much.

Offline

#2 2008-01-24 15:04:14

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [request] formconv

Could you please tell us what you did/tried? If you have a PKGBUILD, working or not, please post it here.

Offline

#3 2008-01-24 17:22:56

robertK
Member
Registered: 2006-05-25
Posts: 17

Re: [request] formconv

I tried to install first using config, make , makefile

I installed antlr from repository. I got

<pre>$ ./configure
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for antlr... /usr/bin/antlr
checking for antlr-config... no
configure: error: antlr-config is missing, check your antlr installation
</pre>

but I am not able to find any package which contains antlr-config

Last edited by robertK (2008-01-24 17:23:13)

Offline

#4 2008-01-24 21:22:16

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [request] formconv

I got the same error. I think this is a missing dependency. Maybe the maintainer of the antlr package knows where we can get it.

In the INSTALL file the authors mention another library to be needed by formconv: Here is a PKGBUILD for that.

# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
#Contributor stefan dot husmann at t minus systems dot com
pkgname=tclap  
pkgver=1.0.5
pkgrel=1 
pkgdesc="Templatized C++ Command Line Parser Library. Dependency for \
formconv, v.1.1.0 will _not_ work."
url="http://tclap.sourceforge.net/"
arch=('i686')
license=('custom')
source=(http://downloads.sourceforge.net/sourceforge/tclap/$pkgname-$pkgver.tar.gz)
md5sums=('dc88e4d84240a5315fe722168324798a')
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
  install -D -m644 $startdir/src/$pkgname-$pkgver/COPYING $startdir/pkg/usr/share/licenses/tcmap/COPYING
}

This does not change anything about the error message you got, though. I am sorry.

Offline

#5 2008-03-16 01:22:10

kovzol
Member
Registered: 2008-03-16
Posts: 2

Re: [request] formconv

Hi, antlr-config should be in a package called something like 'libantlr-dev' (as in Debian-like systems). This is the developers' package for antlr. tclap must be <= 1.0.5.

Offline

#6 2008-03-22 11:48:36

kovzol
Member
Registered: 2008-03-16
Posts: 2

Re: [request] formconv

Latest version (0.8.7) works also with tclap-1.1.0. In addition, there are two .deb packages available (working on Ubuntu Dapper, Feisty and Gutsy).

Offline

Board footer

Powered by FluxBB