Re: Porting to chinook

2007-10-19 Thread Ian Lawrence
Ola, >> #include > That's not the best way. You should check for hildon-1 pkg-config files > in > configure.in, which will add /usr/include/hildon-1 to your include path. > Then, in the source files, you should include hildon/hildon-program.h. Yes, I did something like this in configure.ac

Re: Porting to chinook

2007-10-19 Thread Alberto García Hierro
El Friday 19 October 2007 13:21:34 Detlef Schmicker escribió: > he hildon-widgets in the includes had to be changed from > > #include > > to > > #include That's not the best way. You should check for hildon-1 pkg-config files in configure.in, which will add /usr/include/hildon-1 to your

Porting to chinook

2007-10-19 Thread Detlef Schmicker
Hello, I recompiled vncviewer yesterday for chinook, but did not test yet (No N810:-). One minor issue, which might help developers in the future: the hildon-widgets in the includes had to be changed from #include to #include This will make the code base different for the two platforms (O