|
From: Joel B. <jb...@la...> - 2004-01-27 19:19:22
|
Here is the patch of the changes that I had to make in order to compile this under gcc 3.3.2. I also found that I had to compile things in a specific order. ./configure --prefix=/usr cd tools/omniidl/ make cd ../../include make cd ../src make cd .. make make install I also had to put the output of python-config into src/python/Makefile in order for it to compile. I haven't submitted a patch for that because I am not quite familiar with the whole Autoconf Automake process. But once I figure it out I'll submit one. Or if anyone knows how to get that in there automagically then have at it :). Essentially before I added it, my Makefile was missing -L/usr/lib/python/config which caused the compiler to say that -lpython2.2 was invalid. Hope this helps. -- Joel Brauer La Sierra University Programmer/Analyst 909-785-2308 -- this email is certified virus free! How? Because it didn't -- come from any Micro$oft based platform or product. PGP Key: 0x211149BA, available from http://pgp.mit.edu/ |