Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. Travis Einstellungen

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Travis Einstellungen

    This topic has been deleted. Only users with topic management privileges can see it.
    • Zefau
      Zefau last edited by

      Hallo zusammen,

      ich habe schon viel gegoogelt und hin und her probiert, aber ich bekomme es nicht hin.

      Travis schlägt für Mac auf Node.js v6 (https://travis-ci.org/Zefau/ioBroker.ro … /488256583) fehl mit der Meldung:

      make: g++-4.9: No such file or directory
      

      Hab wie gesagt schon 1000 Dinge probiert. Hat jemand eine pragmatische Lösung?

      Danke und viele Grüße

      Zefau

      1 Reply Last reply Reply Quote 0
      • apollon77
        apollon77 last edited by

        Dein env ist zu hart weil es immer gesetzt wird aber nur für Linux sollte.

        Setz es mal nur für Linux ala

        https://github.com/ioBroker/ioBroker.rf … is.yml#L13

        Eventuell (!!) ist noch was wie https://github.com/ioBroker/ioBroker.rf ... is.yml#L12 nötig aber Probier erstmal ohne.

        Gesendet vom Handy ...

        1 Reply Last reply Reply Quote 1
        • Zefau
          Zefau last edited by

          Vielen Dank dafür! Mit https://github.com/ioBroker/ioBroker.rf … is.yml#L12 hat es geklappt.

          Musste allerdings die Zeile leicht abwandeln von

            - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CC=clang++; export CXX=clang++; export CXXFLAGS=-std=c++11; fi'
          

          zu

            - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CC=clang++; export CXX=clang++; export CXXFLAGS=-stdlib=libc++; fi'
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Support us

          ioBroker
          Community Adapters
          Donate

          925
          Online

          31.6k
          Users

          79.4k
          Topics

          1.3m
          Posts

          2
          3
          235
          Loading More Posts
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes
          Reply
          • Reply as topic
          Log in to reply
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
          The ioBroker Community 2014-2023
          logo