-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing on Ubuntu x86_64 #5
Comments
Yes. x86-64 requires that you compile all object files that are part of a shared library with |
Hallelujah ! ! ! Ok after one evening of try and with your help I got fltk4lua working on my ubuntu computer. (I used the compiled version as the library one seems not working for me). I think it's probably a good idea to put the following informations inside of the wiki :
Please be sure to delete all previous build and pre-build data from FLTK sources and destination installation folder (ex: /usr/local/lib) Thanks for your help @siffiejoe . Let's start playing with fltk4lua :). |
The implementation is not complete. Most simple widgets are available (see the list on the wiki). What's missing is the low-level drawing and event handling code (because you have to subclass a widget to use it), the composite widgets like Fl_Tree, Fl_Table, Fl_Text_Display (same reason), and some Forms emulation widgets (didn't see the point). The first two I will probably add some time in the future. Regarding the |
Ok thanks for your answer. |
A simple one? Sure. Just use an |
Ok thanks for the answer. I will try it. I was thinking to build one with minimal synthax highlighting so if I understand well the subclass need to be done via cpp ? |
Very helpful thread. I spent an evening trying to sort this out and I wouldn't have managed without this info, so many thanks. As MangelMaxime says, the main things are: ** I suspect sudo luarocks install fltk4lua would have worked instead of cloning the git version. This seems to work for me on Lubuntu 20.04 so please do put a mention on the wiki page. |
Hello, I am trying to install ftlk4lua on my computer running under Ubuntu. And I god the following error :
Here are some informations about my system.
I have lua5.2 configure as main lua version on my computer.
Do you have any idea ?
The text was updated successfully, but these errors were encountered: