-
found the problem:
the two MenuButton lines work with fltk >= 1.1.8!
So we have to upgrade the dependency to 1.1.8 fltk.
after cleaning all and recompiling, the desktop starts with ede button working.
One problem: the american flag does not do anything when I click on it (want to switch to german layout....)
2009-11-11 19:23:46 UTC in Equinox Desktop Environment
-
I used fltk 1.1.7-i486-1tfn package in Slackware.
Did not happen in ubuntu before.
after commenting the two lines, everything compiled and startede started EDE.
BUT: no desktop with icons and no EDE-start-button, just panel with quickstart box, workspace-switcher , flag (which does nothing) and clock...
perhaps the two lines in MenuButton.cpp are now missing for something important.....
2009-11-11 19:08:38 UTC in Equinox Desktop Environment
-
Slackware 13.0, checked out from SVN on 10-Nov and can not compile edelib because of this error:
# jam
...found 659 target(s)...
...using 22 temp target(s)...
...updating 20 target(s)...
C++ src/MenuButton.o
src/MenuButton.cpp: In member function 'const edelib::MenuItem* edelib::MenuButton::popup()':
src/MenuButton.cpp:52: error: 'watch_widget_pointer' is...
2009-11-10 12:06:33 UTC in Equinox Desktop Environment
-
Is it wanted that applications are not compiled in ede2? (like efiler)
I can not execute them from command line or find the binaries...
How to compile/install them too?.
2009-10-29 16:29:20 UTC in Equinox Desktop Environment
-
Hi,
src/Theme.cpp did not compile, because FL/Fl.h could not be found.
Reason: has to be Fl.H!
So changed to:
$ nano src/Theme.cpp
...
#include <FL/Fl.H>
...
Then edelib compiled.
ede2 also did not compile, had to execute "ldconfig" first, then compiled.
2009-10-26 19:01:53 UTC in Equinox Desktop Environment
-
Hi Sanel,
checked out efltk, edelib and ede2 from subversion now.
Step 1: efltk
$ cd efltk/
$ autoconf
$ ./configure --disable-mysql --disable-unixODBC && make
$ sudo make install
Step 2: edelib
$ cd ../edelib/
$ autoconf
$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking...
2009-10-24 18:41:36 UTC in Equinox Desktop Environment
-
Hi Sanel,
under Xubuntu I try to install EDE with netinstall:
$ wget http://equinox-project.org/netinstall
$ sudo python netinstall
...
Linking efluid...
`g++ -o /home/ralf/build/efltk/bin/efluid Fl_Function_Type.o Fl_Menu_Type.o Fl_Group_Type.o Fl_Widget_Type.o Fl_Type.o Fl_Window_Type.o Fluid_Image.o Fluid_Plugins.o code.o factory.o file.o fluid.o about_panel.o...
2009-10-19 18:00:39 UTC in Equinox Desktop Environment
-
Not functional yet?:
desktop context menu:
Create launcher...
Create folder...
Arrange...
Copy
Paste
Nevertheless Sanel, great job!
Here a screenshot:
http://www.gecko-os.org/downloads/screenshot-ede2.jpg.
2009-04-22 19:45:58 UTC in Equinox Desktop Environment
-
OK, to be more correct:
the following programs get installed:
$ sudo jam install
...patience...
...patience...
...patience...
...found 3210 target(s)...
...updating 37 target(s)...
Install1 /usr/local/bin/ede-about
Chmod1 /usr/local/bin/ede-about
Install1 /usr/local/bin/ede-bell-conf
Chmod1 /usr/local/bin/ede-bell-conf
Install1 /usr/local/bin/ede-calc
cp: Verzeichnis...
2009-04-22 19:32:05 UTC in Equinox Desktop Environment
-
sorry, but no better results...
1. do you know what's wrong with the ede-calc patch?
2. why are no ede programs installed (configuration of jam or jam install error?):
there were no errors during installation, but perhaps to few targets executed?.
2009-04-22 19:22:18 UTC in Equinox Desktop Environment