I appear to be making some progress. The only remaining make error is this 
which I 
posted earlier today
g++ -DNDEBUG -finline-functions -fno-PIC -march=pentium4 -mcpu=pentium4 -g -O2 
-o 
y4mdenoise.exe main.o newdenoise.o  ../utils/.libs/libmjpegutils.a
newdenoise.o(.text$_ZNK14BitmapRegion2DIslE15IteratorForwardERNS0_13ConstIter
atorE[BitmapRegion2D<short, long>::IteratorForward(BitmapRegion2D<short, 
long>::ConstIterator&) const]+0x2c): In function 
`_ZN16DoublyLinkedListIN12SearchWindowIhLi2ElslLs2ELs2Et5PixelIhLi2ElE14Refere
ncePixelIthLi2ES2_E14ReferenceFrameIS4_slEE16SearchWindowCellEEC2Ev':
/home/pjk/mjpegplay/y4mdenoise/DoublyLinkedList.hh: undefined reference to 
`Limits<unsigned>::Log2Bits'

This arises from the use of "unsigned int" in file  
y4mdenoise/BitmapRegion2D.hh class 
function
BitmapRegion2D<INDEX,SIZE>::IteratorForward
if this is replace with "uint32_t" then  everything compiles.
The problem is I do not understand this code well enough to know if this is 
reasonable. 
Unsigned int is used frequently throughout this file, perhaps all should be 
addressed?

[EMAIL PROTECTED]
Peter King



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to