November 6, 2011

Tristan Tristan
Lab Rat
15 posts

Very weird error while building in Symbian SDK for LINUX! please help!

 

Good evening,

I have been programming in QT (desktop applications) a lot in linux without any problems.
But now i’m trying to make applications for Symbian using linux, with the Symbian SDK for Linux.
http://developer.qt.nokia.com/forums/viewthread/6101
I’ve connected my nokia succesfully with the QT SDK using CODA, and my scource code doesn’t have any errors.
But when I build it i get the following error in the SBSv2 build log:

  1. A critical tool, '/bin/bash', did not return the required version '.*GNU bash, version [34].*':
  2. GNU bash, versie 4.1.7(2)-release (i686-pc-linux-gnu)
  3. Copyright (C) 2009 Free Software Foundation, Inc.
  4. De licentie is GPLv3+: GNU GPL versie 3 of later.
  5. Please check that '/bin/bash' is in the path.

Can somebody help me out with this please?

Thanks in advance!

2 replies

November 7, 2011

Tobias Hunger Tobias Hunger
Mad Scientist
3130 posts

Not strange at all: The bash version string does not match the expected string due to you using a non-english locale. Try adding LC_ALL=C to your build environment.

Note that Symbian SDK for Linux is not officially supported: There are still lots of small quirks like this.

November 7, 2011

Tristan Tristan
Lab Rat
15 posts

Thanks, changing the build environment did solve my problem!
And Symbian SDK works stable now, so i can’t complain.. i look forward to see it implemented in the QT SDK for Linux.

Regards,

Tristan

 
  ‹‹ [SOLVED] Mix QPainter with GLWidget displaying OpenGL ES 2.0?      switch back from the tasklist, my application does not accept the any input ››

You must log in to post a reply. Not a member yet? Register here!