Ah... beginning to see the light!:-)
So, where is your wxWidgets toolkit built and how? If it's not
GCCBuild[Debug|Release]GTK2, what toolkit 'flavor' do you use? Motif? Xll?
As far as feeling uncomfortable with 'new' paradigms, welcome to the club!;)
It's a continuous process for me!
At any rate, since you know how to use automake, all you'd need to do is
employ it to create a makefile for your platform (sorry, best advice I can
give, being unfamiliar with Gentoo and automake). There are only four source
files involved: gridhistapp.[cpp|h] and GridHistogram.[cpp|h]. Even creating
a makefile from scratch should be fairly painless!;) You could just use the
Makefile in the archive as a 'cheat sheet' to see what types of settings
must needs be made. If it would be of any help, there's a zip archive of the
GNU documentation (Compiler Collection [GCC], make, cpp...) at
wxMS_developers in the Files area:
http://tech.groups.yahoo.com/group/wxMS_developers/
http://tech.groups.yahoo.com/group/wxMS_developers/files/
Titularly it's a group for Microsoft/Windows development with wxWidgets, but
Linux/Unix folks are welcome to anything there that applies!;)
HTH:
thx,
Dave S.
Development with wxWidgets on MSWindows
http://tech.groups.yahoo.com/group/wxMS_developers/
wxWidgets Code Exchange
http://wxcodex.net/
----- Original Message -----
From: "Guy Rutenberg" <***@gmail.com>
Newsgroups: comp.soft-sys.wxwindows
To: <wx-***@lists.wxwidgets.org>
Sent: Saturday, May 02, 2009 2:26 AM
Subject: Re: Histogram Widget?
Hi,
Post by Dave SilviaCould you, please, elaborate as to why you think the Makefile is unusual?
I never came across GCCBuildDebugGTK2.Ubuntu.Static or
GCCBuildDebugGTK2 in my system (Gentoo), this, and when I tried
setting variables as cli options to make it didn't work for me this
time.
It is probably just me feeling uncomfortable with the makefile (I
prefer to use automake for anything that isn't trivial), than the
makefile being unusual.
Thanks,
Guy