You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2010/03/27 23:07:27 UTC

[jira] Resolved: (TS-281) Cannot compile

     [ https://issues.apache.org/jira/browse/TS-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak resolved TS-281.
-----------------------------

    Resolution: Fixed
      Assignee: John Plevyak

Committed revision 928291.


> Cannot compile
> --------------
>
>                 Key: TS-281
>                 URL: https://issues.apache.org/jira/browse/TS-281
>             Project: Traffic Server
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Debian Linux, 2.6.18, Virtuozzo VPS
>            Reporter: Marcus Clyne
>            Assignee: John Plevyak
>            Priority: Blocker
>
> Compiling the latest trunk using both
> ./configure
> and
> ./configure --disable-eventfd
> give the following error:
> g++ -DHAVE_CONFIG_H -I. -I../../../../trafficserver-trunk/proxy/hdrs -I../..  -I../../../../trafficserver-trunk/librecords  -I../../../../trafficserver-trunk/libinktomi++  -I../../../../trafficserver-trunk/iocore/eventsystem  -I../../../../trafficserver-trunk/iocore/net  -I../../../../trafficserver-trunk/iocore/aio  -I../../../../trafficserver-trunk/iocore/hostdb  -I../../../../trafficserver-trunk/iocore/cache  -I../../../../trafficserver-trunk/iocore/cluster  -I../../../../trafficserver-trunk/iocore/utils  -I../../../../trafficserver-trunk/iocore/dns  -I../../../../trafficserver-trunk/libev -I../../../../trafficserver-trunk/proxy -I../../../../trafficserver-trunk/proxy/mgmt2 -I../../../../trafficserver-trunk/proxy/mgmt2/preparse -I../../../../trafficserver-trunk/proxy/mgmt2/utils -I../../../../trafficserver-trunk/proxy/mgmt2/web2 -I../../../../trafficserver-trunk/proxy/hdrs -I../../../../trafficserver-trunk/proxy/logging -I../../../../trafficserver-trunk/libinktomi++ -I/simpl/apps/pcre/8.02/include -I/simpl/apps/pcre/8.02/include/pcre -I/simpl/apps/sqlite/3.6.23/include -I/simpl/apps/sqlite/3.6.23/include/sqlite  -I/usr/include/tcl8.4  -g -pipe -Wall -Werror -Wno-char-subscripts -Wno-write-strings -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing -Wno-invalid-offsetof  -march=i586 -MT MIME.o -MD -MP -MF .deps/MIME.Tpo -c -o MIME.o ../../../../trafficserver-trunk/proxy/hdrs/MIME.cc
> ../../../../trafficserver-trunk/proxy/hdrs/MIME.cc:4038: error: prototype for 'void MIMEFieldBlockImpl::unmarshal(intptr_t)' does not match any in class 'MIMEFieldBlockImpl'
> ../../../../trafficserver-trunk/proxy/hdrs/MIME.h:165: error: candidate is: void MIMEFieldBlockImpl::unmarshal(long int)
> ../../../../trafficserver-trunk/proxy/hdrs/MIME.cc:4100: error: prototype for 'void MIMEHdrImpl::unmarshal(long int)' does not match any in class 'MIMEHdrImpl'
> ../../../../trafficserver-trunk/proxy/hdrs/MIME.h:236: error: candidate is: void MIMEHdrImpl::unmarshal(intptr_t)
> make[3]: *** [MIME.o] Error 1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.