Searched refs:configure (Results 1 – 25 of 33) sorted by relevance
12
/thrift-3.4.0/debian/ |
D | rules | 26 configure: configure-stamp target 27 configure-stamp: 32 $(CURDIR)/configure --prefix=/usr --enable-plugin=no 34 touch configure-stamp 43 $(CURDIR)/compiler/cpp/thrift build-arch-stamp: configure-stamp 64 ./configure && $(MAKE) 69 build-indep-stamp: configure-stamp $(CURDIR)/compiler/cpp/thrift 92 rm -f build-arch-stamp build-indep-stamp configure-stamp 226 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure
|
/thrift-3.4.0/doc/install/ |
D | centos.md | 22 ./configure --prefix=/usr 32 ./configure --prefix=/usr 42 ./configure --prefix=/usr 70 ./configure --with-lua=no 75 You can use the ./configure --enable-libs=no switch to build the Apache Thrift IDL Compiler only wi…
|
D | windows.md | 49 … first time out of the source repository, you will need to generate the configure scripts. (This … 53 Once the configure scripts are generated, thrift can be configured. From the top directory, do: 56 ./configure 77 #### Syntax error in ./configure 79 The following error occurs for some users when running ./configure: 81 ./configure: line 21183: syntax error near unexpected token `MONO,' 82 ./configure: line 21183: ` PKG_CHECK_MODULES(MONO, mono >= 1.2.6, have_mono=yes, have_mono=no)' 88 Finally, re-run ./bootstrap.sh and ./configure. (Note that pkg.m4 is created by the pkg-config too… 96 If you don't need perl, run configure with --without-perl. 150 Run configure - using CXXFLAGS to work around an issue with an old pthreads define (untested on Min… [all …]
|
D | os_x.md | 13 ./configure --prefix=/usr/local 20 ./configure --prefix=/usr/local/ --with-boost=/usr/local --with-libevent=/usr/local
|
/thrift-3.4.0/ |
D | README.md | 128 need to generate the configure scripts. (This is not necessary if you 133 Once the configure scripts are generated, thrift can be configured. 136 ./configure 139 If you installed boost in `/usr/local`, you would run configure as follows: 141 ./configure --with-boost=/usr/local 145 CXXFLAGS option in configure, as such: 147 ./configure CXXFLAGS='-g -O2' 148 ./configure CFLAGS='-g -O2' 149 ./configure CPPFLAGS='-DDEBUG_MY_FEATURE' 153 ./configure --enable-coverage [all …]
|
D | Makefile.am | 56 configure \ 57 configure.scan \ 122 configure \
|
D | .gitignore | 91 /configure 92 /configure.lineno 93 /configure.scan 98 /contrib/fb303/configure 269 /lib/php/src/ext/thrift_protocol/configure 270 /lib/php/src/ext/thrift_protocol/configure.ac 271 /lib/php/src/ext/thrift_protocol/configure.in 296 /lib/ocaml/configure
|
/thrift-3.4.0/contrib/fb303/ |
D | bootstrap.sh | 26 ./configure --config-cache $*
|
/thrift-3.4.0/lib/ocaml/ |
D | DEVELOPMENT | 25 $ ./configure 28 The `oasis setup` command will generate the configure script and Makefile, 37 To remove those files _as well as_ files that the setup and configure process
|
/thrift-3.4.0/build/docker/scripts/ |
D | cross-test.sh | 5 ./configure --enable-tutorial=no
|
D | make-dist.sh | 5 ./configure $*
|
D | autotools.sh | 18 ./configure $*
|
D | coverity.sh | 29 ./configure $*
|
D | sca.sh | 12 ./configure --enable-tutorial=no
|
/thrift-3.4.0/contrib/vagrant/centos-6.5/ |
D | Vagrantfile | 23 # This script is used to configure the base Centos 6.5 54 ./configure --prefix=/usr 63 ./configure --prefix=/usr 72 ./configure --prefix=/usr 144 sh configure --without-ruby --without-go --without-lua --without-python 154 Vagrant.configure("2") do |config| 201 # automatically installed. For example, configure the host as a 209 # You can also configure and bootstrap a client to an existing
|
D | README.md | 16 The provisioning script (inside the Vagrantfile) runs ./bootstrap.sh, ./configure, make and make ch…
|
/thrift-3.4.0/contrib/ |
D | mingw-cross-compile.sh | 4 ./configure \
|
D | Vagrantfile | 103 sh configure 110 Vagrant.configure("2") do |config| 123 # Run the build script to configure the system
|
/thrift-3.4.0/lib/rb/spec/ |
D | spec_helper.rb | 42 RSpec.configure do |configuration|
|
/thrift-3.4.0/test/netstd/ |
D | README.md | 19 - Follow common build practice for Thrift: bootstrap, configure, and make precross
|
/thrift-3.4.0/build/docker/old/ |
D | Vagrantfile | 36 Vagrant.configure("2") do |config|
|
/thrift-3.4.0/lib/java/ |
D | README.md | 125 ./configure --with-java GRADLE_OPTS='-Dhttp.proxyHost=myproxyhost -Dhttp.proxyPort=8080 -Dhttp.prox… 156 when you run the build provided the configure.ac has been set with the correct 158 The same applies to the CMake build, the value from the configure.ac file will
|
/thrift-3.4.0/aclocal/ |
D | ax_compare_version.m4 | 66 # configure, so must be a string, not a variable. 71 # OP argument in the final configure script.
|
D | ax_dmd.m4 | 77 # This actually produces double slashes in the final configure
|
/thrift-3.4.0/lib/netstd/ |
D | README.md | 15 - Follow common automake build practice: `./ bootstrap && ./ configure && make`
|
12