dbdesign-devel Mailing List for Database Schema Designer
Brought to you by:
horakdan
You can subscribe to this list here.
2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-25 09:31:24
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Sebastien B. <sbi...@us...> - 2003-02-25 21:50:15
|
Hi, I have trouble compiling the db schema designer on a linux debian platform. Everything goes fine, from configure to the last step, where= I get this: datadesigner.o(.text+0x2d): In function `wxCreateApp(void)': /home/big/tmp/datadesigner-0.3.1/src/datadesigner.cc:65: undefined refe= rence to=20 g++ -g -O2 -Wall -Wno-unused -o datadesigner datadesigner.o project.o t= oplevel.o schema.o xml.o -pthread -L/home/big/tmp/datadesigner-0.3.1/l= ib/wx-contrib/src/ogl -L/home/big/tmp/datadesigner-0.3.1/src/objects -L= /home/big/tmp/datadesigner-0.3.1/src/servers -lobjects -lservers -logl = -lwx_gtk-2.4 /usr/lib/libexpat.so `wxAppBase::CheckBuildOptions(wxBuildOptions const &)' datadesigner.o(.text+0x45): In function `wxCreateApp(void)': /home/big/tmp/datadesigner-0.3.1/src/datadesigner.h:23: undefined refer= ence to ` wxApp::wxApp(void)' datadesigner.o(.text+0xa4): In function `main': /home/big/tmp/datadesigner-0.3.1/src/datadesigner.cc:65: undefined refe= rence to=20 `wxEntry(int, char **)' [...] /usr/include/wx/gtk/frame.h:45: undefined reference to `wxFrameBase::wx= FrameBase (void)' datadesigner.o(.text+0x394):/usr/include/wx/gtk/frame.h:45: undefined r= eference=20 to `wxFrame virtual table' datadesigner.o(.text+0x3a0):/usr/include/wx/gtk/frame.h:46: undefined r= eference=20 to `wxFrame::Init(void)' [...a lot of undefined reference snipped...] I just cannot make it compile. wxwindow is installed and seems ok, wx-config gives this: $ wx-config --libs ; wx-config --cxxflags -pthread -lwx_gtk-2.4 -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_= OFFSET_BITS=3D64 -D_LARGE_FILES g++ is 2.95.4, and I have the same errors for db schema designer 0.4.20030222 and/or gcc 3.2. The libraries are here in /usr/lib, I tried to additionally set LD_LIBRARY_PATH and add a -L flag, but the same happens. Does anybody have any suggestions on what's happening here? Your help will be greatly appreciated. -- S=E9bastien. |