Quoting Chamila Wijayarathna <[email protected]>:

Hello all,
I am trying to run test.py which we added recently to cross language test
suite in windows.
I tried to follow instructions at
http://thrift.apache.org/docs/install/windows and built thrift in cygwin.
But there I'm getting error saying "Couldn't find libtoolize!" even though
I have installed libtool. Any idea on what I is missing here?
For my task, AFAIK I don't need thrift compiler, I only need libs to create
servers and clients in cpp, python, ruby, node and C# and test their
communication. Is there any easy way for setting up required thrift libs
using Visual Studio?

You can also download the latest compiler and add it to your PATH.

Visual Studio is recommended on Windows platform.
but there is no make all on windows to build everything...maybe with a CMake build file in the future.

otherwise just use the cross platform languages, where you do not need a large infrastructure.
e.g. nodejs and python


I guess we need to a platform attribute, within the indivitual test configuration that reflects the platforms supported in array form.e.g.
"platform": [
  "Linux",
  "Windows",
  "Darwin"
],


Python code:
import platform
platform.system()


thanks!
-roger


Thank You!

--
*Chamila Dilshan Wijayarathna,*
SMIEEE, SMIESL,
Undergraduate,
Department of Computer Science and Engineering,
University of Moratuwa.

Reply via email to