How to make ipc example?

13 views
Skip to first unread message

Daniel

unread,
Nov 20, 2009, 8:24:29 PM11/20/09
to wx-users
I am trying to make the example ipc from the samples directory. I
tried two makefiles firstly makefile.gcc:

tux ipc # make
makefile:7: ../../build/msw/config.gcc: No such file or directory
make: *** No rule to make target `../../build/msw/config.gcc'. Stop.

Then I tried makefile.unx:

tux ipc # make
g++ -c -o ipcclient_client.o -I. `wx-config --cxxflags` -
MTipcclient_client.o -MF`echo ipcclient_client.o | sed -e 's,\.o
$,.d,'` -MD -MP client.cpp
client.cpp:36:24: error: mondrian.xpm: No such file or directory
client.cpp: In constructor 'MyFrame::MyFrame(wxFrame*, const
wxString&)':
client.cpp:97: error: 'mondrian_xpm' was not declared in this scope

I am running on Gentoo Linux. How to make ipc example?

Vadim Zeitlin

unread,
Nov 20, 2009, 11:17:14 PM11/20/09
to wx-u...@googlegroups.com
On Fri, 20 Nov 2009 17:24:29 -0800 (PST) Daniel <danw...@gmail.com> wrote:

D> I am trying to make the example ipc from the samples directory. I
D> tried two makefiles firstly makefile.gcc:

This is a mingw32 makefile.

D> Then I tried makefile.unx:
D>
D> tux ipc # make
D> g++ -c -o ipcclient_client.o -I. `wx-config --cxxflags` -
D> MTipcclient_client.o -MF`echo ipcclient_client.o | sed -e 's,\.o
D> $,.d,'` -MD -MP client.cpp
D> client.cpp:36:24: error: mondrian.xpm: No such file or directory

Strange, the file is there in svn. Could it have been just omitted from
the distribution you downloaded somehow? In this case you can try copying
samples/sample.xpm to samples/ipc/mondrian.xpm.

Regards,
VZ

--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/

Reply all
Reply to author
Forward
0 new messages