|
|
2008-07-10
, 07:33
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#12
|
/scratchbox/login -d ~/[your-project-dir] -p ./project-build.sh
/scratchbox/login -d ~/[your-project-dir] -p ./project-run.sh
#! /bin/sh cd ~/[your-project-dir] ./waf configure ./waf
#! /bin/bash scp ~/[your-project-dir]/_build_/default/[your-path-and-executable] root@[your-tablet-ip]:/usr/bin/ ssh user@[your-tablet-ip] '/bin/sh --login -c "/usr/bin/[your-executable]"'
|
|
2008-07-10
, 14:22
|
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#13
|
| The Following User Says Thank You to Jaffa For This Useful Post: | ||
|
|
2008-07-10
, 18:33
|
|
|
Posts: 1,137 |
Thanked: 402 times |
Joined on Sep 2007
@ Catalunya
|
#14
|
The fuss is that Vala can offer simplicity, speed and OO at the same time.
(alas, I doubt that vala can be as good as delphi, maybe in 15 more years...
).
| The Following User Says Thank You to luca For This Useful Post: | ||
|
|
2008-07-10
, 18:43
|
|
|
Posts: 276 |
Thanked: 160 times |
Joined on Jul 2007
@ Bath, UK
|
#15
|
Oh, I see, like delphi did almost 15 years ago(alas, I doubt that vala can be as good as delphi, maybe in 15 more years...
).
Pity that fpc doesn't work right with armel yet
) I can safely say that you get lovers and haters of any language. We can debate semantics for hours but I learnt early on that you cannot convert the inconvertible in most cases.
)|
|
2008-07-10
, 18:48
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#16
|

|
|
2008-07-10
, 18:52
|
|
|
Posts: 276 |
Thanked: 160 times |
Joined on Jul 2007
@ Bath, UK
|
#17
|
What port? Vala compiles straight for the tablet/SDK. Even has some bindings on the official page.
I've uploaded vala to extras-devel. Build log is at:
https://garage.maemo.org/builder/diablo/vala_0.3.4/
I've done a quick command line test, I might not have time to test it with the Hildon bindings today, so any feedback welcome.
|
|
2008-07-10
, 20:05
|
|
|
Posts: 1,137 |
Thanked: 402 times |
Joined on Sep 2007
@ Catalunya
|
#18
|
|
|
2008-07-11
, 16:34
|
|
Posts: 43 |
Thanked: 10 times |
Joined on May 2008
|
#19
|
|
|
2008-07-11
, 19:30
|
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#20
|
I doubt Delphi is coming back...
What port? Vala compiles straight for the tablet/SDK. Even has some bindings on the official page.
<package>
<fetch type="tarball">
<url>http://download.gnome.org/sources/vala/0.3/vala-0.3.4.tar.bz2</url>
</fetch>
<build>
<copyright>lgpl</copyright>
</build>
<deb prefix-section="0">
<section>programming</section>
<depends>c-compiler</depends>
<description>Vala is a modern programming language compiling to C.
Vala is a new programming language that aims to bring modern programming language
features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI
compared with applications and libraries written in C.
.
Given its dependence on gcc, this is intended for use within the Maemo
SDK.</description>
</deb>
</package>
| The Following User Says Thank You to Jaffa For This Useful Post: | ||
LinuxUK.org - http://www.linuxuk.org