| The Following User Says Thank You to ukki For This Useful Post: | ||
|
|
2009-06-13
, 20:43
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#72
|
The problem is the old libraries on the NIT and Vala can't change that. At least in Frematle they updated at last.|
|
2009-06-13
, 21:04
|
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#73
|
| The Following User Says Thank You to ukki For This Useful Post: | ||
|
|
2009-06-14
, 06:53
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#74
|
|
|
2009-06-14
, 07:21
|
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#75
|
| The Following User Says Thank You to ukki For This Useful Post: | ||
|
|
2009-06-14
, 07:59
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#76
|
|
|
2009-06-21
, 21:53
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#78
|
|
|
2009-06-22
, 13:17
|
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#79
|
Okay Jaffa, I managed to get Tear compiling on 0.7.3 without any additional changes, I'm using WAF for building (and deb building), so how can I get mud builder to use WAF?
| The Following User Says Thank You to Jaffa For This Useful Post: | ||
|
|
2009-06-22
, 19:53
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#80
|
Because if I should have a Makefile and a rules file then I should do all the build config again, only this time through make/dpkg-buildpackage and a lot harder and confusing...
What the heck can I use for IO? Only FileUtils seems to work for basic file reading, but I need better than that. Diablo GLib seems to be too old for gio/gio-unix that I need. I installed libgio-dev, but it fails to compile with:
What about UDP? I need multicast udp and can't find a lib for that either. I had to do it C so I can add it to c code, but I'd rather use Vala for that too.
Also libsoup-2.2 seems to be buggy, I get all kinds of weird stuff in body like extra chars and even headers etc, so I had to add ugly separators to rule them out.
Vala ain't that bad once you get the hang of it and I do love the speed, but these issues are really making it unsuitable for my needs. Any advice especially for my io-problem?