Giter VIP home page Giter VIP logo

Comments (10)

shurongwang avatar shurongwang commented on May 11, 2024 2

great, it works. Thanks a lot.

from fastolympiccoding.

Jatana avatar Jatana commented on May 11, 2024 1

This is the common error for Sublime Text 3 on the OS X platform. Plugin hosts child process crash cause plugin host crash. The standard run tool crashes too.

It has appeared in the latest builds. So, I think this problem will be fixed.

But, everything works fine and do not crashes with debugger(lldb).
So, to install lldb you can install xcode, I recommend xcode 9.4.1 version.
You can download it from here - https://developer.apple.com/download/more

And then just press ctrl+shift+b to launch a program with lldb.

from fastolympiccoding.

FallenParadise avatar FallenParadise commented on May 11, 2024 1

Hello, I installed your plugin via Package ControlI. I also installed Xcode and Python, but still have problem with 'compiling' and I have the console log as the last one. So, what can I do?

from fastolympiccoding.

shurongwang avatar shurongwang commented on May 11, 2024

Thanks, I tired. But it stucks at 'compiling', what to do next?
image

from fastolympiccoding.

Jatana avatar Jatana commented on May 11, 2024

Press ctrl+~ and write here the log.

from fastolympiccoding.

shurongwang avatar shurongwang commented on May 11, 2024
Traceback (most recent call last):
  File "/Users/shurongwang/Library/Application Support/Sublime Text 3/Packages/CppFastOlympicCoding/test_manager.py", line 300, in go
    self.insert_test()
  File "/Users/shurongwang/Library/Application Support/Sublime Text 3/Packages/CppFastOlympicCoding/test_manager.py", line 278, in insert_test
    self.process_manager.run()
  File "/Users/shurongwang/Library/Application Support/Sublime Text 3/Packages/CppFastOlympicCoding/debuggers/DebugodPy3Ejector.py", line 140, in run
    self.__listen()
  File "/Users/shurongwang/Library/Application Support/Sublime Text 3/Packages/CppFastOlympicCoding/debuggers/DebugodPy3Ejector.py", line 56, in __listen
    s = self.read()
  File "/Users/shurongwang/Library/Application Support/Sublime Text 3/Packages/CppFastOlympicCoding/debuggers/DebugodPy3Ejector.py", line 148, in read
    out = self.interact('_.get_output()')
  File "/Users/shurongwang/Library/Application Support/Sublime Text 3/Packages/CppFastOlympicCoding/debuggers/DebugodPy3Ejector.py", line 52, in interact
    proc_dbg.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe

from fastolympiccoding.

Jatana avatar Jatana commented on May 11, 2024

Make sure your xcode version is 9.4.1 and it is location is /Applications/Xcode.app/

from fastolympiccoding.

shurongwang avatar shurongwang commented on May 11, 2024

Yes, I do have Xcode, but it's version is 10.0
image

from fastolympiccoding.

Jatana avatar Jatana commented on May 11, 2024

I have changed something. Update plugin, restart Sublime and try it again.

from fastolympiccoding.

shurongwang avatar shurongwang commented on May 11, 2024
[FastOlympicCoding] session saved
Traceback (most recent call last):
  File "/Users/shurongwang/Library/Application Support/Sublime Text 3/Packages/CppFastOlympicCoding/test_manager.py", line 966, in compile
    cmp_data = process_manager.compile()
  File "/Users/shurongwang/Library/Application Support/Sublime Text 3/Packages/CppFastOlympicCoding/debuggers/DebugodPy3Ejector.py", line 136, in compile
    return eval(self.interact('_.compile()'))
  File "<string>", line 0
    
    ^
SyntaxError: unexpected EOF while parsing

from fastolympiccoding.

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.