-
Notifications
You must be signed in to change notification settings - Fork 131
"Import Arduino libraries in the current project" doesn't bring up useful dialog #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi |
Hi Jantje,
I am using V2.1.0.4 - should that work with 3.8?
Yes this other way works. Too much right-clicking on my behalf got me into trouble. Thanks for the help. I pulled up the error log and executed the right-clicking commands. However there were no entries that made it to the logs as the commands fail in this peculiar way. Regards, |
I'm sorry for the confusion. I meant Arduino IDE 1.5.2 beta needs arduino eclipse plugin V2.1.0.4 beta. |
och yes and arduino eclipse plugin V2.1.0 Beta needs juno. (Or at least the CDT version that goes with juno) |
I would have updated CDT - my Eclipse is up to date.
As for this issue, I suggest you don't fix it if there is not an obvious cause to you. I am working in an unsupported environment and I have a better work around now that I can use the menus to get the libraries in. I'll eventually move to Eclipse 4.2 and then if the issue remains I can look into it again. |
cool. This one is now official on hold till it can be reproduced in a supported environment. |
I reproduced in Juno. Fixed in the pull request #50. |
Fix #42 -- Bad dialog for import library from menu. Also added import source folder from Arduino menu Looks good :-)
I have the same problem. My config Ubuntu 12.04 x64 Problem happens when I click (right) on my project and try an import lib. From the strange dialog if I press back, then click again on "Import Ardiono......current project" and then press next it looks normal, so I select some libs to import but when I click on Finish nothing happens. As you mention, from Arduino menu it works properly (this is fine for me now) |
That is normal as this merge is not yet officially released. |
I too have probelm in the Arduino Libraries while building. I received the following error:
|
<First off thanks for all the effort Jantje!>
"Import Arduino libraries in the current project" is not allowing for the selection of Arduino libraries (either Arduino or Sketchbook/Private) on my system.
Setup:
Ubuntu 13.04 (64-bit)
Eclipse 3.8.1 (installed to system via apt-get)
Arduino 1.5.2 (installed to a directory)
arduino-eclipse-plugin V2.1.0.4 (installed from update site)
Arduino IDE path: /home/brody/arduino-1.5
Private Library Path: /home/brody/Dropbox/Arduino/arduino_sketchbook/libraries
(has 25 entries -- many of which are symlinked)
I right click on my project in the project explorer pane, select Import.
Select "Import Arduino libraries in the current project" from under Arduino
Then I receive a "select the Arduino libraries" dialog but it is empty. It contains a field for options but contains no entries/check boxes. I am expecting that there would be a list of arduino and libraries in my private/sketchbook options - but ehre is nothing.
I can click finish and nothing happens (as nothing was selected) other than the dialog closing.
This was working on the older version -- I just updated and re-created my project.
This is low priority issue. I have a workaround for as "Import a folder cont....." works -- but introduces linker (combiner) order issues -- which then has another workaround.
The text was updated successfully, but these errors were encountered: