Giter Club home page Giter Club logo

Comments (6)

ProfFan avatar ProfFan commented on August 16, 2024

Please post your complete issue here, thanks.

from gtsam.

11janson avatar 11janson commented on August 16, 2024

Please post your complete issue here, thanks.

hello,I have complete this issue.

from gtsam.

varunagrawal avatar varunagrawal commented on August 16, 2024

I believe the issue here is that the system function is not available on iOS. From the MacOSX.sdk stdlib.h

__swift_unavailable("Use posix_spawn APIs or NSTask instead. (On iOS, process spawning is unavailable.)")
__API_AVAILABLE(macos(10.0)) __IOS_PROHIBITED
__WATCHOS_PROHIBITED __TVOS_PROHIBITED
int	 system(const char *) __DARWIN_ALIAS_C(system);

A fix for you could be to conditionally compile the system call in DecisionTree-inl.h. That is the only place it is used. We would welcome a PR and I can help land it. It should be really simple to fix.

from gtsam.

11janson avatar 11janson commented on August 16, 2024

I believe the issue here is that the system function is not available on iOS. From the MacOSX.sdk stdlib.h

__swift_unavailable("Use posix_spawn APIs or NSTask instead. (On iOS, process spawning is unavailable.)")
__API_AVAILABLE(macos(10.0)) __IOS_PROHIBITED
__WATCHOS_PROHIBITED __TVOS_PROHIBITED
int	 system(const char *) __DARWIN_ALIAS_C(system);

A fix for you could be to conditionally compile the system call in DecisionTree-inl.h. That is the only place it is used. We would welcome a PR and I can help land it. It should be really simple to fix.

Thanks. I will push a PR a few days later.

from gtsam.

varunagrawal avatar varunagrawal commented on August 16, 2024

@11janson since we don't officially support iOS, your best bet moving forward is to fork GTSAM and either remove that function or conditionally compile it for your purposes. Closing this issue.

from gtsam.

LockedThread avatar LockedThread commented on August 16, 2024

I believe the issue here is that the system function is not available on iOS. From the MacOSX.sdk stdlib.h

__swift_unavailable("Use posix_spawn APIs or NSTask instead. (On iOS, process spawning is unavailable.)")
__API_AVAILABLE(macos(10.0)) __IOS_PROHIBITED
__WATCHOS_PROHIBITED __TVOS_PROHIBITED
int	 system(const char *) __DARWIN_ALIAS_C(system);

A fix for you could be to conditionally compile the system call in DecisionTree-inl.h. That is the only place it is used. We would welcome a PR and I can help land it. It should be really simple to fix.

Thanks. I will push a PR a few days later.

Did you push a PR for this?

from gtsam.

Related Issues (20)

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.