Package Details: gnudatalanguage 1.1-1

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.000021
First Submitted: 2005-10-19 19:37 (UTC)
Last Updated: 2024-11-16 22:13 (UTC)

Latest Comments

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

James-T commented on 2019-01-08 16:12 (UTC)

Now that the package has been updated to use the current version of plplot, a useful hint that is hidden in the depths of the readme file (and couched in more Ubuntuish terms).

When building plplot, add the following line to the cmake options in the PKGBUILD file: -DOLD_WXWIDGETS:BOOL=ON \

without that draw widgets won't work.

Universebenzene commented on 2018-12-16 05:20 (UTC)

It's so sad that this package is orphaned now...

jankoh commented on 2018-12-01 00:10 (UTC) (edited on 2018-12-01 00:11 (UTC) by jankoh)

If this package still is maintained:

Please find a patch at [1] and apply it to the git repository (current master) using "git apply gnudatalanguage.patch".

I tested using makepkg/install the package, and running it. So far everything is working.

[1] https://drive.google.com/file/d/12E0Wa6ZlvBTij8bshRCY_BobVzA_tvpd/view?usp=sharing

Best regads, Jan

georgeg commented on 2018-11-05 19:56 (UTC) (edited on 2018-11-05 19:56 (UTC) by georgeg)

This is still broken, so here is a link to a version of the package that actually works (for me, at least) for anybody interested.

https://github.com/georgegeddes/aur-gdl

jankoh commented on 2018-09-06 10:58 (UTC)

Hey @migueldvb,

you removed the patch, now there's the build error the patch was needed for:

Scanning dependencies of target gdl [ 16%] Building CXX object src/CMakeFiles/gdl.dir/CFMTLexer.cpp.o [ 17%] Building CXX object src/CMakeFiles/gdl.dir/FMTIn.cpp.o In file included from /home/jankoh/.cache/yay/gnudatalanguage/src/gdl-0.9.8/src/str.hpp:25, from /home/jankoh/.cache/yay/gnudatalanguage/src/gdl-0.9.8/src/envt.hpp:26, from /home/jankoh/.cache/yay/gnudatalanguage/src/gdl-0.9.8/src/FMTIn.hpp:14, from /home/jankoh/.cache/yay/gnudatalanguage/src/gdl-0.9.8/src/FMTIn.cpp:5: /home/jankoh/.cache/yay/gnudatalanguage/src/gdl-0.9.8/src/basegdl.hpp:27:12: schwerwiegender Fehler: rpc/rpc.h: Datei oder Verzeichnis nicht gefunden # include <rpc rpc.h=""> ^~~~~~~~~~~ Kompilierung beendet. make[2]: [src/CMakeFiles/gdl.dir/build.make:76: src/CMakeFiles/gdl.dir/FMTIn.cpp.o] Fehler 1 make[1]: [CMakeFiles/Makefile2:130: src/CMakeFiles/gdl.dir/all] Fehler 2 make: *** [Makefile:141: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... Error making: gnudatalanguage</rpc>

I still can send you the correct version of the patch, just write me a message where to put it...

Best regards Jan

jankoh commented on 2018-08-18 11:13 (UTC)

Hey there,

could you remove the first "+"'s in every line in gdl-tirpc.patch? That was meant as a patch to the repository, not to gdl. :)

Best regards Jan

jankoh commented on 2018-08-05 20:10 (UTC) (edited on 2018-08-05 20:11 (UTC) by jankoh)

Building fails at the moment due to glibc-update (see [1]).

I created a patch for upgrading to 0.9.8 and fixing the build error, that I can provide.

Best regards Jan

[1] https://github.com/gnudatalanguage/gdl/pull/338

gypaetus commented on 2017-02-08 20:32 (UTC)

@Universebenzene thanks for the report. The error has been fixed in 0.9.7-3

Universebenzene commented on 2017-02-08 04:50 (UTC)

An error occurred when building the new 0.9.7 version: make[2]: *** [src/CMakeFiles/gdl.dir/build.make:735: src/CMakeFiles/gdl.dir/dialog.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:125: src/CMakeFiles/gdl.dir/all] Error 2 make: *** [Makefile:139: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build gnudatalanguage. Any body met this problem?

James-T commented on 2017-01-18 10:42 (UTC)

Not sure of the origin of this message, which shows when I start gdl: 10:33:08: Warning: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8). It occurs on the two Manjaro boxes where I have GDL installed, it doesn't seem to cause any problems of functionality, but it would be nice to know what is causing it.