Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by MarcoMolteni: http://wiki.apache.org/thrift/ThriftInstallation The comment on the change is: Ubuntu workarounds, plus how to override the detection logic for Java SDK ------------------------------------------------------------------------------ {{{ ./configure }}} + (if getting errors using Ubuntu, check out the [wiki:GettingUbuntuPackages workarounds]) + You may need to specify the location of the boost files explicitly. If you installed boost in /usr/local, you would run configure as follows: {{{ ./configure --with-boost=/usr/local }}} + + If you want to override the logic of the detection of the Java SDK, use the JAVAC environment variable: + {{{ + JAVAC=/usb/bin/javac ./configure + }}} + Note that by default the thrift C++ library is typically built with debugging symbols included. If you want to customize these options you should use the CXXFLAGS option in configure, as such:
