Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix compilation error in ubuntu16.04 #834

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2019

  1. fix cmake in ubuntu16.04 compile error

    without the headfile `#include <unistd.h>` 
    
    error message
    ```
    error: 'usleep' was not declared in this scope usleep(*);
    ```
    varyshare authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    d5be22c View commit details
    Browse the repository at this point in the history
  2. fix cmake in ubuntu16.04 compile error

    **Reason**: not include the headfile `#include <unistd.h>` 
    
    **error message**
    ```
    error: 'usleep' was not declared in this scope usleep(*);
    ```
    varyshare authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    c689aec View commit details
    Browse the repository at this point in the history
  3. fix cmake in ubuntu16.04 compile error

    **Reason**: not include the headfile `#include <unistd.h>` 
    
    **error message**
    ```
    error: 'usleep' was not declared in this scope usleep(*);
    ```
    varyshare authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    3a4ba40 View commit details
    Browse the repository at this point in the history
  4. fix cmake in ubuntu16.04 compile error

    **Reason**: not include the headfile `#include <unistd.h>` 
    
    **error message**
    ```
    error: 'usleep' was not declared in this scope usleep(*);
    ```
    varyshare authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    ec7d984 View commit details
    Browse the repository at this point in the history
  5. fix cmake in ubuntu16.04 compile error

    **Reason**: not include the headfile `#include <unistd.h>` 
    
    **error message**
    ```
    error: 'usleep' was not declared in this scope usleep(*);
    ```
    varyshare authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    970df0c View commit details
    Browse the repository at this point in the history