AdolfVonKleist / Phonetisaurus

Phonetisaurus G2P
BSD 3-Clause "New" or "Revised" License
449 stars 122 forks source link

Make phonetisaurus-align return 0 on exit #7

Closed psmit closed 7 years ago

psmit commented 8 years ago

Returning 1 is an error code, while the program succeeded.

theja0473 commented 8 years ago

root@raspberrypi:~/Phonetisaurus/src# ./configure checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=gnu++11... no checking whether g++ supports C++11 features with -std=gnu++0x... no checking whether g++ supports C++11 features with -std=c++11... no checking whether g++ supports C++11 features with -std=c++0x... no configure: error: *\ A compiler with support for C++11 language features is required. screenshot from 2016-04-29 17-50-03

psmit commented 8 years ago

@theja0473 I think your comment is not in the right place here? I don't think this change caused the program to be uncompilable without c++11. I guess you have to file a separate issue for that.

AlJohri commented 8 years ago

related issue comment: https://github.com/AdolfVonKleist/Phonetisaurus/issues/2#issuecomment-106088139