Search found 9 matches

by comandante1977
11 Feb 2012, 19:02
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Re: Error on start FFS.

Today continued to try fix wxWidget GTK3 port to compile FFS in GTK3
environment.

/usr/local/lib/libwx_gtk3u_adv-2.9.so: undefined reference to
`gdk_window_lookup_for_display'
Fix - in ../src/gtk/eggtrayicon.c gdk_window_lookup_for_display changed to
gdk_x11_window_lookup_for_display
_
/usr ...
by comandante1977
10 Feb 2012, 14:35
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Re: Error on start FFS.

While checking environment wxWidgets wants gtk+-2.0.pc pkgconfig file. I have
GTK+2 installed through YAST, so I haven't such file. GTK+3 installed from
sources, so I simply made a symlink to gtk+-3.0.pc. And in this way wxWidget
use GTK+3 libraries.
by comandante1977
10 Feb 2012, 06:20
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Re: Error on start FFS.

> I didn't get any errors when compiling wxWidgets 2.9.3 development release
using ./configure --with-gtk --disable-debug --enable-unicode Did you use the
same instruction?



Do you compiled with GTK3?
On my attempts compiling wxWidgets 2.9.3 witn GTK3 I've got next errors:

/Distr/wxWidgets-2 ...
by comandante1977
09 Feb 2012, 22:33
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Re: Error on start FFS.

In wx+/grid.cpp change
mainWin_->ProcessEvent(event);
to mainWin_->GetEventHandler()->ProcessEvent(event);

Error gone.

But new errors appears:

/usr/local/lib/libwx_gtk3u_adv-2.9.so: undefined reference to
`gdk_window_lookup_for_display'
/usr/local/lib/libwx_gtk3u_adv-2.9.so: undefined ...
by comandante1977
09 Feb 2012, 21:54
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Re: Error on start FFS.

Finally I compiled wxWidgets with GTK3 with --disable-dataviewctrl option.
Compiling FFS get an error:

/usr/local/include/wx-2.9/wx/event.h: In member function ‘void
zen::Grid::redirectRowLabelEvent(wxMouseEvent&)’:
/usr/local/include/wx-2.9/wx/event.h:3023:18: error: ‘virtual bool
wxEvtHandler ...
by comandante1977
09 Feb 2012, 18:29
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Re: Error on start FFS.

Yes, it seems to be so. Let me know how it will work.
I will try for awhile to compile wxWidgets port.
by comandante1977
09 Feb 2012, 18:11
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Re: Error on start FFS.

Unfortunately still no luck with compiling wxWidgets.
I've got errors like this:

./src/gtk/dataview.cpp: In member function ‘virtual bool
wxGtkDataViewModelNotifier::ValueChanged(const wxDataViewItem&, unsigned
int)’:
./src/gtk/dataview.cpp:1683:38: error: ‘GtkTreeViewColumn’ has no member ...
by comandante1977
09 Feb 2012, 17:41
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Re: Error on start FFS.

All packages I compiled manually except wxWidgets, which I couldn't compile
with GTK3 (errors on make). So I installed wxGTK from repo.
As I can see now, wxWidget is still depends on GTK2. GTK3 support is only
planned in future release.

Just now found wxWidgets port to GTK3. Will try to ...
by comandante1977
09 Feb 2012, 17:01
Forum: Help
Topic: Error on start FFS.
Replies: 15
Views: 1568

Error on start FFS.

Hello.

Installed FFS 5.0. And I've got an error on start:
" GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is
not supported "

I have GTK+3.2.2 installed.

System - SLES11SP1.

Thanks