/home/Notoveryet

Beauty contest: Nokia 5530 vs Nokia 5800

Posted in Uncategorized by notoveryet on October 27, 2009

nokia-5530-vs-nokia-5800

please vote the phone, which you think has better looks…

chromium browser for linux is a beta quality software now…

Posted in Review, Screenshots, Technology, open source, software by notoveryet on October 8, 2009

I just upgraded chromium browser on my machine to Chromium 4.0.222.1 (Ubuntu build 28248)“…

and now it supports,

- google chrome themes

- flash without any command line arguments (–enable-plugins)

It’s now comparable to google chrome for windows… except google-talk of course…

so I’m expecting google to announce the chromium browser as a beta software [ forget alpha ;-) ] soon..

???

What are you waiting for…..  fire up your package manager and try it out…

chromium-4.0.222.1

chromium-themes

chromium-youtube

 

UPDATE:

Just found out, it still does not show new java based yahoo mail interface… so it cannot be called beta software yet….

nevertheless, we have now almost perfect flash support and stunning speed…

I think google will declare chromium as beta only after the implementation of some of these known problems and “google voice & video chat” support… :-)

 

multiple target patterns. Stop.

Posted in Technology, open source, software by notoveryet on October 7, 2009

If you are encountering this error while compiling your project using cygwin:

————————————————————————-

make -j3 all

src/SwcAbCd.d:1: *** multiple target patterns. Stop.

————————————————————————-

then check the version of make tool

make –version

(the command has two ‘-’ not one as it appears here)

and if it’s 3.81, revert it back to 3.80,

I don’t know how and why, but this worked for me….. ;-)

[ just for the record, I got this problem while I was compiling a project in Eclipse using cygwin gcc toolchain... ]

If you want to know more about this particular error, follow the link below -

http://theory.uwinnipeg.ca/localfiles/infofiles/make/make_121.html#SEC120