Build failed on Linux

homepage Forums BridgePoint Development and Integrations Build failed on Linux

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7560
    kae-made
    Participant

    Hi, current BridgePoint build environment doesn’t work.

    Now that I find the cause so I share it.
    python command doesn’t exist in latest Debian and Ubuntu. The python command of them is not python but python3. So python command can’t be found during build then build error happens.
    This problem is resolved by the following tips.

    sudo mv /usr/bin/python3 /usr/bin/python.

    By this, I’ve verified that the build runs to the end.
    But created executable files are only for Linux and Mac.
    I want it for Windows.
    Please let me know how to create bridgepoint.exe file.

    Regards,

    #7561
    cort
    Keymaster

    If you are getting both the Mac and Linux builds, you can also get the Windows build. This requires the Windows x86 cross-compiler installation of gcc.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.