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

1 Answers1

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
  • 10,029