RE: [gtkmm] embedded -- using GtkFB
- From: Peter Gasper <pgasper designadvantage com>
- To: gtkmm-list gnome org
- Subject: RE: [gtkmm] embedded -- using GtkFB
- Date: 02 Jun 2003 17:46:45 -0600
The reason I was wondering about use with GtkFB is this:
When compiling a regular Gtk+ app for use with fb you execute:
$ cc `pkg-config --cflags --libs gtk+-linux-fb-2.0` hello.c -o hello
instead of this:
$ cc `pkg-config --cflags --libs gtk+-2.0` hello.c -o hello
But when compiling a gtkmm app you run:
g++ simple.cc -o simple `pkg-config gtkmm-2.0 --cflags --libs`
And I don't see anyway of specifying which gtk+ version to use either at
gtkmm install-time or app compile time.
I'm in the middle of the install so I haven't actually tried it yet, but
I was hoping someone else knew the right way to do this so things would
go a little smoother.
Thanks,
Pete G
On Fri, 2003-05-23 at 05:37, Murray Cumming Comneon com wrote:
> > From: Peter Gasper [mailto:pgasper designadvantage com]
> > Is gtkmm suitable for embedded GUI programing?
>
> If you can make it work. It currently requires a real C++ compiler.
>
> > What are the storage footprints for its libraries?
>
> Don't know. You'd be the best one to investigate.
>
> > Does it play well with GtkFB?
>
> It should. You would have to try it to be sure. Any necessary changes would
> probably be minor #ifdefs to match similar #ifdefs in GTK+.
>
> If you try, it would be nice to hear what you discover, particularly if you
> can document the process.
>
> Murray Cumming
> murrayc usa net
> www.murrayc.com
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]