1

I'm trying to add GPERF to my classpath in order to build some Titanium 1.8+ modules. I've installed GPERF from http://gnuwin32.sourceforge.net and assigned the path to my CLASSPATH and PATH variables, but eclipse / dos isn't picking it up. Any suggestions?

Thanks

Leonidas
  • 2,110
  • 4
  • 20
  • 31

1 Answers1

3

Figured this out by dropping the gperf.exe into the System32 folder. Not sure why that worked but putting it on my classpath didn't...

Leonidas
  • 2,110
  • 4
  • 20
  • 31