-->
Page 1 of 2

No compile (with new staging)->with Javascript/CSS-elements

PostPosted: Mon Sep 14, 2015 5:04 pm
by brutzler
Hi,
some time pausing with developing my new project. last time I used "1.6.5-1044-g170995a"
Now I had to "update" to "1.6.5-1106-g8253b82"
After this I copied all addtional libs into ...\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1106-g8253b82\libraries
But I was not able to compile the project any more :-(
I only get a lot of these messages
at java.util.regex.Pattern$GroupTail.match(Pattern.java:4717)
at java.util.regex.Pattern$BranchConn.match(Pattern.java:4568)
at java.util.regex.Pattern$CharProperty.match(Pattern.java:3777)
at java.util.regex.Pattern$Branch.match(Pattern.java:4604)
at java.util.regex.Pattern$GroupHead.match(Pattern.java:4658)
Not helpful for me.

- How could I find out what part of my software is incompatible to the new staging?
- How can I switch back to the previous staging? The additional Boards Manager URL is always pointing to the newest staging release: "http://arduino.esp8266.com/staging/package_esp8266com_index.json"

thx in advance for any help.

Re: No compile with new staging

PostPosted: Mon Sep 14, 2015 5:43 pm
by GregryCM
I can't help with identifying the incompatibility between stages, but this link does show how to get back to an earlier staging:

viewtopic.php?f=32&t=5470&start=5#p28826

I think others had issues with the recent staging too.

Greg

Re: No compile with new staging

PostPosted: Mon Sep 14, 2015 6:12 pm
by brutzler
thx for the link

Now I am back at previous staging.
Unfortunately I still do not get my sketch compiled. I removed the old package an reinstalled it. (lost additional libs on this)
Looking at the compile-messages, there are so many lines, that I can not see all. And i think the intersting stuff is out of the message buffer.
I am afraid, I will have to make a copy of my (extensive) project and delete part by part to find out the prob.

Re: No compile with new staging

PostPosted: Tue Sep 15, 2015 12:59 am
by igrr