limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.3k stars 1.07k forks source link

ERROR-Trying to compile on Raspberry Pi 2 #510

Closed ghost closed 9 years ago

ghost commented 9 years ago

~/lime $ go get github.com/limetext/lime/frontend/html# github.com/limetext/gopy/lib /usr/local/lib/libpython3.4m.a(complexobject.o): In function _Py_c_pow': /home/pi/Python-3.4.2/Objects/complexobject.c:121: undefined reference tohypot' /home/pi/Python-3.4.2/Objects/complexobject.c:122: undefined reference to pow' /home/pi/Python-3.4.2/Objects/complexobject.c:123: undefined reference toatan2' /home/pi/Python-3.4.2/Objects/complexobject.c:127: undefined reference to sincos' /home/pi/Python-3.4.2/Objects/complexobject.c:126: undefined reference toexp' /home/pi/Python-3.4.2/Objects/complexobject.c:127: undefined reference to log' /usr/local/lib/libpython3.4m.a(complexobject.o): In function_Py_c_abs': /home/pi/Python-3.4.2/Objects/complexobject.c:192: undefined reference to hypot' /usr/local/lib/libpython3.4m.a(floatobject.o): In functionfloat_is_integer': /home/pi/Python-3.4.2/Objects/floatobject.c:790: undefined reference to floor' /usr/local/lib/libpython3.4m.a(floatobject.o): In functionfloat_as_integer_ratio': /home/pi/Python-3.4.2/Objects/floatobject.c:1460: undefined reference to floor' /usr/local/lib/libpython3.4m.a(floatobject.o): In functionfloat_divmod': /home/pi/Python-3.4.2/Objects/floatobject.c:582: undefined reference to fmod' /home/pi/Python-3.4.2/Objects/floatobject.c:605: undefined reference tofloor' /usr/local/lib/libpython3.4m.a(floatobject.o): In function float_rem': /home/pi/Python-3.4.2/Objects/floatobject.c:553: undefined reference tofmod' /usr/local/lib/libpython3.4m.a(floatobject.o): In function float_round': /home/pi/Python-3.4.2/Objects/floatobject.c:984: undefined reference toround' /home/pi/Python-3.4.2/Objects/floatobject.c:987: undefined reference to round' /usr/local/lib/libpython3.4m.a(floatobject.o): In functionfloat_pow': /home/pi/Python-3.4.2/Objects/floatobject.c:681: undefined reference to fmod' /home/pi/Python-3.4.2/Objects/floatobject.c:706: undefined reference tofloor' /home/pi/Python-3.4.2/Objects/floatobject.c:717: undefined reference to fmod' /home/pi/Python-3.4.2/Objects/floatobject.c:691: undefined reference tofmod' /home/pi/Python-3.4.2/Objects/floatobject.c:741: undefined reference to pow' /usr/local/lib/libpython3.4m.a(longobject.o): In functionPyLong_FromString': /home/pi/Python-3.4.2/Objects/longobject.c:2169: undefined reference to log' /usr/local/lib/libpython3.4m.a(pytime.o): In function_PyTime_ObjectToDenominator': /home/pi/Python-3.4.2/Python/pytime.c:173: undefined reference to ceil' /home/pi/Python-3.4.2/Python/pytime.c:180: undefined reference tofloor' /usr/local/lib/libpython3.4m.a(pytime.o): In function _PyTime_ObjectToTime_t': /home/pi/Python-3.4.2/Python/pytime.c:212: undefined reference toceil' /home/pi/Python-3.4.2/Python/pytime.c:214: undefined reference to floor' /usr/local/lib/libpython3.4m.a(dynload_shlib.o): In function_PyImport_GetDynLoadFunc': /home/pi/Python-3.4.2/./Python/dynload_shlib.c:82: undefined reference to dlsym' /home/pi/Python-3.4.2/./Python/dynload_shlib.c:95: undefined reference todlopen' /home/pi/Python-3.4.2/./Python/dynload_shlib.c:126: undefined reference to dlsym' /home/pi/Python-3.4.2/./Python/dynload_shlib.c:101: undefined reference todlerror' /usr/local/lib/libpython3.4m.a(signalmodule.o): In function timeval_from_double': /home/pi/Python-3.4.2/./Modules/signalmodule.c:117: undefined reference tofloor' /home/pi/Python-3.4.2/./Modules/signalmodule.c:118: undefined reference to fmod' /home/pi/Python-3.4.2/./Modules/signalmodule.c:117: undefined reference tofloor' /home/pi/Python-3.4.2/./Modules/signalmodule.c:118: undefined reference to fmod' /usr/local/lib/libpython3.4m.a(posixmodule.o): In functionposix_openpty': /home/pi/Python-3.4.2/./Modules/posixmodule.c:6000: undefined reference to openpty' /usr/local/lib/libpython3.4m.a(posixmodule.o): In functionposix_forkpty': /home/pi/Python-3.4.2/./Modules/posixmodule.c:6089: undefined reference to `forkpty' collect2: ld returned 1 exit status

zoli commented 9 years ago

This is issue with gopy whats your go version?

quarnster commented 9 years ago

Issue fails to satisfy https://github.com/limetext/lime/blob/master/CONTRIBUTING.md#2-issues-should-be-opened-up-in-the-correct-repository.

ghost commented 9 years ago

Could you please explain which of these does my post not apply to? I am trying to create a compiled version on Raspbian (Raspberry Pi 2) that Hopefully I can contribute back to the project (and maintain) for the benefit of RP2 developers. I am not asking how a feature works. Issues #503 seemed similar in scope to mine and it received some great help.

  1. The issues list is for development purposes only.

    Perhaps? but I will never know.

  2. Issues should be opened up in the correct repository.

    This is Lime

  3. Feature requests belong here, unless they can be implemented via a plugin.

    Not about plugins.

  4. Bug reports belong here.

    Again. Perhaps? but I will never know.

  5. If you'd like to help but don't know how.

    well I'd love to do that but where you sent me to post has no postings or traffic and I feel that I am trying to do something valuable (maybe not, please let me know and I will move on to another editor)

bwiggs commented 9 years ago

This discussion has been moved over to https://github.com/limetext/support/issues/1

ghost commented 9 years ago

Thanks for your response there!