Re: Build still broken

Hubert Figuière <[email protected]> Thu, 06 Mar 2014 00:01:17 -0500
Newsgroups gmane.editors.abiword.devel
Message-ID <[email protected]>
On 05/03/14 11:51 PM, Martin Sevior wrote:
> 
> Hi everyone,
> 
> With svn head I get:
> 
>  CXX      libabiword_3.0_la-abi_ver.lo
>   CXX      libabiword_3.0_la-libabiword.lo
>   CXX      abiword-UnixMain.o
> ../../abiword/src/wp/main/gtk/libabiword.cpp: In function 'void
> libabiword_init_noargs()':
> ../../abiword/src/wp/main/gtk/libabiword.cpp:59:46: warning:
> deprecated conversion from string constant to 'char*'
> [-Wwrite-strings]
>    static char *argv[] = {"libabiword", NULL};
>                                               ^
>   CXXLD    libabiword-3.0.la
>   CXXLD    abiword
> ./.libs/libabiword-3.0.so: undefined reference to `jpeg_read_scanlines'
> ./.libs/libabiword-3.0.so: undefined reference to `jpeg_resync_to_restart'
> ./.libs/libabiword-3.0.so: undefined reference to `jpeg_destroy_decompress'
> ./.libs/libabiword-3.0.so: undefined reference to `jpeg_CreateDecompress'
> ./.libs/libabiword-3.0.so: undefined reference to `jpeg_read_header'
> ./.libs/libabiword-3.0.so: undefined reference to `jpeg_start_decompress'
> ./.libs/libabiword-3.0.so: undefined reference to `jpeg_std_error'
> collect2: error: ld returned 1 exit status
> make[2]: *** [abiword] Error 1
> make[2]: Leaving directory `/home/msevior/abidir/abi-svn/build-nodebug/src'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/home/msevior/abidir/abi-svn/build-nodebug/src'
> make: *** [install-recursive] Error 1

I got that one too. I haven't had the time to investigate what it was...
:-( but we seem to not link against libjpeg. I'm not sure what
introduced the regression yet.




Hub