glnlinear-devel Mailing List for GLNLINEAR
Status: Pre-Alpha
Brought to you by:
cranos23
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(6) |
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ben...@id...> - 2004-05-22 12:46:46
|
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: Reinhard A. <pr...@we...> - 2003-09-04 08:00:05
|
gln...@li... schrieb am 04.09.03 03:26:19: > > Okay, I have a copy of Mandrake at home, I will put it on my laptop and > try to build it from there. I will be using the full source download for > wxWindows. > > I will let you know how it goes. > > James > Cool! :-) I'm very anxious to know your results ... btw - as luck would have it ;-) .... yesterday evening I tried it with the wxGTK sources too (compilation went fine), but still got similar wxGTK related errors when trying to compile GLNLinear ... greetings Reinhard |
|
From: James P. <pu...@wi...> - 2003-09-04 01:25:13
|
Okay, I have a copy of Mandrake at home, I will put it on my laptop and try to build it from there. I will be using the full source download for wxWindows. I will let you know how it goes. James ************************************************************************************************************ This email may be confidential and/or privileged. Only the intended recipient may access or use it. If you are not the intended recipient, please delete this email and notify us promptly. We use Virus scanning software but exclude all liability for viruses or similar in any attachment. Please acknowledge or reply to this email promptly. |
|
From: Reinhard A. <pr...@we...> - 2003-08-30 16:34:09
|
Hi, just to let you know - I'm already there ;-) But I have no analog capture board to check out your capture capability; just firewire. Also cvs still won't compiling for me, but I will check out the 0.0.8 release ASAP. Maybe this will compile succesfully ... greetings Reinhard gln...@li... schrieb am 28.08.03 06:33:18: > > Just to let whoever is on the list that work is still continuing on > Glnlinear. I am right now in the middle of working out the file > conversion and video capture functionality. > > If anyone wants to help out that would be great, or if you have any > ideas or requests then send them through. > > James > > > ************************************************************************************************************ > This email may be confidential and/or privileged. Only the intended recipient may access or use it. If you are not the intended recipient, please delete this email and notify us promptly. We use Virus scanning software but exclude all liability for viruses or similar in any attachment. Please acknowledge or reply to this email promptly. > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Glnlinear-devel mailing list > Gln...@li... > https://lists.sourceforge.net/lists/listinfo/glnlinear-devel |
|
From: James P. <pu...@wi...> - 2003-08-28 04:31:53
|
Just to let whoever is on the list that work is still continuing on Glnlinear. I am right now in the middle of working out the file conversion and video capture functionality. If anyone wants to help out that would be great, or if you have any ideas or requests then send them through. James ************************************************************************************************************ This email may be confidential and/or privileged. Only the intended recipient may access or use it. If you are not the intended recipient, please delete this email and notify us promptly. We use Virus scanning software but exclude all liability for viruses or similar in any attachment. Please acknowledge or reply to this email promptly. |
|
From: <r....@t-...> - 2003-05-15 19:39:16
|
Hi,
sorry for sending the previous message to your private adress only, but I
assumed all messages would be automatically replied to the list.
But the default is to reply to the senders private adress ... maybe it is more
comfortable and useful to change this behaviour IMHO.
But now the important part ... ;-)
make failed below, because I had to install the devel package too, but after
that make failed again:
[booker@linux vidlibs]$ make
libtool --mode=compile g++ -fPIC -g -c -O -Wall -pedantic -Wall
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 mpeg.cpp
mkdir .libs
g++ -fPIC -g -c -O -Wall -pedantic -Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 mpeg.cpp -fPIC -DPIC -o .libs/mpeg.lo
g++ -fPIC -g -c -O -Wall -pedantic -Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 mpeg.cpp -o mpeg.o >/dev/null 2>&1
mv -f .libs/mpeg.lo mpeg.lo
libtool --mode=compile g++ -fPIC -g -c -O -Wall `wxgtk-2.4-config --cppflags`
dv.cpp
rm -f .libs/dv.lo
g++ -fPIC -g -c -O -Wall -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS
-D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES dv.cpp -fPIC -DPIC -o
.libs/dv.lo
In file included from /usr/local/include/wx/menu.h:410,
from /usr/local/include/wx/wx.h:38,
from dv.cpp:1:
/usr/local/include/wx/gtk/menu.h: In constructor `wxMenu::wxMenu(const
wxString&, void (*)(wxObject&, wxEvent&))':
/usr/local/include/wx/gtk/menu.h:88: `Callback' undeclared (first use this
function)
/usr/local/include/wx/gtk/menu.h:88: (Each undeclared identifier is reported
only once for each function it appears in.)
dv.cpp: In member function `void dv::getDevices()':
dv.cpp:30: warning: cast from pointer to integer of different size
make: *** [dv.lo] Error 1
[booker@linux vidlibs]$
greetings
Reinhard
Am Donnerstag, 15. Mai 2003 10:09 schrieben Sie:
> Am Donnerstag, 15. Mai 2003 06:47 schrieb James Purser:
> > Okay here is the sample Install Instructions let me know how they go.
> >
> > GLNLinear Install Instructions
> >
> > Requirements:
> >
> > wxGTK-2.4:http://prdownloads.sourceforge.net/wxwindows/wxGTK-2.4.0-1.i38
> >6.
>
> Okay, I had to de-install the wxGTK packages that comes with the Mandrake
> distro before installing the package above, but it works.
>
> > First download the tarball from
> > http://sourceforge.net/project/glnlinear.
> >
> > Secondly untar the taball into your home directory.
> >
> > Thirdly:
> >
> > cd into glnlinear/libs/vidlibs/
> > run make
>
> Sorry, make failed again:
>
>
> [booker@linux vidlibs]$ make
> libtool --mode=compile g++ -fPIC -g -c -O -Wall -pedantic -Wall
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 mpeg.cpp
> rm -f .libs/mpeg.lo
> g++ -fPIC -g -c -O -Wall -pedantic -Wall -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 mpeg.cpp -fPIC -DPIC -o
> .libs/mpeg.lo g++ -fPIC -g -c -O -Wall -pedantic -Wall
> -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 mpeg.cpp -o mpeg.o >/dev/null 2>&1
> mv -f .libs/mpeg.lo mpeg.lo
> libtool --mode=compile g++ -fPIC -g -c -O -Wall `wxgtk-2.4-config
> --cppflags` dv.cpp
> /bin/sh: line 1: wxgtk-2.4-config: command not found
> rm -f .libs/dv.lo
> g++ -fPIC -g -c -O -Wall dv.cpp -fPIC -DPIC -o .libs/dv.lo
> In file included from /usr/local/include/wx/defs.h:224,
> from /usr/local/include/wx/wx.h:15,
> from dv.cpp:1:
> /usr/local/include/wx/setup.h:15:2: #error No __WXxxx__ define set! Please
> define one of
> __WXBASE__,__WXGTK__,__WXMSW__,__WXMOTIF__,__WXMAC__,__WXQT__,__WXPM__,__WX
>STUBS__ In file included from /usr/local/include/wx/wx.h:16,
> from dv.cpp:1:
> /usr/local/include/wx/object.h:204: parse error before `;' token
> /usr/local/include/wx/object.h:209: `wxClassInfo' declared as a `virtual'
> field
> /usr/local/include/wx/object.h:209: declaration of `int
> wxObject::wxClassInfo' /usr/local/include/wx/object.h:204: conflicts with
> previous declaration `int wxObject::wxClassInfo'
> /usr/local/include/wx/object.h:209: parse error before `*' token
> /usr/local/include/wx/object.h:209: duplicate member
> `wxObject::wxClassInfo' /usr/local/include/wx/object.h:210: ISO C++ forbids
> defining types within return type
> /usr/local/include/wx/object.h:210: syntax error before `*' token
> /usr/local/include/wx/object.h:211: virtual outside class declaration
> /usr/local/include/wx/object.h:211: non-member function `void
> CopyObject(wxObject&)' cannot have `const' method qualifier
> /usr/local/include/wx/object.h:213: `wxClassInfo' was not declared in this
> scope
> /usr/local/include/wx/object.h:213: `info' was not declared in this scope
> /usr/local/include/wx/object.h:253: non-member function `wxObjectRefData*
> GetRefData()' cannot have `const' method qualifier
> /usr/local/include/wx/object.h: In function `wxObjectRefData*
> GetRefData()': /usr/local/include/wx/object.h:253: `m_refData' undeclared
> (first use this function)
> /usr/local/include/wx/object.h:253: (Each undeclared identifier is reported
> only once for each function it appears in.)
> /usr/local/include/wx/object.h: At global scope:
> /usr/local/include/wx/object.h:256: parse error before `protected'
> dv.cpp: In member function `void dv::getDevices()':
> dv.cpp:30: warning: cast from pointer to integer of different size
> dv.cpp:30: `wxMessageBox' undeclared (first use this function)
> make: *** [dv.lo] Error 1
>
>
> btw - the missed wxgtk-2.4-config file is located here:
>
> [booker@linux glnlinear]$ locate wxgtk-2.4-config
> /usr/lib/wxPython/bin/wxgtk-2.4-config
> [booker@linux glnlinear]$
>
>
> I have to quit now, because I have to go to work, but I will return this
> evening for continue testing.
>
> greetings
> Reinhard
|
|
From: Reinhard A. <pr...@we...> - 2003-05-15 11:09:43
|
James Purser <pu...@wi...> schrieb am 15.05.03 06:20:11: > > Okay now that the List is archiving I can see the questions you were > asking. > > Firstly, I picked wxWindows as the UI Framework because I wanted to > explore the package and I thought this would be the best way forward. > > Secondly I decided to build GLNLinear instead of joining an already > established project for a couple of reasons. Firstly, I am not that > experienced in working with C++ and I am using GLNLinear as a tool to > expand my understanding of the language while also building a tool that > I can use. Secondly I like so many other geeks out there would like to > be able to point to something and say I built that. I contributed to the > OSS landscape in a meaningful way. Now as to whether it will turn out > that GLNLinear will be considered a meaningful contribution well thats > for history to tell. > I think one question is left unanswered ;-) You didn't give an opinion about the Mustux concept (JMB) ... http://www.nongnu.org/mustux/ greetings Reinhard |
|
From: James P. <pu...@wi...> - 2003-05-15 04:46:17
|
Okay here is the sample Install Instructions let me know how they go. GLNLinear Install Instructions Requirements: wxGTK-2.4:http://prdownloads.sourceforge.net/wxwindows/wxGTK-2.4.0-1.i386.rpm smpeg-0.4.4: http://www.icculus.org/smpeg/ First download the tarball from http://sourceforge.net/project/glnlinear. Secondly untar the taball into your home directory. Thirdly: cd into glnlinear/libs/vidlibs/ run make su into root run make install exit from root cd back into GLNLinear root directory rm glnlinear executable run make That should get you going. -- James Purser <pu...@wi...> ************************************************************************************************************ This email may be confidential and/or privileged. Only the intended recipient may access or use it. If you are not the intended recipient, please delete this email and notify us promptly. We use Virus scanning software but exclude all liability for viruses or similar in any attachment. Please acknowledge or reply to this email promptly. |
|
From: James P. <pu...@wi...> - 2003-05-15 04:19:45
|
Okay now that the List is archiving I can see the questions you were asking. Firstly, I picked wxWindows as the UI Framework because I wanted to explore the package and I thought this would be the best way forward. Secondly I decided to build GLNLinear instead of joining an already established project for a couple of reasons. Firstly, I am not that experienced in working with C++ and I am using GLNLinear as a tool to expand my understanding of the language while also building a tool that I can use. Secondly I like so many other geeks out there would like to be able to point to something and say I built that. I contributed to the OSS landscape in a meaningful way. Now as to whether it will turn out that GLNLinear will be considered a meaningful contribution well thats for history to tell. Now to the technical questions: Firstly what you need to do is install the wxGTK package. This should install everything necessary for wxGTK to work. This should also fix up the problem with the libs as well. I suppose what I should do is write a detailed INSTALL piece. Doh on me huh. -- James Purser <pu...@wi...> ************************************************************************************************************ This email may be confidential and/or privileged. Only the intended recipient may access or use it. If you are not the intended recipient, please delete this email and notify us promptly. We use Virus scanning software but exclude all liability for viruses or similar in any attachment. Please acknowledge or reply to this email promptly. |
|
From: James P. <pu...@wi...> - 2003-05-14 23:36:26
|
This is a test message. Sorry Reinhard, didn't get your older messages. Musn't have been subscribed properly. -- James Purser <pu...@wi...> ************************************************************************************************************ This email may be confidential and/or privileged. Only the intended recipient may access or use it. If you are not the intended recipient, please delete this email and notify us promptly. We use Virus scanning software but exclude all liability for viruses or similar in any attachment. Please acknowledge or reply to this email promptly. |
|
From: <r....@t-...> - 2003-05-14 19:51:52
|
Hi James,
maybe there are some compatibility problems with the Mandrake distribution I'm
using?
Because I tried to run your pre-compiled executable by running ./glnlinear
from the top level cvs directory and got this error:
[booker@linux glnlinear]$ ./glnlinear
./glnlinear: error while loading shared libraries: libwx_gtk-2.4.so: cannot
open shared object file: No such file or directory
[booker@linux glnlinear]$
libwx_gtk-2.4.so is installed, but I think in the wrong directory ....
[booker@linux glnlinear]$ locate libwx_gtk-2.4.so
/usr/lib/wxPython/lib/libwx_gtk-2.4.so.0.0.0
/usr/lib/wxPython/lib/libwx_gtk-2.4.so.0
/usr/lib/wxPython/lib/libwx_gtk-2.4.so
[booker@linux glnlinear]$
Moreover, as you can see above, libwx_gtk-2.4.so is provided by a package
called libwxPythonGTK2.4
Name: libwxPythonGTK2.4
Version: 2.4.0.6-1mdk
Size: 5186 KB
Summary: Shared library of wxGTK for wxPythonGTK
Description: This is the internal version of the wxGTK shared library included
in wxPythonGTK.
Files:
/usr/lib/wxPython/lib/libwx_gtk-2.4.so.0
/usr/lib/wxPython/lib/libwx_gtk-2.4.so.0.0.0
/usr/lib/wxPython/lib/libwx_gtk_gl-2.4.so.0
/usr/lib/wxPython/lib/libwx_gtk_gl-2.4.so.0.0.0
The files provided by libwxgtk2.4 are:
Name: libwxgtk2.4
Version: 2.4.0-4mdk
Size: 5024 KB
Summary: Base shared library part of wxGTK
Description: wxWindows is a free C++ library for cross-platform GUI
development. With wxWindows, you can create applications for different GUIs
(GTK+, Motif/LessTif, MS Windows, Mac) from the same source code.
This package contains the library needed to run programs dynamically linked
with wxGTK.
Files:
/usr/lib/libwx_gtk2-2.4.so.0
/usr/lib/libwx_gtk2-2.4.so.0.0.0
Also I got this error when running make from inside the vidlibs directory:
[booker@linux vidlibs]$ make
libtool --mode=compile g++ -fPIC -g -c -O -Wall `wxgtk-2.4-config --cppflags`
dv.cpp
/bin/sh: line 1: wxgtk-2.4-config: command not found
rm -f .libs/dv.lo
g++ -fPIC -g -c -O -Wall dv.cpp -fPIC -DPIC -o .libs/dv.lo
In file included from /usr/local/include/wx/defs.h:224,
from /usr/local/include/wx/wx.h:15,
from dv.cpp:1:
/usr/local/include/wx/setup.h:15:2: #error No __WXxxx__ define set! Please
define one of
__WXBASE__,__WXGTK__,__WXMSW__,__WXMOTIF__,__WXMAC__,__WXQT__,__WXPM__,__WXSTUBS__
In file included from /usr/local/include/wx/wx.h:16,
from dv.cpp:1:
/usr/local/include/wx/object.h:204: parse error before `;' token
/usr/local/include/wx/object.h:209: `wxClassInfo' declared as a `virtual'
field
/usr/local/include/wx/object.h:209: declaration of `int wxObject::wxClassInfo'
/usr/local/include/wx/object.h:204: conflicts with previous declaration `int
wxObject::wxClassInfo'
/usr/local/include/wx/object.h:209: parse error before `*' token
/usr/local/include/wx/object.h:209: duplicate member `wxObject::wxClassInfo'
/usr/local/include/wx/object.h:210: ISO C++ forbids defining types within
return type
/usr/local/include/wx/object.h:210: syntax error before `*' token
/usr/local/include/wx/object.h:211: virtual outside class declaration
/usr/local/include/wx/object.h:211: non-member function `void
CopyObject(wxObject&)' cannot have `const' method qualifier
/usr/local/include/wx/object.h:213: `wxClassInfo' was not declared in this
scope
/usr/local/include/wx/object.h:213: `info' was not declared in this scope
/usr/local/include/wx/object.h:253: non-member function `wxObjectRefData*
GetRefData()' cannot have `const' method qualifier
/usr/local/include/wx/object.h: In function `wxObjectRefData* GetRefData()':
/usr/local/include/wx/object.h:253: `m_refData' undeclared (first use this
function)
/usr/local/include/wx/object.h:253: (Each undeclared identifier is reported
only once for each function it appears in.)
/usr/local/include/wx/object.h: At global scope:
/usr/local/include/wx/object.h:256: parse error before `protected'
dv.cpp: In member function `void dv::getDevices()':
dv.cpp:30: warning: cast from pointer to integer of different size
dv.cpp:30: `wxMessageBox' undeclared (first use this function)
make: *** [dv.lo] Error 1
[booker@linux vidlibs]$
Is this the consequence of the wxGTK problem?
greetings
Reinhard
|
|
From: Reinhard A. <pr...@we...> - 2003-04-25 13:47:57
|
Hi James, this is just to say hello to the list and check if this message will be ar= chived, because at the moment there is no archived messages at sourceforge= . Also I have some questions: 1. Do you really prefer gtk for developing the UI, or why don't using libm= ustux (qt) instead=3F http://www.nongnu.org/mustux/ 2. Why did you start another independent project and don't joining the Kde= nlive project, for example=3F greetings Reinhard =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F UNICEF bittet um Spenden f=FCr die Kinder im Irak! Hier online an UNICEF spenden: https://spenden.web.de/unicef/special/=3Fmc=3D021101 |