No such file or directory ???

Hi!

I was using arduino 1.5.5, but today i decided to install the latest version: 1.5.8

But now, as soon as i use the "#include " in my code and i try to compile, i get en error message saying "no such file or directory"...

I have manually copy the "library" folder from my 1.5.5 to the new version, but still got the same error..

Maybe the version 1.5.8 did not work with the library exactly as the 1.5.5 version do?

How can i make my 1.5.5 library work with 1.5.8?

Thanks for your help!

It may be one of the dependent libraries that you also need to move. Either that or you dumped it in the wrong place.

I have manually copy the "library" folder from my 1.5.5 to the new version, but still got the same error..

There should be no need to move or copy library folders when you upgrade. Each installation should come with its own system libraries folder and if you have previously put user contributed libraries in the libraries folder of your sketch folder then the new installation should find them if the sketches folder is set to be the same as previously.

Thanks for your help, i have downgraded to version 1.5.5 so everything have started to work again, then i re-upgrade to version 1.5.8 and now everything is OK..

Dont know why, but now everything is working..

Thanks!