Giter Club home page Giter Club logo

Comments (2)

Rainweic avatar Rainweic commented on September 4, 2024

这个文件是自动生成的 cmakelist是否某些参数被你修改了呢 建议使用clion编译试试

下面是tracking_export.h的内容 位于build/tracking


#ifndef TRACKING_EXPORT_H
#define TRACKING_EXPORT_H

#ifdef TRACKING_STATIC_DEFINE
#  define TRACKING_EXPORT
#  define TRACKING_NO_EXPORT
#else
#  ifndef TRACKING_EXPORT
#    ifdef tracking_EXPORTS
        /* We are building this library */
#      define TRACKING_EXPORT __attribute__((visibility("default")))
#    else
        /* We are using this library */
#      define TRACKING_EXPORT __attribute__((visibility("default")))
#    endif
#  endif

#  ifndef TRACKING_NO_EXPORT
#    define TRACKING_NO_EXPORT __attribute__((visibility("hidden")))
#  endif
#endif

#ifndef TRACKING_DEPRECATED
#  define TRACKING_DEPRECATED __attribute__ ((__deprecated__))
#endif

#ifndef TRACKING_DEPRECATED_EXPORT
#  define TRACKING_DEPRECATED_EXPORT TRACKING_EXPORT TRACKING_DEPRECATED
#endif

#ifndef TRACKING_DEPRECATED_NO_EXPORT
#  define TRACKING_DEPRECATED_NO_EXPORT TRACKING_NO_EXPORT TRACKING_DEPRECATED
#endif

#if 0 /* DEFINE_NO_DEPRECATED */
#  ifndef TRACKING_NO_DEPRECATED
#    define TRACKING_NO_DEPRECATED
#  endif
#endif

#endif /* TRACKING_EXPORT_H */

from deepsort.

jueyisan avatar jueyisan commented on September 4, 2024

谢谢,我已经编译成功了

from deepsort.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.