Hi. I found out on IRC #OpenBSD (EFnet) from aleph, that stdint.h is roughly equivalent to types.h (BSD version of GNU's stdint.h) on the OpenBSD system or BSD Unix distributions. So I just created a symlink.
# ln -s /usr/include/machine/types.h /usr/include/stdint.h This just a FYI for those trying to get Midgard to work on BSD distributions. > Turns out I needed gmake so I installed that and went gmake > in place of make as shown below. I'm now getting a different > error, anyone know of to resolve this? > > $ gmake > preparse.c:24: stdint.h: No such file or directory > gmake[1]: *** [preparse.lo] Error 1 > gmake[1]: Leaving directory > `/usr/files/storage/Incoming/midgard/midgard-lib-1.5.0/src' > gmake: *** [all-recursive] Error 1 > $ > > Thank You. > > > > Hi. I'm trying to install Midgard from source. I'm following > > the installation instructions found in the manual. I verified > > all decencies and that I had the proper versions. I started > > to install the midgard-lib-1.5.0. As soon as I got to make it > > failed. BTW, I'm putting this on a OpenBSD 3.2 i386 machine > > with Apache v1.3.27, PHP 4.3.3, MySQL v11.16 Distrib 3.23.49 > > and Expat v1.95.4. Here's what I did. > > > > > > $ ./configure -with-mysql=/usr/local/lib/mysql > > -with-expat=/usr/local/lib > > $ make > > Making all in midgard > > Making all in src > > Bad modifier: ) > > > > Unclosed variable specification > > "Makefile", line 278: Need an operator > > Fatal errors encountered -- cannot continue > > *** Error code 1 > > > > Stop in /usr/files/storage/Incoming/midgard/midgard-lib-1.5.0 > > (line 192 of Makefile). > > $ > > > > Does anyone have an ideas on how to resolve this? My > > understanding is things have to be installed in order well > > this is the first one and so far no lucking on getting it to > > work. I would really like to try out Midgard but this is not > > looking good so far. > > > > Any help would be greatly appreciated, thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
