-
Notifications
You must be signed in to change notification settings - Fork 68
Installation on FreeBSD 9.0 #29
Comments
Hi, that was fixed in master branch:
But don't use master branch please, it's unstable for now. Let me to release OverSIP 1.3.3 today or tomorrow with this change applied. |
Oh, i haven't seen that issue (#23) |
Fixed in 834462a and included in version 1.3.3. |
OverSIP 1.3.3 has been released fixing this bug: http://oversip.net/news/2012-11-15/ Thanks a lot. |
Thank you with you fast release of new version but installing 1.3.3 on FreeBSD now it gives another error: this is full log: make Stop in /usr/local/lib/ruby/gems/1.9.1/gems/oversip-1.3.3/ext/utils. hope it helps you ;D |
Interesting, so I must add something for BSD systems in order to find AF_INET and AF_INET6 defines... Let me take a look to it. Thanks for the report. |
Can you use branch "v1.3.x" and test if it compiles (by running |
seems like missing headers (edit: more like an error in stud Makefile) [...] Provided configuration options: and thirdparty/stud/mkmf.log paste: "tar -zxf stud.tar.gz" |
I can provide you a shell on a testing server with FreeBSD 9.0 if you want. |
Honestly I have no idea about FreeBSD, but I could try. So the problem seems more related to stud's Makefile, right? PS: I will ask you for the shell, thanks a lot. |
I'm testing FreeBSD too :D |
There is a related commit in stud, "Fixes for FreeBSD 9 build": bumptech/stud@e42f311 However such a commit is already present in the stud tar.gz provided by OverSIP so... |
Bug reported in Stud: bumptech/stud#127 |
:D |
Had the same - that problem gets fixed by switching stud compiler to gmake. |
@gvoider would that also work in Linux? Or maybe I should call |
@gvoider could you please run the following command in FreeBSD and paste the result?
|
sure
|
Thanks, may be you could try the same in other BSD host (i.e. some OpenBSD and others)? Or maybe we could assume that |
Sorry, I don't have access to other BSD hosts, only FreeBSD... I think sor, /bsd/ . |
trying to install it i get:
gem install oversip
Building native extensions. This could take a while...
ERROR: Error installing oversip:
ERROR: Failed to build gem native extension.
creating Makefile
make
compiling stun_ruby.c
stun_ruby.c: In function 'Stun_parse_request':
stun_ruby.c:58: warning: ISO C90 forbids mixed declarations and code
stun_ruby.c:117:22: error: invalid suffix "b00000001" on integer constant
*** Error code 1
hope it helps you
The text was updated successfully, but these errors were encountered: