On Fri, Sep 24, 2010 at 01:48:19PM +0200, Fredrik Thulin wrote:
}  So it seems for me, I get all the versions in the .rel file as it is
}  already? What am I missing?

Fredrik,

I don't know.  I don't think we're looking at the same files.
I cloned your repository.  My commit fixes what looks to me 
to be bad sed syntax and adds more replacements.

With yours I get:

   sed -e 's!%VERSION%!1.0-current!' \
                        @ERLANG_LIB_VER_SUBST@ < 
../../yxa-src/src/start_ssl.rel-in > ../ebin/start_ssl.rel
   sed: @ERLANG_LIB_VER_SUBST@: No such file or directory

My commit:

   http://github.com/vances/yxa/commit/8da65fe64d3b98464ec0c78cad77c8956d3824ea

Removes "$(ERLANG_LIB_VER_SUBST)" which seems to be out of place.

Also it adds the version number replacement for the required libraries.

}  PS. To be super-clear, this is using commit
}  d145bfe2e3c98b972d860633df5640657826a842

That commit is described as:

   "get_socket: Don't case_clause crash when gen_server call times out.
    Reported by Krister Jarl."

-- 
        -Vance
_______________________________________________
Yxa-devel mailing list
Yxa-devel@lists.su.se
https://lists.su.se/mailman/listinfo/yxa-devel

Reply via email to