You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jean-Sebastien Delfino (JIRA)" <ji...@apache.org> on 2012/08/01 17:15:03 UTC

[jira] [Commented] (THRIFT-1668) Compile error in contrib/fb303, thrift/TDispatchProcessor.h: No such file or directory

    [ https://issues.apache.org/jira/browse/THRIFT-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426688#comment-13426688 ] 

Jean-Sebastien Delfino commented on THRIFT-1668:
------------------------------------------------

Also pushed to a topic branch on Github there:
https://github.com/jsdelfino/thrift/commit/c11b448e213f9583e58283ab591f5699bda3db87
                
> Compile error in contrib/fb303, thrift/TDispatchProcessor.h: No such file or directory
> --------------------------------------------------------------------------------------
>
>                 Key: THRIFT-1668
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1668
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process
>         Environment: Ubuntu 12.04
> Thrift trunk SVN r1366428
>            Reporter: Jean-Sebastien Delfino
>            Assignee: Jean-Sebastien Delfino
>             Fix For: 0.9
>
>         Attachments: 0001-Thrift-1668-Compile-error-in-contrib-fb303-thrift-TD.patch
>
>
> Compile error building contrib/fb303.
> Steps to reproduce:
> cd $build/thrift/contrib/fb303
> ./bootstrap.sh --prefix=$build/thrift-bin/contrib/fb303 PY_PREFIX=$build/thrift--bin/contrib/fb303 --with-thriftpath=$build/thrift-bin --disable-static
> make
> Compile error:
> In file included from gen-cpp/FacebookService.cpp:7:0:
> gen-cpp/FacebookService.h:10:39: fatal error: thrift/TDispatchProcessor.h: No such file or directory
> Looks like the include path configured in contrib/fb303/Makefile.am like this:
> AM_CPPFLAGS += -I$(thrift_home)/include/thrift
> should be changed to this:
> AM_CPPFLAGS += -I$(thrift_home)/include

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira