Closed jpcaruana closed 12 years ago
Hi,
I tried to compile fipes, but the rebar config is wrong : cowboy_static does not exist. See
$ make ==> cowboy (get-deps) ==> rel (get-deps) ==> fipes (get-deps) ==> fipes (get-deps) Pulling cowboy_static from {git,"git://github.com/rgauthier/cowboy_static.git", "tmp/fipes"} fatal: remote error: Could not find repository rgauthier/cowboy_static Cloning into cowboy_static... ERROR: git clone -n git://github.com/rgauthier/cowboy_static.git cowboy_static failed with error: 128 make: *** [compile] Error 1
Thanks
Yeah, It was a stupid mistake, I recently changed my github username.
By the way, thank you for testing Fipes :)
ah ok ! sorry I haven't searched deeper...
Hi,
I tried to compile fipes, but the rebar config is wrong : cowboy_static does not exist. See
Thanks