erlide_eclipse icon indicating copy to clipboard operation
erlide_eclipse copied to clipboard

"undefined parse transform " compilation error

Open drapostolos opened this issue 11 years ago • 2 comments

How should I handle the above compilation error? The error tells me it's on line 0 (which is confusing). There is no red mark in the editor, telling me which line is the problem.

drapostolos avatar Dec 12 '13 12:12 drapostolos

It is that way because the compiler doesn't give a line number for the error either. There should be a parse_transform option and the respective module hasn't been compiled yet. Usually this gets fixed by compiling again (sometimes a dummy change to the file is needed). This will get better when we can use rebar instead.

vladdu avatar Dec 12 '13 12:12 vladdu

ok, thanks. Can't wait for the next erlide version with rebar support :))

drapostolos avatar Dec 12 '13 12:12 drapostolos