Eralt / arduino

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

Compiling source code doesn't show software version #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On ubuntu 10.10-amd64 run git clone 
2. cd /path/to/arduino
3. cd build/linux/dist/lib
4. mv librxtxSerial.so _librxtxSerial.so
5. ln -s /usr/lib/jni/librxtxSerial.so librxtxSerial.so
6. cd /path/to/arduino
7. cd app/lib
8. mv RXTXcomm.jar _RXTXcomm.jar
9. ln -s /usr/share/java/RXTXcomm.jar RXTXcomm.jar
10. cd /path/to/arduino
11. cd build
12. ant
13. ant run

What is the expected output? What do you see instead?
There aren't arduino version showned on title bar and about help, instead of 
them is showned "${version}"

What version of the Arduino software are you using? 
source code
On what operating system?  
kubuntu 10.10 64bit
Which Arduino board are you using?
duemilanove

Please provide any additional information below.
details on attachment

Original issue reported on code.google.com by amedeo.s...@gmail.com on 12 Oct 2010 at 7:45

Attachments:

GoogleCodeExporter commented 9 years ago
I haven't checked what happens if you compile from their source code, but I'm 
assuming the Processing folks did this intentionally, probably to distinguish 
between official releases and builds from source.

Original comment by dmel...@gmail.com on 14 Oct 2010 at 12:18