On Mon, Jun 28, 2010 at 4:20 AM, Soumya R <[email protected]> wrote: > compiling libtiff.cpp > libtiff.cpp:42:20: error: tiffio.h: No such file or directory > libtiff.cpp:50:6: error: #error "Required libtiff not found" > libtiff.cpp: In function 'int main(int, char**)': > libtiff.cpp:57: error: 'tdata_t' was not declared in this scope > libtiff.cpp:57: error: expected `;' before 'buffer' > libtiff.cpp:58: error: 'buffer' was not declared in this scope > libtiff.cpp:58: error: '_TIFFfree' was not declared in this scope > libtiff.cpp:62: error: 'TIFFReadRGBAImageOriented' was not declared in this > scope > make: *** [libtiff.o] Error 1
seems you are missing a dependency on libtiff or somesuch in whatever recipe you are building here. there is similar problem few line below in the log > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
