Re: [Glnlinear-devel] Addendum to previous post
Status: Pre-Alpha
Brought to you by:
cranos23
|
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
|