On 7/26/07, Jesse Ross <[EMAIL PROTECTED]> wrote: > > Just a quick announcement that I port Vienna to GNUstep > > by removing a lot of fancy UI. > > It is renamed as NewsStand and you can get it in Etoile -trunk. > > I probably will spend time to test the stability and > > hopefully separate the storage part and UI, > > just like Addresses framework and AddressManager > > so that any application can access users' RSS data. > > Help is always welcome. > > This is very cool! Nice work! > > However, when I tried to compile it (using the latest stable GNUstep > and the latest Etoile from -trunk), I got the following output: > > This is gnustep-make 2.0.1. Type 'make print-gnustep-make-help' for > help. > Making all in subprojects of app NewsStand... > make[1]: Entering directory `/home/jross/Repositories/etoile/Etoile/ > Services/User/NewsStand/SQLite3' > Making all for subproject SQLite3... > make[2]: Nothing to be done for `internal-subproject-all'. > make[1]: Leaving directory `/home/jross/Repositories/etoile/Etoile/ > Services/User/NewsStand/SQLite3' > make[1]: Entering directory `/home/jross/Repositories/etoile/Etoile/ > Services/User/NewsStand/NewsParser' > Making all in subprojects of subproject NewsParser... > make[2]: Entering directory `/home/jross/Repositories/etoile/Etoile/ > Services/User/NewsStand/NewsParser/CurlGetDate' > Making all for subproject CurlGetDate... > make[3]: Nothing to be done for `internal-subproject-all'. > make[2]: Leaving directory `/home/jross/Repositories/etoile/Etoile/ > Services/User/NewsStand/NewsParser/CurlGetDate' > Making all for subproject NewsParser... > make[2]: Nothing to be done for `internal-subproject-all'. > make[1]: Leaving directory `/home/jross/Repositories/etoile/Etoile/ > Services/User/NewsStand/NewsParser' > make[1]: Entering directory `/home/jross/Repositories/etoile/Etoile/ > Services/User/NewsStand/Extensions' > Making all for subproject Extensions... > make[2]: Nothing to be done for `internal-subproject-all'. > make[1]: Leaving directory `/home/jross/Repositories/etoile/Etoile/ > Services/User/NewsStand/Extensions' > Making all for app NewsStand... > Compiling file ActivityViewer.m ... > In file included from ArticleView.h:22, > from ArticleController.h:27, > from AppController.h:24, > from ActivityViewer.m:23: > TabbedWebView.h:23:26: error: WebKit/WebKit.h: No such file or directory > In file included from ArticleView.h:22, > from ArticleController.h:27, > from AppController.h:24, > from ActivityViewer.m:23: > TabbedWebView.h:27: error: cannot find interface declaration for > 'WebView', superclass of 'TabbedWebView' > ActivityViewer.m: In function '-[ActivityViewer > tableView:objectValueForTableColumn:row:]': > ActivityViewer.m:188: warning: pointer type mismatch in conditional > expression > make[1]: *** [obj/ActivityViewer.o] Error 1 > make: *** [NewsStand.all.app.variables] Error 2 > > > > Suggestions? Do I need to be using the latest GNUstep from SVN?
I forgot to commit the removal of using SimpleWebKit. I will do that soon. But you also need the latest GNUstep from trunk because NSURLRequest doesn't work with stable. So it will compile, but not work, if I remember correctly. You can try and see anyway. Yen-Ju > > J. > > > > > > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss > _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
