On Fri 21-Sep-2018 at 10:28 -0700, arlene fu wrote:
When I tried to compile multiblend before using hugin, I use the following
command to compile:

g++ -msse2 -O3 -ltiff -ltiffxx -ljpeg -lpng multiblend.cpp -o

In file included from multiblend.cpp:55:

*./write.cpp:26:2: **error: **no matching function for call to
'jpeg_set_quality'*

       jpeg_set_quality(&cinfo,g_jpegquality,true);

*/usr/local/include/jpeglib.h:991:14: note: *candidate function not viable:
no known conversion from 'bool' to 'boolean' for 3rd argument

EXTERN(void) jpeg_set_quality JPP((j_compress_ptr cinfo, int quality,

I'm not sure what the problem is. What versions of gcc and libjpeg are you using?

Can you test without the -ljpeg flag and see if this builds?

--
Bruno

--
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20180922100631.GB7038%40postle.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to