[Users] [Bug 4382] New: undefined reference to `curl_easy_init' while compiling with --enable-tests option

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Sun Sep 13 23:16:51 CEST 2020


https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4382

            Bug ID: 4382
           Summary: undefined reference to `curl_easy_init' while
                    compiling with --enable-tests option
           Product: Claws Mail
           Version: GIT
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Plugins/RSSyl
          Assignee: users at lists.claws-mail.org
          Reporter: if.gnu.linux at gmail.com

Hi,

If Claws Mail is compiled against latest git branch with ./configure
--enable-tests, these errors are produced:

/usr/bin/ld: ../.libs/libfeed.a(libfeed_la-feed.o): in function `feed_update':
/home/numan/Belgeler/depolar/claws/src/plugins/rssyl/libfeed/feed.c:261:
undefined reference to `curl_easy_init'
/usr/bin/ld:
/home/numan/Belgeler/depolar/claws/src/plugins/rssyl/libfeed/feed.c:268:
undefined reference to `XML_ParserCreate'
/usr/bin/ld:
/home/numan/Belgeler/depolar/claws/src/plugins/rssyl/libfeed/feed.c:284:
undefined reference to `curl_easy_setopt'
/usr/bin/ld:
/home/numan/Belgeler/depolar/claws/src/plugins/rssyl/libfeed/feed.c:351:
undefined reference to `XML_ParserFree'

and similar ones.

System:
LC_ALL=C uname -a
Linux kubuntu 5.4.0-47-generic #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020
x86_64 x86_64 x86_64 GNU/Linux

LC_ALL=C lsb_release -a
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.1 LTS
Release:        20.04
Codename:       focal

LC_ALL=C gcc --version
gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Steps to produce:
1. git clone https://git.claws-mail.org/readonly/claws.git 
2. cd claws && ./autogen.sh
3. cd po
4. make claws-mail.pot
5. msgmerge --update tr.po claws-mail.pot
6. Update translations and cd to parent directory
7. ./configure --enable-tests

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Users mailing list