Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

Mozilla build error Linux gcc-8 #3862

Closed Holerim closed 4 years ago

Holerim commented 4 years ago

Short Summary

Mozilla throws error with default gcc version 8. error: ‘bad_alloc’ in namespace ‘std’ does not name a type

Steps to Reproduce

sudo apt install gcc git clone https://github.com/Komodo/KomodoEdit.git cd KomodoEdit/mozilla python build.py configure -k 12.10 python build.py all

Expected results

build successfully

Actual results

headache

Platform Information

Komodo Edit Komodo Version 12.10 Operating System linux any

Additional Information

Log https://ghostbin.co/paste/audjr

It throws a different error with gcc-4.9 but that's another issue.

th3coop commented 4 years ago

@Holerim sorry if I gave the impression that this would get fixed. Komodo runs on an older version of Mozilla which for multiple reasons, we have no plans to upgrade. You need to use the recommended gcc.