twiglet / cs2j

C# to Java Converter
www.cs2j.com
Other
167 stars 73 forks source link

Not able to compile the code #37

Open hamadycisse opened 8 years ago

hamadycisse commented 8 years ago

Hi,

The source is missing the following classes: Error 1 Source file '..\CSharpParser\csLexer.cs' could not be found \cs2j\CSharpTranslator\src\CS2JTranslator\CSC CS2JTranslator Error 2 Source file '..\CSharpParser\csParser.cs' could not be found \cs2j\CSharpTranslator\src\CS2JTranslator\CSC CS2JTranslator Error 3 Source file 'CS2JTransform\JavaMaker.cs' could not be found \cs2j\CSharpTranslator\src\CS2JTranslator\CSC CS2JTranslator Error 4 Source file 'CS2JTransform\JavaPrettyPrint.cs' could not be found \cs2j\CSharpTranslator\src\CS2JTranslator\CSC CS2JTranslator Error 5 Source file 'CS2JTransform\NetMaker.cs' could not be found \cs2j\CSharpTranslator\src\CS2JTranslator\CSC CS2JTranslator Error 6 Source file 'CS2JTransform\TemplateExtracter.cs' could not be found \cs2j\CSharpTranslator\src\CS2JTranslator\CSC CS2JTranslator

What am I missing?

Thank you

hamadycisse commented 8 years ago

Found the solution, I used the script mkit.bat!