Re: [Bug-apl] readline error when trying to compile the latest version on OSX

2014-07-23 Thread Elias MÃ¥rtenson
The above error happens when I compile *without* readline. The reason I did that was because of a different error that happens when compiling with readline: g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -MT NamedObject.o -MD -MP -MF .deps/NamedObject.Tpo -c -o NamedObject.o NamedObject.cc clang:

[Bug-apl] readline error when trying to compile the latest version on OSX

2014-07-23 Thread Elias MÃ¥rtenson
Here's the error: g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -MT NamedObject.o -MD -MP -MF .deps/NamedObject.Tpo -c -o NamedObject.o NamedObject.cc clang: warning: argument unused during compilation: '-rdynamic' Input.cc:67:39: warning: control reaches end of non-void function [-Wreturn-type]