Steven M. Schultz wrote:
> On Fri, 19 Jan 2007, Marco Behnke wrote:
> 
> 
>>Ok, got this working so far. configured the latest mjpeg_play cvs and
>>have now problems making with this extraordinary error msg:
> 
> 
>       Ah, so you resolved the SDL issue?  SDL has always seemed to be the
>       most troublesome dependency.

yes, I searched google and found out that there are too directories

/usr/share/aclocal
/usr/local/share/aclocal

I linked the sdl file from /usr/local/share/aclocal to
/usr/share/aclocal, that worked

> 
> 
>>have now problems making with this extraordinary error msg:
>>channel.hh: In member function 'void Channel<T,
>>size>::WaitForNewConsumers()':
>>channel.hh:150: error: expected primary-expression before '!=' token
>>make[2]: *** [seqencoder.lo] Error 1
>>make[1]: *** [all-recursive] Error 1
> 
> 
>       What is even MORE extraordinary is that no other compiler has 
>       complained :)
> 
>       lines 149 and 150 read like this:
> 
> #ifdef NDEBUG
>         if (  != 0)
> 
>       when they should be
> 
> #ifndef NDEBUG
>         if ( e != 0)

can you tell me where to find that file, so I can fix it locally?

> 
>       Change has been checked in.  Not sure how long it will take SF to
>       propagate the change.
> 
>       Cheers,
>       Steven Schultz
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Mjpeg-users mailing list
> Mjpeg-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users


-- 
Portrix.net
z. Hd. Marco Behnke
Stresemannstr. 375
22761 Hamburg

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to