I downloaded the CE version with svn and noticed that it doesn't have the branches, tags, and trunk folders anymore. When I run ./configure I get this,
configure: error: Berkeley DB db.h is missing or has incompatible version
How do I get this going?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess you're using the wrong URL. Checkout from
svn://svn.code.sf.net/p/open-cobol/code/trunk
If the configure script still doesn't find db.h you likely have to tell
it via CFLAGS where to find it.
Simon
Am 27.03.2013 23:06, schrieb Luke Smith:
I downloaded the CE version with svn and noticed that it doesn't have the branches, tags, and trunk folders anymore. When I run ./configure I get this,
configure: error: Berkeley DB db.h is missing or has incompatible version
Never mind. My system crashed and I had to do a new install of opensuse. I hadn't installed the Berkeley development library. I thought it was included with OC. I installed it and it's configuring now.
Last edit: Luke Smith 2013-03-28
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the CE version with svn and noticed that it doesn't have the branches, tags, and trunk folders anymore. When I run ./configure I get this,
configure: error: Berkeley DB db.h is missing or has incompatible version
How do I get this going?
Hello Luke,
I guess you're using the wrong URL. Checkout from
svn://svn.code.sf.net/p/open-cobol/code/trunk
If the configure script still doesn't find db.h you likely have to tell
it via CFLAGS where to find it.
Simon
Am 27.03.2013 23:06, schrieb Luke Smith:
Never mind. My system crashed and I had to do a new install of opensuse. I hadn't installed the Berkeley development library. I thought it was included with OC. I installed it and it's configuring now.
Last edit: Luke Smith 2013-03-28