Skip to content

Failed

com.jogamp.gluegen.jcpp.IncludeAbsoluteTest.testAbsoluteInclude

Failing for the past 1 build (Since Unstable#854 )
Took 5 ms.

Error Message

com.jogamp.gluegen.jcpp.LexerException: Error at 1:0: File not found: c:JogAmpSlavex64workspacegluegenlabelwin7-x86_64-nvidamake..jcppsrctestresourcesabsolute.h in

Stacktrace

java.io.IOException: com.jogamp.gluegen.jcpp.LexerException: Error at 1:0: File not found: c:JogAmpSlavex64workspacegluegenlabelwin7-x86_64-nvidamake..jcppsrctestresourcesabsolute.h in
	at com.jogamp.gluegen.jcpp.CppReader.refill(CppReader.java:116)
	at com.jogamp.gluegen.jcpp.CppReader.read(CppReader.java:123)
	at com.jogamp.gluegen.jcpp.CppReader.read(CppReader.java:134)
	at java.io.Reader.read(Reader.java:140)
	at com.jogamp.common.util.IOUtil.appendCharStream(IOUtil.java:195)
	at com.jogamp.gluegen.jcpp.IncludeAbsoluteTest.testAbsoluteInclude(IncludeAbsoluteTest.java:37)
Caused by: com.jogamp.gluegen.jcpp.LexerException: Error at 1:0: File not found: c:JogAmpSlavex64workspacegluegenlabelwin7-x86_64-nvidamake..jcppsrctestresourcesabsolute.h in
	at com.jogamp.gluegen.jcpp.Preprocessor.error(Preprocessor.java:308)
	at com.jogamp.gluegen.jcpp.Preprocessor.include(Preprocessor.java:1235)
	at com.jogamp.gluegen.jcpp.Preprocessor.include(Preprocessor.java:1290)
	at com.jogamp.gluegen.jcpp.Preprocessor._token(Preprocessor.java:1962)
	at com.jogamp.gluegen.jcpp.Preprocessor.token(Preprocessor.java:2138)
	at com.jogamp.gluegen.jcpp.CppReader.refill(CppReader.java:97)