Comments
[»]
default gtkmm project build did not work
by bier444 - Jul 13th 2005 03:17:20
hy
very fine ide, especially for gnome. better than anjuta. i'm sure that vs.
0.5 will also be very good, maybe better.
little problem:
my first test to make a gtkmm project produced errors. can't find this and
that.
so i compared the template configure.in with that of sysinfo (from the
examples page).
inserting
AC_SUBST(GTKMM_LIBS)
AC_SUBST(GTKMM_CFLAGS)
after
PKG_CHECK_MODULES(GTKMM, gtkmm-2.4,,exit)
into configure.in from the template/gtkmm.tar solved the problem. now it
works.
bier444
p.s.: it would be fine to have an option for including glade-files or
(better) have an included ide-builder.
[reply]
[top]
[»]
Re: default gtkmm project build did not work
by Andrew Krause - Jul 13th 2005 05:35:48
It will be fixed in version 0.4.1. Thanks! As for your "p.s.", that may
very well be added in the future. For now, you can add libglademm-2.4 to
the PKG_CHECK_MODULES line to include glade files.
In the future, could you please direct bug reports to our SourceForge bug
tracker at http://freshmeat.net/redir/openldev/53065/url_bugtracker/tracker?
Thanks. - Andrew Krause
[reply]
[top]
[»]
How about autoconf/autobuild tools?
by aendeuryu - Mar 2nd 2005 18:54:38
This project looks great. If there was any chance that the gui could find
an easy way (as in, easy for a c/c++ beginner to understand) to implement
autoconf/autobuild etc., I'd name my firstborn after you.
-- kumquat!
[reply]
[top]
[»]
Re: How about autoconf/autobuild tools?
by Andrew Krause - Mar 2nd 2005 20:13:19
Well, naming your firstborn might be going a little far, although my name
is Andrew ... anyway. I have plans on doing more integration with standard
tools very soon. And do not worry, my goal is to keep everything as easy
as possible.
If you have any more ideas, comments or bugs, feel free
to post them to http://www.openldev.org/forum/.
[reply]
[top]
[»]
Message from the Owner
by Andrew Krause - Sep 12th 2004 07:43:48
Note: This program does not and will not have the functionality needed by a
c/c++ programmer until atleast version 0.5. If you are interested in
helping produce code, then feel free to download the source & contact
me with ideas. If you are a developer looking for a stable user interface
for gcc/g++, come back when version 1.0.0 is released.
[reply]
[top]
[»]
Re: Message from the Owner
by Andrew Krause - Dec 9th 2005 10:21:01
This comment does not apply anymore. When starting on the development of
OpenLDev, I was sure it was going to take a lot longer to reach the point
where it was ready for production use. While the application is still in
beta, it has the functionality needed by most C/C++ programmers.
[reply]
[top]
|