Re: [ooc-compiler] How to use H2O?
Brought to you by:
mva
|
From: Stewart G. <sgr...@ii...> - 2009-09-30 04:39:07
|
Hi Frank, H2O shares some modules with the OOC compiler. These include the configuration modules, which are not part of the source distribution, but are generated automatically during configuration. Try doing the normal configuration process "./configure ..." before you run "oo2c -M TestH2O". That should generate the required files for you. Cheers, Stewart Frank Hrebabetzky wrote: > On Mon, 28 Sep 2009 22:33:02 +0800 > Stewart Greenhill <sgr...@us...> wrote: > > Hi, > > Thanks for your hints, but I am still trying the first step. Berhards > instructions tell how to install the whole package, but I don't want to > overwrite my working one. So I downloaded and extracted the > tarball oo2c_32.2.1.11.tar.bz2, then I > - mkdir temp > - cp oo2c_32.2.1.11/src temp > - cd temp > - oo2c -M TestH2O > This resulted in a bunch of warnings about unused objects and > terminated with the line: > > src/OOC/Config.Mod:6:54: Cannot locate module `OOC:Config:Autoconf' > > Regards, |