Try passing the -r flag to the thrift compiler to "r"ecursively generate all of the included thrift files (fb303.thrift is the one your are missing).
--David Jonathan Cao wrote: > We are trying to install Scribe on top of the Thrift. After we built and > installed Thrift and Scribe, we tried to test out the php scribe client, we > got the following error. We could not find this "FacebookService.php" under > the thrift dir. If looks that php stub was not built during the thrift > build. Is there anyone encounter this issue before? > > Thanks, > Jonathan > > Warning: > include_once(/home/jonathan/thrift/lib/php/src/packages/fb303/FacebookService.php): > failed to open stream: No such file or directory in > /home/jonathan/scribe-2.0/src/gen-php/scribe.php on line 10
