I don't think anybody has tested on Windows. You may be the first to build there.
I suggest you install cygwin and try to run the build from bash. Offhand, I know both of the following files use linux/unix directory separators. https://github.com/apache/incubator-drill/blob/master/sandbox/prototype/pom.xml https://github.com/apache/incubator-drill/blob/master/sandbox/prototype/exec/java-exec/pom.xml On Thu, Jul 25, 2013 at 9:06 PM, Sree V <[email protected]> wrote: > C:\>protoc --version > libprotoc 2.5.0 > > V > > > ________________________________ > From: Lisen Mu <[email protected]> > To: [email protected]; Sree V <[email protected]> > Sent: Thursday, July 25, 2013 8:59 PM > Subject: Re: Fwd: git mirror(s) not updating > > > can you type under cmd: > > $ protoc --version > libprotoc 2.5.0 > > can you get the version number 2.5 ? > > > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <[email protected]> wrote: > >> Lisen, >> >> I downloaded, https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip >> . >> Included in PATH. >> Restarted eclipse. >> mvn clean >> mvn install >> >> Didn't generate these classes. >> >> created new workspace and imported mvn projects in eclipse. >> didn't generate these classes, still. >> >> What am I missing ? >> >> Thanks in advance. >> >> V >> >> >> >> ________________________________ >> From: Lisen Mu <[email protected]> >> To: [email protected]; Sree V <[email protected]> >> Sent: Thursday, July 25, 2013 8:26 PM >> Subject: Re: Fwd: git mirror(s) not updating >> >> >> V, >> >> These are generated from protoc, you need to install protoc compiler prior >> to 'mvn compile' to generate these classes like TypeProtos, UserProtos etc. >> >> Lisen >> >> >> >> >> On Fri, Jul 26, 2013 at 11:13 AM, Sree V <[email protected]> wrote: >> >> > Sorry, J. >> > >> > I mean missing imports in java files. >> > like these: >> > import org.apache.drill.common.types.TypeProtos.DataMode; >> > import org.apache.drill.common.types.TypeProtos.MinorType; >> > >> > V >> > >> > ________________________________ >> > From: Jacques Nadeau <[email protected]> >> > To: [email protected] >> > Sent: Thursday, July 25, 2013 7:37 PM >> > Subject: Re: Fwd: git mirror(s) not updating >> > >> > >> > You need to have the 2.5 version of protobuf compiler installed. The >> > executable that is installed is called protoc. >> > >> > J >> > On Jul 25, 2013 7:08 PM, "Sree V" <[email protected]> wrote: >> > >> > > Before running any, J. >> > > I just setup a fresh work space from apache. >> > > >> > > More details on protoc 2.5, please ? >> > > >> > > Thanking you. >> > > >> > > With Regards >> > > Sree >> > > >> > > >> > > ________________________________ >> > > From: Jacques Nadeau <[email protected]> >> > > To: [email protected] >> > > Sent: Thursday, July 25, 2013 6:52 PM >> > > Subject: Re: Fwd: git mirror(s) not updating >> > > >> > > >> > > Are you running protoc 2.5? >> > > On Jul 25, 2013 6:44 PM, "Sree V" <[email protected]> wrote: >> > > >> > > > I updated from both github and from apache. >> > > > They seems in sync, now. >> > > > >> > > > Both missing checkins related to 'protos'. >> > > > Lots of compilation errors. >> > > > >> > > > Thanking you. >> > > > >> > > > With Regards >> > > > Sree >> > > > >> > > > >> > > > ________________________________ >> > > > From: Ted Dunning <[email protected]> >> > > > To: drill <[email protected]> >> > > > Sent: Thursday, July 25, 2013 8:02 AM >> > > > Subject: Fwd: git mirror(s) not updating >> > > > >> > > > >> > > > Git mirrors are all better. >> > > > >> > > > ---------- Forwarded message ---------- >> > > > From: Ted Dunning <[email protected]> >> > > > Date: Thu, Jul 25, 2013 at 8:01 AM >> > > > Subject: Re: git mirror(s) not updating >> > > > To: Jukka Zitting <[email protected]> >> > > > >> > > > >> > > > >> > > > Shazam! >> > > > >> > > > The changes have propagated all the way to github. >> > > > >> > > > Looks great. Thanks Jukka. >> > > > >> > > > >> > > > >> > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting < >> > [email protected] >> > > > >wrote: >> > > > >> > > > > Hi, >> > > > > >> > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning < >> [email protected]> >> > > > > wrote: >> > > > > > No change. Still out of date. >> > > > > >> > > > > I dug a bit deeper, and found a problem in the way the update >> script >> > > > > checks for whether a github mirror is available. That check no >> longer >> > > > > worked, apparently because of an updated SSL certificate. >> > > > > >> > > > > I replaced the wget check with a "git ls-remote" invocation (see >> > infra >> > > > > revision 871164, the earlier wget check wasn't committed). >> > > > > >> > > > > I started a new sync of all the git mirrors. It looks better now. >> > > > > >> > > > > BR, >> > > > > >> > > > > Jukka Zitting >> > > > > >> > >>
