Package Details: gnudatalanguage 1.0.4-3

Git Clone URL: https://aur.archlinux.org/gnudatalanguage.git (read-only, click to copy)
Package Base: gnudatalanguage
Description: An IDL (Interactive Data Language) compatible incremental compiler (ie. runs IDL programs)
Upstream URL: https://gnudatalanguage.github.io/
Licenses: GPL-2.0-or-later
Submitter: Snowman
Maintainer: jankoh
Last Packager: jankoh
Votes: 21
Popularity: 0.017616
First Submitted: 2005-10-19 19:37 (UTC)
Last Updated: 2024-04-14 11:35 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 Next › Last »

James-T commented on 2013-02-11 01:56 (UTC)

@srikanthbojja The following patch should be added to the sources, and applied right at the start of the build process ** START OF PATCH *** configure.in~ 2012-12-27 09:22:45.000000000 -0700 --- configure.in 2013-02-10 18:33:34.548244019 -0700 *************** *** 32,38 **** dnl == some basics ========================================= dnl ======================================================== ! AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE --- 32,38 ---- dnl == some basics ========================================= dnl ======================================================== ! AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE *** src/Makefile.am~ 2012-12-27 09:22:44.000000000 -0700 --- src/Makefile.am 2013-02-10 18:41:13.731588289 -0700 *************** *** 1,5 **** # set the include path found by configure ! INCLUDES = $(EXT_INCLUDES) $(all_includes) SUBDIRS = antlr pro cpp_hpp_files = overload.hpp overload.cpp nullgdl.hpp nullgdl.cpp allix.hpp allix.cpp prognode.hpp \ --- 1,5 ---- # set the include path found by configure ! AM_CPPFLAGS = $(EXT_INCLUDES) $(all_includes) SUBDIRS = antlr pro cpp_hpp_files = overload.hpp overload.cpp nullgdl.hpp nullgdl.cpp allix.hpp allix.cpp prognode.hpp \ *** src/antlr/Makefile.am~ 2012-12-27 09:22:44.000000000 -0700 --- src/antlr/Makefile.am 2013-02-10 18:41:36.414922156 -0700 *************** *** 1,4 **** ! INCLUDES = -I$(top_srcdir)/src $(all_includes) antlr_sources = ANTLRException.hpp ANTLRUtil.cpp ANTLRUtil.hpp ASTArray.hpp ASTFactory.cpp ASTFactory.hpp AST.hpp ASTNULLType.cpp ASTNULLType.hpp ASTPair.hpp ASTRefCount.cpp ASTRefCount.hpp BaseAST.cpp BaseAST.hpp BitSet.cpp BitSet.hpp CharBuffer.cpp CharBuffer.hpp CharInputBuffer.hpp CharScanner.cpp CharScanner.hpp CharStreamException.hpp CharStreamIOException.hpp CircularQueue.hpp CommonAST.cpp CommonAST.hpp CommonASTWithHiddenTokens.cpp CommonASTWithHiddenTokens.hpp CommonHiddenStreamToken.cpp CommonHiddenStreamToken.hpp CommonToken.cpp CommonToken.hpp config.hpp InputBuffer.cpp InputBuffer.hpp IOException.hpp LexerSharedInputState.hpp LLkParser.cpp LLkParser.hpp Makefile.am Makefile.in MismatchedCharException.cpp MismatchedCharException.hpp MismatchedTokenException.cpp MismatchedTokenException.hpp NoViableAltException.cpp NoViableAltException.hpp NoViableAltForCharException.cpp NoViableAltForCharException.hpp Parser.cpp Parser.hpp ParserSharedInputState.hpp RecognitionException.cpp RecognitionException.hpp RefCount.hpp SemanticException.hpp String.cpp String.hpp TokenBuffer.cpp TokenBuffer.hpp Token.cpp Token.hpp TokenStreamBasicFilter.cpp TokenStreamBasicFilter.hpp TokenStreamException.hpp TokenStreamHiddenTokenFilter.cpp TokenStreamHiddenTokenFilter.hpp TokenStream.hpp TokenStreamIOException.hpp TokenStreamRecognitionException.hpp TokenStreamRetryException.hpp TokenStreamSelector.cpp TokenStreamSelector.hpp TreeParser.cpp TreeParser.hpp TreeParserSharedInputState.hpp --- 1,4 ---- ! AM_CPPFLAGS = -I$(top_srcdir)/src $(all_includes) antlr_sources = ANTLRException.hpp ANTLRUtil.cpp ANTLRUtil.hpp ASTArray.hpp ASTFactory.cpp ASTFactory.hpp AST.hpp ASTNULLType.cpp ASTNULLType.hpp ASTPair.hpp ASTRefCount.cpp ASTRefCount.hpp BaseAST.cpp BaseAST.hpp BitSet.cpp BitSet.hpp CharBuffer.cpp CharBuffer.hpp CharInputBuffer.hpp CharScanner.cpp CharScanner.hpp CharStreamException.hpp CharStreamIOException.hpp CircularQueue.hpp CommonAST.cpp CommonAST.hpp CommonASTWithHiddenTokens.cpp CommonASTWithHiddenTokens.hpp CommonHiddenStreamToken.cpp CommonHiddenStreamToken.hpp CommonToken.cpp CommonToken.hpp config.hpp InputBuffer.cpp InputBuffer.hpp IOException.hpp LexerSharedInputState.hpp LLkParser.cpp LLkParser.hpp Makefile.am Makefile.in MismatchedCharException.cpp MismatchedCharException.hpp MismatchedTokenException.cpp MismatchedTokenException.hpp NoViableAltException.cpp NoViableAltException.hpp NoViableAltForCharException.cpp NoViableAltForCharException.hpp Parser.cpp Parser.hpp ParserSharedInputState.hpp RecognitionException.cpp RecognitionException.hpp RefCount.hpp SemanticException.hpp String.cpp String.hpp TokenBuffer.cpp TokenBuffer.hpp Token.cpp Token.hpp TokenStreamBasicFilter.cpp TokenStreamBasicFilter.hpp TokenStreamException.hpp TokenStreamHiddenTokenFilter.cpp TokenStreamHiddenTokenFilter.hpp TokenStream.hpp TokenStreamIOException.hpp TokenStreamRecognitionException.hpp TokenStreamRetryException.hpp TokenStreamSelector.cpp TokenStreamSelector.hpp TreeParser.cpp TreeParser.hpp TreeParserSharedInputState.hpp ** END OF PATCH @Rodland For a long-term solution the PKGBUILD should be updated to use cmake. Also, python-numarray no longer exists (it is now part of python-numpy) so the makedepend should go, also ImageMagick is not correctly found even if installed (I don't know why, I just disabled it for the time being).

James-T commented on 2013-02-01 17:56 (UTC)

There is an unnecessary duplication of the routines library, they are ending up in both the default /usr/share/gnudatalanguage/lib and also in /usr/lib/gdl. I'd suggest removing the /usr/lib/gdl stuff altogether unless there is some other very good reason to have it.

srikanthbojja commented on 2013-01-11 13:35 (UTC)

following error while installing.. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:35: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from... configure.in:35: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 any idea what this is about??

thayne commented on 2012-09-09 00:39 (UTC)

Build failed: Error! pslib is required but it was not found Use --with-pslib=DIR to specify the pslib directory tree Use --with-pslib=no to not use it Check the README or use configure --help for other libraries needed (--with-xxxdir = obligatory, --with-xxx = optional (--with-xxx=no to disable)) I'm not sure why since I have pslib installed

Rodland commented on 2012-09-08 12:01 (UTC)

Fixed. Now gnudatalanguage also depends on netcdf-cxx-legacy bindings, these are different from netcdf-cxx available on extra repository.

srikanthbojja commented on 2012-07-23 12:59 (UTC)

please fix the dependencies issue.

<deleted-account> commented on 2011-04-02 13:54 (UTC)

The new 0.9.1 version of GDL is now available. Best, Sylwester

<deleted-account> commented on 2010-10-24 11:10 (UTC)

Thanks. I've just put some info on the package here: http://gdl.referata.com/wiki/Packages

Rodland commented on 2010-10-23 17:20 (UTC)

Updated!