You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
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-22 12:40:41
|
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: Sean D. <se...@am...> - 2003-04-17 12:55:19
|
Hi.. I'm new to Linux and I'm an experienced Java programmer but not a C++ one. I've gotten OpenQVis to compile on Windows 2000 but not on my Red Hat machine. I've downloaded the following software: sgi-OpenInventor-devel-2.1.5-9.i386.rpm Coin-2.0.2.tar.gz jpegsrc.v6b.tar.gz libpng-1.2.5.tar.gz zlib-1.1.4.tar.gz OpenQVis_cvs_27_02_2003.tar.gz I can compile and install (via the make routines) the first five modules - but OpenQVis generates the following compilation error from 'make': /usr/lib/qt3/bin/moc SoQtColorEditor.qt.H > SoQtColorEditor.qt_moc.cpp g++ -g -DUSE_NV_EXTENSIONS -DDO_NOT_INCLUDE_EXTENSIONS -c -I/usr/X11/include -I/usr/include/g++ -I/usr/local/include -I/usr/lib/qt3/include/ SoQtColorEditor.qt_moc.cpp -oOBJ/LINUX/SoQtColorEditor.qt_moc.o cc1plus: warning: changing search order for system directory "/usr/local/include" cc1plus: warning: as it has already been specified as a non-system directory In file included from SoQtColorEditor.qt_moc.cpp:11: SoQtColorEditor.qt.H:141: syntax error before `*' token gmake[1]: *** [OBJ/LINUX/SoQtColorEditor.qt_moc.o] Error 1 rm QColorPatch.qt_moc.cpp SoQtColorEditor.qt_moc.cpp SoQtTransformSlidersBase.qt_moc.cpp QColorWheel.qt_moc.cpp QColorSlider.qt_moc.cpp SoQtTransformSlidersBase.qt.cpp gmake[1]: Leaving directory `/home/sean/SOSS/OpenQVis/src/qwidgets' make: *** [qwidgets] Error 2 [root@localhost OpenQVis]# I'm not sure if the warnings are significant. Any suggestions would be appreciated. Thanks! Sean |
|
From: Erõ Z. <ero...@en...> - 2003-04-01 15:59:21
|
I am always having an error with SoQt/Coin3d when I'm trying to compile OpenQVis with MSVC++ 6.0 SP5.=0D My Qt is 2.30-nce. The compiling is successful, but the linking is not: i= t always have an error:=0D =0D SoQtSceneViewer.qt.obj : error LNK2001: unresolved external symbol "publi= c: static void __cdecl SoQt::init(class QWidget * const)" (?init@SoQt@@SAXQAVQWidget@@@Z)=0D =2E.\bin\Win32\OpenQVis_dbg.exe : fatal error LNK1120: 1 unresolved exter= nals=0D Error executing link.exe.=0D =0D I have QT_DLL, and SOQT_DLL enabled on the preprocessor definition settin= gs.=0D When I use a downloaded soqt.lib/dll, everything is fine, but when I'm trying to use my soqt 1.03 soqt1.dll/lib it doesn't work. =0D =0D How do you compile it on windows? Do you use Coin3d+SoQt+Inventor, or onl= y SoQt+Inventor.=0D =0D Ero Zsolt |