Bugs item #750687, was opened at 2003-06-07 14:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111050&aid=750687&group_id=11050

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: avifile-0.7.37.20030522 fails to compile without qt librarie

Initial Comment:
Please see the compile error below.
when compiling without qt, it fails. it appears the
makefile doesnt honour --without-qt

You can contact me on: [EMAIL PROTECTED]

------------
make[2]: Entering directory
`/var/tmp/portage/avifile-0.7.37.20030522/work/avifile0.7-0.7.37/samples/qtvidcap'
Making all in .
make[3]: Entering directory
`/var/tmp/portage/avifile-0.7.37.20030522/work/avifile0.7-0.7.37/samples/qtvidcap'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.
-I../../include   -I/usr/X11R6/include -I../../libavqt
-Wall -Wno-unused -I../../include  -O2 -mcpu=i686
-march=i686 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -pipe -c kv4lsetup.cpp
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.
-I../../include   -I/usr/X11R6/include -I../../libavqt
-Wall -Wno-unused -I../../include  -O2 -mcpu=i686
-march=i686 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -pipe -c deinterlace-rgb.cpp
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.
-I../../include   -I/usr/X11R6/include -I../../libavqt
-Wall -Wno-unused -I../../include  -O2 -mcpu=i686
-march=i686 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -pipe -c deinterlace-yuv.c
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.
-I../../include   -I/usr/X11R6/include -I../../libavqt
-Wall -Wno-unused -I../../include  -O2 -mcpu=i686
-march=i686 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -pipe -c capproc.cpp
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.
-I../../include   -I/usr/X11R6/include -I../../libavqt
-Wall -Wno-unused -I../../include  -O2 -mcpu=i686
-march=i686 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -pipe -c ccap.cpp
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.
-I../../include   -I/usr/X11R6/include -I../../libavqt
-Wall -Wno-unused -I../../include  -O2 -mcpu=i686
-march=i686 -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -pipe -c dsp.cpp
In file included from capproc.h:4,
                 from capproc.cpp:2:
../../include/avm_stl.h: In member function `const Type&
   avm::qring<Type>::back() const':
../../include/avm_stl.h:96: warning: no return
statement in function returning
   non-void
In file included from capproc.cpp:27:
v4lwindow.h:4:21: qwidget.h: No such file or directory
v4lwindow.h:5:20: qtimer.h: No such file or directory
In file included from capproc.cpp:27:
v4lwindow.h: At global scope:
v4lwindow.h:30: syntax error before `{' token
v4lwindow.h:36: syntax error before `*' token
v4lwindow.h:37: destructors must be member functions
v4lwindow.h: In function `void setAutoRecord()':
v4lwindow.h:39: `m_bAutoRecord' undeclared (first use
this function)
v4lwindow.h:39: (Each undeclared identifier is reported
only once for each
   function it appears in.)
v4lwindow.h: In function `void unregisterCapDialog()':
v4lwindow.h:40: `m_pCapDialog' undeclared (first use
this function)
v4lwindow.h: In function `ClosedCaption* getcc()':
v4lwindow.h:43: `m_pCC' undeclared (first use this
function)
v4lwindow.h: At global scope:
v4lwindow.h:44: syntax error before `)' token
v4lwindow.h:45: `Modes' was not declared in this scope
v4lwindow.h:45: syntax error before `)' token
v4lwindow.h:51: `QString' was not declared in this scope
v4lwindow.h:51: syntax error before `)' token
v4lwindow.h:56: syntax error before `public'
v4lwindow.h:81: syntax error before `protected'
v4lwindow.h:89: `XEvent' was not declared in this scope
v4lwindow.h:89: syntax error before `)' token
v4lwindow.h:89: virtual outside class declaration
v4lwindow.h:90: `QFocusEvent' was not declared in this
scope
v4lwindow.h:90: syntax error before `)' token
v4lwindow.h:90: virtual outside class declaration
v4lwindow.h:91: `QFocusEvent' was not declared in this
scope
v4lwindow.h:91: syntax error before `)' token
v4lwindow.h:91: virtual outside class declaration
v4lwindow.h:92: `QHideEvent' was not declared in this scope
v4lwindow.h:92: syntax error before `)' token
v4lwindow.h:92: virtual outside class declaration
v4lwindow.h:93: `QKeyEvent' was not declared in this scope
v4lwindow.h:93: syntax error before `)' token
v4lwindow.h:93: virtual outside class declaration
v4lwindow.h:94: `QMouseEvent' was not declared in this
scope
v4lwindow.h:94: syntax error before `)' token
v4lwindow.h:94: virtual outside class declaration
v4lwindow.h:95: `QMoveEvent' was not declared in this scope
v4lwindow.h:95: syntax error before `)' token
v4lwindow.h:95: virtual outside class declaration
v4lwindow.h:96: `QPaintEvent' was not declared in this
scope
v4lwindow.h:96: syntax error before `)' token
v4lwindow.h:96: virtual outside class declaration
v4lwindow.h:97: `QResizeEvent' was not declared in this
scope
v4lwindow.h:97: syntax error before `)' token
v4lwindow.h:97: virtual outside class declaration
v4lwindow.h:98: `QShowEvent' was not declared in this scope
v4lwindow.h:98: syntax error before `)' token
v4lwindow.h:98: virtual outside class declaration
v4lwindow.h:121: 'Modes' is used as a type, but is not
defined as a type.
v4lwindow.h:122: syntax error before `private'
v4lwindow.h:129: `AviCapDialog*m_pCapDialog' used prior
to declaration
v4lwindow.h:130: `ClosedCaption*m_pCC' used prior to
declaration
v4lwindow.h:132: 'QTimer' is used as a type, but is not
defined as a type.
v4lwindow.h:133: 'QTimer' is used as a type, but is not
defined as a type.
v4lwindow.h:134: 'QTimer' is used as a type, but is not
defined as a type.
v4lwindow.h:135: 'QTimer' is used as a type, but is not
defined as a type.
v4lwindow.h:145: `bool m_bAutoRecord' used prior to
declaration
v4lwindow.h:153: syntax error before `public'
In file included from capproc.cpp:27:
v4lwindow.h:156: syntax error before `}' token
make[3]: *** [capproc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from ccap.h:1,
                 from ccap.cpp:6:
../../include/avm_stl.h: In member function `const Type&
   avm::qring<Type>::back() const':
../../include/avm_stl.h:96: warning: no return
statement in function returning
   non-void
make[3]: Leaving directory
`/var/tmp/portage/avifile-0.7.37.20030522/work/avifile0.7-0.7.37/samples/qtvidcap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/avifile-0.7.37.20030522/work/avifile0.7-0.7.37/samples/qtvidcap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/avifile-0.7.37.20030522/work/avifile0.7-0.7.37/samples'
make: *** [all-recursive] Error 1


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111050&aid=750687&group_id=11050

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to