[
https://issues.apache.org/jira/browse/THRIFT-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205400#comment-14205400
]
Brian Graham commented on THRIFT-2800:
--------------------------------------
Hi Konrad - I am also running into this problem and appreciate the suggestions
you've given so far. I replaced {{AX_CXX_COMPILE_STDCXX_11(\[noext\])}} with
{{AX_CXX_COMPILE_STDCXX_11(\[ext\])}} and {{configure}} failed with the
following error:
{code}
./configure: line 17529: syntax error near unexpected token `QT,'
./configure: line 17529: ` PKG_CHECK_MODULES(QT, QtCore >= 4.3, QtNetwork >=
4.3, have_qt=yes, have_qt=no)'
{code}
After this, I removed the (newly-updated) line
{{AX_CXX_COMPILE_STDCXX_11(\[ext\])}} from configure.ac altogether. I ran
{{configure}} and failed with the same error:
{code}
./configure: line 17529: syntax error near unexpected token `QT,'
./configure: line 17529: ` PKG_CHECK_MODULES(QT, QtCore >= 4.3, QtNetwork >=
4.3, have_qt=yes, have_qt=no)'
{code}
> error in running make : error in thrifty.cc the method yyparse() reserch the
> method strdup() (not declared)
> -----------------------------------------------------------------------------------------------------------
>
> Key: THRIFT-2800
> URL: https://issues.apache.org/jira/browse/THRIFT-2800
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Environment: cygwin64
> Windows 7 _ 64 bits
> Reporter: saber hattay
> Priority: Blocker
> Labels: build, github-import
> Attachments: ConfigureAndMake.txt, FileNoError.jpg, MakeAndFlex.jpg,
> commandeMake.jpg, errorMake.jpg, strdup.patch, strdup.patch,
> strdup_removed.patch, thriftyNewVersion.yy, thriftyOldVersion.yy
>
>
> Hello,
> When I tape this command : configure && make
> I receive this result :
> make : *** error 2
> cause by the appel of this function strdup() (function not declared).
> It's the first time I want to build thrift.
> Thank you in advance for you help.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)