Sylwester Arabas

Results 518 comments of Sylwester Arabas

Hello @joellama, Are you intending to use GDL from within Python or Python from within GDL? BTW, where is it suggested to used the "--enable-shared" option? (seems an outdated resource...

after downloading GDL source, try something along these lines: ```bash cd gdl mkdir build cd build cmake -DPYTHON_MODULE=ON .. make -j PYTHONPATH=$PYTHONPATH:`find . -name GDL.so | xargs dirname` python -m...

Please try adding the directory in which `libantlr.dylib` is located to the list of paths in `DYLD_LIBRARY_PATH` or `DYLD_FALLBACK_LIBRARY_PATH` env vars; see `man dyld`. Also, perhaps doing `sudo make install`...

should we then wait with rc3 till solving it?

> how about removing > `template class Data_;` > at line 279 in basegdl.hpp ? FWIW, compilation OK on my Debian laptop with gcc 8.3

So, as of now we have the following files in the testsuite folder: - test_routine_dir.pro - test_routine_filepath.pro - test_routine_name.pro - test_routine_names.pro Only the `test_routine_filepath.pro` is included in the LIST file,...

Here's a PR adding test_routine_dir.pro to the list: https://github.com/gnudatalanguage/gdl/pull/1201

and here one for test_routine_name.pro: https://github.com/gnudatalanguage/gdl/pull/1202

both passed, so merged (despite this issues's title!)

just tried the most recent artefact dmg and still the same problem with MPI_INIT and references to /usr/local/Cellar/... ``` sarabas@atmos-sarabas /Applications % ./GNU\ Data\ Language.app/Contents/Resources/bin/gdl GDL - GNU Data Language,...