Francesco Abbate
Francesco Abbate
Oups, I forgot about history.h, sorry. Yes it is exactly the same problem, I just added "readline/" in the line including "history.h" like with the line above. I hope it...
Hmmm, very strange. On my system I have libreadline 7.0-3 and the signatures of `rl_completion_entry_function` match. Here the extract from `completion.c`: ```c static char *my_generator (const char *text, int state);...
Hi, sorry, yet another error... :-/ Ok, normally the idea was that the Xlib include flags should be provided by the FOX library but may be I am wrong about...
Ok, now it is almost good I think :-) For the LDFLAGS you should use pkg-config with the `--libs` flags ```Makefile LDFLAGS += $(shell pkg-config X11 --libs) -undefined dynamic_lookup -pagezero_size...
Hi, normally the build succeeded and you should be able to run the executables - gsl-shell - gsl-shell-gui (graphical user interface using xwindow, not Mac OS X native) so now...
Hi, you are now getting two errors. The one ``` dyld: Symbol not found: _rl_completion_suppress_append ``` I don't know about, I don't know Mac OS X enough to tell. What...
Hello, I am glad you are interested in the GSL Shell and the GDT module. This latter has not been thought as a stand-alone Lua module but it can be...
Hi, I have checkout out the gsl-shell-gdt repository and everything seems right. So I have made the test and I was able to read a CSV file as you did....
I've seen your comments about the need of copying the libgcc and winpthreads DLLs. I recommend to use TDM-GCC to get rid of these annoyances, it is an excellent project...
As you want to use the module as a standalone you should probably exclude the gdt functions that requires matrix computations (because the GSL library is needed) or plotting (because...