Ubuntu 10.10 "-unix is deprecated"

0

HI

I'm trying to install the MeeGo development SDK and when I run the command:

# mad -t meego-core-armv7l-1.1 qmake

it gives me the error that -unix is deprecated.

I know absolutely nothing about unix/linux and I'm just following the instructions from here: http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux

Does anyone know what to do?

Thanks

Tom

Thomas Clayson

Posted 2010-11-07T12:51:41.857

Reputation: 386

2Are you sure "is deprecated" is an error and not just a warning? – user1686 – 2010-11-07T13:35:37.933

hmm, maybe. i am a complete linux newbie and have no idea. i don't know how to check if thats the error or if its something else. – Thomas Clayson – 2010-11-07T15:34:19.487

Probably just a warning, referring to something called a "UNIX Domain Socket" - it's like a TCP/IP connection but it doesn't go through the networking stack, it's local only. – LawrenceC – 2010-11-07T16:04:03.623

Answers

1

This is a qmake problem. basically what happened is that you passed a -unix flag into qmake.

This is not an error & just a warning. You can consider editing the file /usr/lib/madde/linux-i686/madlib/mad-exec-env.sh to remove the -unix flag.

But as the usual saying go, if it ain't broken, don't fix it.

bubu

Posted 2010-11-07T12:51:41.857

Reputation: 9 283