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

Xiaoshuang LU commented on THRIFT-3013:
---------------------------------------

Hi guys, thrift compiler does not rely on boost libraries now.  This means that 
our users can still build thrift compiler and some libraries they want even 
though boost is not installed.  e.g. ./configure --without-cpp --with-java.

If we use boost in compiler, the fact mentioned above will not be true any 
longer.

{code}
[root@localhost ~]# ldd /usr/local/bin/thrift 
        linux-vdso.so.1 =>  (0x00007fffd55ff000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003600600000)
        libm.so.6 => /lib64/libm.so.6 (0x00000035fde00000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00000035ffe00000)
        libc.so.6 => /lib64/libc.so.6 (0x00000035fce00000)
        /lib64/ld-linux-x86-64.so.2 (0x00000035fca00000)
{code}

> make thrift compiler accept a list of input files
> -------------------------------------------------
>
>                 Key: THRIFT-3013
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3013
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Compiler (General)
>    Affects Versions: 0.9.2
>            Reporter: Xiaoshuang LU
>            Assignee: Roger Meier
>         Attachments: THRIFT-3013.patch
>
>
> At present, customer could specify one input file to the thrift compiler.  
> There are maybe two approaches to support multiple input files.
> Approach 1: Improve the option parser in compiler/cpp/src/main.cc.  Maybe we 
> can borrow code from GUN's getopt_long.
> Approach 2: Offer uses a maven plugin which can help them to iterate through 
> a list of input files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to