You are not logged in.

#1 2005-12-16 17:46:17

gunnix
Member
Registered: 2005-11-11
Posts: 102
Website

Equinox desktop environment

I'm trying to compile the equinox desktop environment and efltk.

http://ede.sourceforge.net/

But I can't get it compiled. First I do ./configure and then make gives me this:

----------------

[root@gel efltk]# make
make[1]: Entering directory `/home/gunnar/srcpkgs/efltk/src'
make[2]: Entering directory `/home/gunnar/srcpkgs/efltk/src/core'
Compiling Fl.cpp...
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:30: warning: 'class Fl_Boxtype_' h                                                               as virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:60: warning: 'class Fl_Frame_Box'                                                                has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:99: warning: 'class Fl_Flat_Box' h                                                               as virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:108: warning: 'class Fl_Highlight_                                                               Box' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:126: warning: 'class Fl_Round_Box'                                                                has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:140: warning: 'class Fl_Diamond_Bo                                                               x' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:154: warning: 'class Fl_Plastic_Bo                                                               x' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:168: warning: 'class Fl_No_Box' ha                                                               s virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:177: warning: 'class Fl_Shadow_Box                                                               ' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:186: warning: 'class Fl_Rounded_Bo                                                               x' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:195: warning: 'class Fl_RShadow_Bo                                                               x' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:204: warning: 'class Fl_RFlat_Box'                                                                has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:213: warning: 'class Fl_Oval_Box'                                                                has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:222: warning: 'class Fl_Oval_Shado                                                               w_Box' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:230: warning: 'class Fl_Oval_Flat_                                                               Box' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:239: warning: 'class Fl_Border_Fra                                                               me' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:248: warning: 'class Fl_Dotted_Fra                                                               me' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:257: warning: 'class Fl_Hor_Shade_                                                               Box' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Boxtype.h:267: warning: 'class Fl_Vert_Shade                                                               _Box' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Labeltype.h:29: warning: 'class Fl_Labeltype                                                               _' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Labeltype.h:46: warning: 'class Fl_No_Label'                                                                has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Labeltype.h:54: warning: 'class Fl_Symbol_La                                                               bel' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Labeltype.h:62: warning: 'class Fl_Engraved_                                                               Label' has virtual functions but non-virtual destructor
/home/gunnar/srcpkgs/efltk/efltk/Fl_Window.h:130: error: ISO C++ forbids declara                                                               tion of 'Fl_X' with no type
/home/gunnar/srcpkgs/efltk/efltk/Fl_Window.h:130: error: expected ';' before '*'                                                                token
/home/gunnar/srcpkgs/efltk/efltk/Fl_Window.h: In member function 'bool Fl_Window                                                               ::shown() const':
/home/gunnar/srcpkgs/efltk/efltk/Fl_Window.h:80: error: 'i' was not declared in                                                                this scope
/home/gunnar/srcpkgs/efltk/efltk/x.h: In static member function 'static Fl_X* Fl                                                               _X::i(const Fl_Window*)':
/home/gunnar/srcpkgs/efltk/efltk/x.h:207: error: 'const class Fl_Window' has no                                                                member named 'i'
Fl_x.cpp: In member function 'virtual void Fl_Window::layout()':
Fl_x.cpp:1357: error: 'i' was not declared in this scope
Fl_x.cpp: In static member function 'static void Fl_X::create(Fl_Window*, XVisua                                                               lInfo*, Colormap, int)':
Fl_x.cpp:1422: error: 'class Fl_Window' has no member named 'i'
Fl_x.cpp:1465: error: 'class Fl_Window' has no member named 'i'
Fl_x.cpp:1499: error: 'const class Fl_Window' has no member named 'i'
Fl_x.cpp: In member function 'void Fl_Window::size_range_()':
Fl_x.cpp:1600: error: 'i' was not declared in this scope
Fl_x.cpp: In member function 'bool Fl_Window::iconic() const':
Fl_x.cpp:1606: error: 'i' was not declared in this scope
Fl_x.cpp: In member function 'void Fl_Window::label(const Fl_String&, const Fl_S                                                               tring&)':
Fl_x.cpp:1623: error: 'i' was not declared in this scope
Fl_x.cpp: In member function 'void Fl_Window::make_current() const':
Fl_x.cpp:1652: error: 'i' was not declared in this scope
make[2]: *** [Fl.shared.o] Error 1
make[2]: Leaving directory `/home/gunnar/srcpkgs/efltk/src/core'
make[1]: *** [shared] Error 2
make[1]: Leaving directory `/home/gunnar/srcpkgs/efltk/src'
make: *** [all] Error 2

-------------------

Anyone can try to compile efltk himself and see if it works?

greetz,
gunnix


As is true for most people I know, I've always loved learning. As is also true for most people I know, I always hated school. Why is that?

Offline

#2 2005-12-22 11:19:03

gunnix
Member
Registered: 2005-11-11
Posts: 102
Website

Re: Equinox desktop environment

no one ? hmm


As is true for most people I know, I've always loved learning. As is also true for most people I know, I always hated school. Why is that?

Offline

#3 2005-12-25 11:24:24

gunnix
Member
Registered: 2005-11-11
Posts: 102
Website

Re: Equinox desktop environment

Could a moderator move this topic to AUR Package Requests ? plz


As is true for most people I know, I've always loved learning. As is also true for most people I know, I always hated school. Why is that?

Offline

#4 2006-01-03 08:21:50

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Equinox desktop environment

gunnix wrote:

Could a moderator move this topic to AUR Package Requests ? plz

OK, I moved it to AUR Package Requests.

As to your problem, from the error message, it looks like efltk doen't compile with gcc4.

Offline

Board footer

Powered by FluxBB