Description: C-KIT-GUI-GTK - is a user interface abstraction layer for C-programs - completely separates the application from the GUI-software - makes the application independent from the gui-system - is a graphical user interface toolkit simplifying the design of GUI's - is a C - library with sampleprograms - provides full OpenGL-integration - Linux interfaces to Gtk2 or Gtk3, 32-bit or 64-bit. - MS-Windows (XP, Win7) interfaces to Gtk2 - Functions use standard datatypes - have a unified callback-interface
Programs using C-KIT-GUI-GTK: - gCAD3DLast changelog:
V0.62 update, rearrange for git. See github.com/ckitgui/ckitgui. RF.
Hi, in the vwer C-KIT-GUI-GTK.6.0 not compila :
cd gui
make -f c-kit-gui-gtk.mak
....C-KIT-GUI-GTK-0.60-Linux/gui/c-kit-gui-gtk.mak:15: ../gui_gtk2/gui__.mak: File or directory does not exist
??!?! idea .
Thankx
Ratings & Comments
5 Comments
have added the missing files, sorry for that. If you have only Gtk3: edit options.mak Franz.
ok , thanks, now compila (y) :)
Hi, in the vwer C-KIT-GUI-GTK.6.0 not compila : cd gui make -f c-kit-gui-gtk.mak ....C-KIT-GUI-GTK-0.60-Linux/gui/c-kit-gui-gtk.mak:15: ../gui_gtk2/gui__.mak: File or directory does not exist ??!?! idea . Thankx
ok...resolved : add # include ../gui_$(VGUI)/gui__.mak in the file c-kit-gui-gtk.mak
no not resolved. idea.!!!