faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
_whitelogger has joined #amber
_whitelogger has joined #amber
<FromGitter> <nik736> Ye, adding `src/serializers/**` in the application.cr solved it, thx
<FromGitter> <otremblay_gitlab> I'm trying to use Amber on a vanilla project and it fails with this: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5e7a55105f28963b02084755]
<FromGitter> <otremblay_gitlab> what am I doing wrong? (running osx 10.13 if that helps)
<FromGitter> <drujensen> Looks like libiconv library cannot be found or loaded on your machine.
<FromGitter> <drujensen> Does brew install libiconv fix it?
<FromGitter> <otremblay_gitlab> Do I need to reinstall amber after that?
<FromGitter> <otremblay_gitlab> I installed libiconv, it said: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5e7a7c83d51d8106aa7cf365]
<FromGitter> <otremblay_gitlab> So I did that, and ⏎ ⏎ ```shards amber build``` [https://gitter.im/amberframework/amber?at=5e7a7c9663bf7c2ff820160c]
<FromGitter> <otremblay_gitlab> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5e7a7cc1e7ae032e73c4bfb6]
<FromGitter> <otremblay_gitlab> Would a source build of Crystal + Amber fix this?
<FromGitter> <otremblay_gitlab> 🤔 It wouldn't make the symbols more available, would it.
<FromGitter> <otremblay_gitlab> Ugh. It's still linking against /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
<FromGitter> <otremblay_gitlab> That would be because I suck. Please hold while I try to git gud.
<FromGitter> <otremblay_gitlab> Woops. Still fails, even with the homebrew libiconv in the ldflags ⏎ ⏎ ```LDFLAGS=-L/usr/local/opt/llvm/lib -L/usr/local/opt/libiconv/lib``` [https://gitter.im/amberframework/amber?at=5e7a874da984b0218c303b1c]
<FromGitter> <otremblay_gitlab> I don't know where I should head with this. I don't think it's an Amber problem anyway. Thanks for the help, I'm gonna go ponder on life, the universe, and everything
<FromGitter> <drujensen> can you provide what commands you are trying to run? `amber new questboard`, `cd questboard`, `amber w`?