Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [SOLVED] stdlib: No such file or directory
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] stdlib: No such file or directory

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    omixam
    wrote on last edited by
    #1

    Hello, I new with Qt I'm trying to build android documentation example "Creating a Mobile Application" , but

    stdlib: No such file or directory
    #include <stdlib.h>^
    /home/myuser/android-ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstdlib

    I'm using:

    • Debian 64bits
    • SDK
    • NDK 64 bits
    • Qt Creator 3.2.1

    Thanks in avanced!

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Use this instead:
      @
      #include <cstdlib>
      @

      (Z(:^

      1 Reply Last reply
      0
      • O Offline
        O Offline
        omixam
        wrote on last edited by
        #3

        Thanks! But I had been try your suggestion...
        After search and researching on the web I found I solution in this post:
        "http://qt-project.org/forums/viewthread/45095":http://qt-project.org/forums/viewthread/45095

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved