Originally posted by: FelixDeKat
Just stick with whole hawg UNIX.
Want to explain what that document has to do with this?
Originally posted by: FelixDeKat
Just stick with whole hawg UNIX.
Originally posted by: n0cmonkey
I haven't. But I can definitely tell that this project is very linux oriented.
Originally posted by: BingBongWongFooey
Originally posted by: n0cmonkey
I haven't. But I can definitely tell that this project is very linux oriented.
-1 Troll![]()
There are a few issues with assuming gnu sed and grep and stuff like that (which pisses me off a lot - they were all done by one person, who apparently ignores non-gnu utils for the most part), but people seem to be getting by alright on bsd with no big complaints.
I think the rest of your issues are due to kahakai being bleeding edge, and bsds tend not to be![]()
Originally posted by: n0cmonkey
Originally posted by: FelixDeKat
Just stick with whole hawg UNIX.
Want to explain what that document has to do with this?
Originally posted by: FelixDeKat
Originally posted by: n0cmonkey
Originally posted by: FelixDeKat
Just stick with whole hawg UNIX.
Want to explain what that document has to do with this?
Well you stated that " Getting it to work under OpenBSD is a PITA. And probably not worth the trouble, since I don't know python. "
Therefore I stated the above. Next ?
Originally posted by: n0cmonkey
Originally posted by: BingBongWongFooey
Originally posted by: n0cmonkey
I haven't. But I can definitely tell that this project is very linux oriented.
-1 Troll![]()
Bull. As illustrated by the second part of your post.
But that's really the only thing. You could say that the build system is a little linux-oriented, but even that's stretching it, since 99% of it isn't. Those few things do need to be cleared up, though (I actually just fixed one, need to figure out what the deal is with another).There are a few issues with assuming gnu sed and grep and stuff like that (which pisses me off a lot - they were all done by one person, who apparently ignores non-gnu utils for the most part), but people seem to be getting by alright on bsd with no big complaints.
Assuming gnu tools sounds pretty linux oriented to me. I've had trouble getting this thing installed at EVERY step so far. Maybe it's for programmers only though.
I think the rest of your issues are due to kahakai being bleeding edge, and bsds tend not to be![]()
If you say so. Some of the new features in some of the BSDs seem pretty "bleeding edge" to me.
Originally posted by: BingBongWongFooey
Originally posted by: n0cmonkey
Originally posted by: BingBongWongFooey
Originally posted by: n0cmonkey
I haven't. But I can definitely tell that this project is very linux oriented.
-1 Troll![]()
Bull. As illustrated by the second part of your post.
Lighten up.I think I just have a very negative impression of "linux oriented". I prefer to avoid it.
But that's really the only thing. You could say that the build system is a little linux-oriented, but even that's stretching it, since 99% of it isn't. Those few things do need to be cleared up, though (I actually just fixed one, need to figure out what the deal is with another).There are a few issues with assuming gnu sed and grep and stuff like that (which pisses me off a lot - they were all done by one person, who apparently ignores non-gnu utils for the most part), but people seem to be getting by alright on bsd with no big complaints.
Assuming gnu tools sounds pretty linux oriented to me. I've had trouble getting this thing installed at EVERY step so far. Maybe it's for programmers only though.
Originally posted by: n0cmonkey
Well something is wrong here since the ./configure told me to run make and make tells me that:
./src/wrapper.i:48: Unable to find 'list'
../src/wrapper.i:49: Unable to find 'map'
../src/wrapper.i:50: Unable to find 'set'
Originally posted by: BingBongWongFooey
Originally posted by: n0cmonkey
Well something is wrong here since the ./configure told me to run make and make tells me that:
./src/wrapper.i:48: Unable to find 'list'
../src/wrapper.i:49: Unable to find 'map'
../src/wrapper.i:50: Unable to find 'set'
What version of swig? I can't imagine your c++ compiler really doesn't have those..
That causes the build to die? Lots of warnings in the swig generated files is normal.