CheckFunWithKdefakeImpl not working?

Ralf Habacker ralf.habacker at freenet.de
Tue Nov 8 22:29:14 CET 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Benjamin Reed schrieb:

> tnagyemail-mail at yahoo.fr wrote:
>
>> rm -rf .sconf_temp cache build && look in .sconf_temp for the
>> results.
>>
>> I will have a look tonight.
>
>
> ugh, ok, I apparently completely missed the entirely obvious
> config.log -- assuming it was a leftover from autoconf, not scons.
> :P
>
> It looks like the problem is passing extralibs= on the command-line
> is not adding a "-L" to the paths added. In perl I would use
> map() but I'm not sure how to do it in python, so I did a loop. I
> would appreciate enlightment on the proper way to do this in
> python:
>
> # User-specified library search paths env['EXTRALIBS'] =
> env['ARGS'].get('extralibs', None) if env['EXTRALIBS']: extralibs =
> [] for lib in env['EXTRALIBS'].split(':'): extralibs = extralibs +
> [ '-L' + lib ] env['EXTRALIBS'] = extralibs env.pprint('CYAN','**
> extra library search paths for the project set
> to:',env['EXTRALIBS'])
>
I don't know if a related issue affects also mac. On windows there is
a problem that the config checks requires some additional include/lib
path, which will be added (too late) in win32/detect_generic.py. It
seems that a little refactoring will be required. Does anyone has a
hint how to do ?

Regards Ralf

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFDcRiqGkrI36lV8gURAjUcAKCTGGuR5gfSurouMeuI/T68ubNlRQCfc0gs
T3RDmPB7svt9yphexiMH7po=
=yOHx
-----END PGP SIGNATURE-----



More information about the Kde-buildsystem mailing list