[Clam-devel] Last commits: two API changes
Pau Arumi
parumi at iua.upf.edu
Tue Jun 19 02:33:50 PDT 2007
En/na Hernán Ordiales ha escrit:
> On 6/18/07, Pau Arumi <parumi at iua.upf.edu> wrote:
>> En/na Hernán Ordiales ha escrit:> >
>> > (...)
>> >
>> > i don't know what could have happened, any clues?
>>
>> This is strange. Processing::IsRunning() was in Processing.hxx
>> (public) from revision 10238. It seems like CLAM didn't install ok,
>> after the update...
>>
>
> first: how can i do to configure the language of my compiler output to
> post errors better in this list?
You can just change the LANG env var during the execution:
$ LANG=C scons
Also interestng when doing patches
$ LANG=C svn diff > ~/my.patch
As I understand the "C" value means "no internationalization".
> i don't know if i explained well, but (yesterday) i finally managed to
> compile all, but i had to download all the source again (did not reach
> with clean and rebuild) apply my patch with my changes and rebuild
>
> the only issue is i got segmentation fault when i ran prototyper
Thanks for noticing it. I'll check it out here.
> since updates from today, problems again, my procedure is:
>
> svn up
> (i check for conflicts, but there isn't)
> cd CLAM
> scons
> scons install
> cd ../NetworkEditor
> scons
> scons
Yes, this is good (btw, i use scons -j3 to take advantage of my
core duo processor --one process manages the scons tree, the others
compiles.)
> and i get this:
> scons: Reading SConscript files ...
> Loading qt4 tool...
> Loading nsis tool...
> Lodading dmg tool...
> Version: 1.1.1
> Package version: 1.1.1~svn10251
> scons: done reading SConscript files.
> scons: Building targets ...
> == Compiling src/RegisterConfiguratorLaunchers_Spectral.cxx
> src/RegisterConfiguratorLaunchers_Spectral.cxx:32: error:
> 'SpectrumProductConfig' no es un miembro de 'CLAM'
Oops! you're right, SVN is broken:
http://clam.iua.upf.edu/testfarm/index.html
will fix now.
p
More information about the clam-devel
mailing list