telegram_rb icon indicating copy to clipboard operation
telegram_rb copied to clipboard

Problem compiling in OSX

Open odarriba opened this issue 11 years ago • 1 comments

Hi!

I've installed libconfig from brew, and tried to specify the route to the include and library files of libconfig in environment variables, but anything works out.

I receive this error: In file included from main.c:20:

./main.h:26:10: fatal error: 'libconfig.h' file not found

1 error generated.

What can I do? I'm trying to compile it with OSX Yosemite 10.10.1, with XCode, homebrew and RVM with Ruby 2.1.3...

Thanks in advance.

odarriba avatar Nov 21 '14 11:11 odarriba

Maybe you should install libconfig at first.

brew install libconfig

lds56 avatar Mar 24 '15 05:03 lds56