ezieragabriel / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Missing code in source from Download page (arduino-1.0.1-src.tar.gz under Windows) #1011

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the file arduino-1.0.1-src.tar.gz and unpack it on a Windows OS
2. Look in arduino-1.0.1\app\src\processing\app
3. There is a Linux folder, but no Windows or MacOS

What is the expected output? What do you see instead?
The code can be compiled under Windows, but will not run. A message is given 
when running the program: "An unknown error occurred while trying to load 
platform-specific code for your machine." followed by a stack dump

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
Arduino software version 1.0.1; windows7 OS; board not relevant

Please provide any additional information below.
I used NetBeans to build the app src but I don't believe that would have made a 
difference - the code is missing

The code can be taken from the Git repositories, it is just this file that can 
only be used on Linux

Original issue reported on code.google.com by simon.sm...@gtempaccount.com on 21 Aug 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Whoops, in an attempt to exclude the build/windows and build/macosx directories 
(which contain huge binaries), we also excluded app/windows and app/macosx.  

https://github.com/arduino/Arduino/commit/b7fc69aa9f79a1d1e6a67c58c40a073fac0387
4f

Original comment by dmel...@gmail.com on 23 Aug 2012 at 3:18