Friday, July 22, 2005

FlameRobin - why? part 3


Hello [Anonymous]!

> Nice work that you are doing! But please may you tell me why you
> invent the wheel again? There are enough good admin tools out there
> for Firebird: IBAdmin, IBExpert, ....

Those particular wheels don't work in Linux, Mac OS X, ...

> FlameRobin will never never never come to that quality of these
> tools, because they have years of development invested in this
> software and so they have a lot more expirience.

All of those you mentioned are way too bloated for my taste.

> Before you write a software that (I AM SORRY TO SAY THAT!) nobody
> needs, invest your time in help to push the Firebird project (the
> database itself).

Don't be sorry to say it. Not that your personal opinion matters that
much to me. But anyway, if half of those giving others good advise on
what they should invest their time into - and what not - would
*themselves* help any project to improve, OSS would be unstoppable indeed...

Best

--
Michael Hieke


..:: ::..:: ::..

Thursday, July 21, 2005

Flamerobin 0.2.6

Fresh out of oven, we've released Flamerobin 0.2.6, get it while it's hot. As usual, it is intended only for the hardcore people, who don't mind the usual bugs that come with a CVS build. Get it, use it, pour your bugs on our mailinglist, so that we ( I mean they, the developers ) may shoot'em all.
..:: ::..:: ::..

Thursday, July 07, 2005

forgot to compile plugins libcommon.so and liblayout.so

I forgot this steps from wxFormBuilder compile instructions

"6. Repeat step 5 with src/plugins/standard/Makefile
7. Build src/
8. Build src/plugins/standard
9. Check if libcommon.so and liblayout.so are placed into bin/xml/"

https://software-libre.org/forum/forum.php?thread_id=220&forum_id=222

..:: ::..:: ::..

Tuesday, July 05, 2005

wxFormBuilder - building ok

it crashed in boost library

[Thread debugging using libthread_db enabled]
[New Thread 182961378352 (LWP 7434)]
wxFormBuilder: ../boost_1_31_0/boost/shared_ptr.hpp:254: T* boost::shared_ptr::operator->() const [with T = ObjectBase]: Assertion `px != 0' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 182961378352 (LWP 7434)]
0x0000002a96fad705 in raise () from /lib/libc.so.6
(gdb) bt
#0 0x0000002a96fad705 in raise () from /lib/libc.so.6
#1 0x0000002a96faee8e in abort () from /lib/libc.so.6
#2 0x0000002a96fa72e2 in __assert_fail () from /lib/libc.so.6
#3 0x00000000004294e7 in boost::shared_ptr::operator-> (this=0x7864d8) at shared_ptr.hpp:254
#4 0x0000000000474610 in ApplicationData::GetSelectedForm (this=0x786490) at rad/appdata.cpp:294
#5 0x000000000046d4f4 in VisualEditor::Create (this=0x7ee370) at rad/designer/visualeditor.cpp:124
#6 0x0000000000470201 in VisualEditor::ProjectRefresh (this=0x7ee370) at rad/designer/visualeditor.cpp:495
#7 0x0000000000457598 in DataObservable::NotifyProjectRefresh (this=0x786490) at rad/appobserver.cpp:142
#8 0x0000000000477d42 in ApplicationData::NewProject (this=0x786490) at rad/appdata.cpp:719
#9 0x000000000044fc2d in MyApp::OnInit (this=0x65d000) at maingui.cpp:98
#10 0x000000000044fd16 in wxAppConsole::CallOnInit (this=0x65d000) at app.h:87
#11 0x0000002a9648c2a0 in wxEntry () from /opt/wxwidgets/lib/libwx_baseu-2.6.so.0
#12 0x0000002a9648c36a in wxEntry () from /opt/wxwidgets/lib/libwx_baseu-2.6.so.0
#13 0x000000000044f886 in main (argc=1, argv=0x7fbffff7f8) at maingui.cpp:58


..:: ::..:: ::..