Karl Krach wrote:
Hello,
I'm looking for the Icecream mailing list. I found many references to http://en.opensuse.org/Icecream - but it looks like as if this page is discontinued.
My problem: I'm using Icecream with a toolchain generated by Buildroot. It's a GCC 4.4 which supports the --sysroot flag. When compiling with makefiles generated by qmake, Icecream builds always local because it detects "-isysroot /path/to/toolchain" as second source file:
found another non option on command line. Two input files?
This patch would solve this problem:
--- icecc-0.9.4/client/arg.cpp 2009-04-30 14:35:23.000000000 +0200 +++ icecc-0.9.4-patched/client/arg.cpp 2010-07-26 08:42:23.000000000 +0200 @@ -249,7 +249,8 @@ || str_equal("-iwithprefix", a) || str_equal("-isystem", a) || str_equal("-iwithprefixbefore", a) - || str_equal("-idirafter", a) ) { + || str_equal("-idirafter", a) + || str_equal("-isysroot", a) ) { args.append(a, Arg_Local); /* skip next word, being option argument */ if (argv[i+1]) {
How can I submit it?
Best regards,
Charly
unfortunately the wiki is in a state of flux (aka: upgrade) the old page is here: http://old-en.opensuse.org/Icecream i have no idea how to find it on the upgraded wiki <http://wiki.opensuse.org/> because while *everything* was moved and *every* existing link broken the search function remains hopelessly broken...a search on icecream returns three hits, none of which is the old page, linked above.. well, you asked for the ML list, i was successful in finding them on the 'upgraded' wiki: http://wiki.opensuse.org/openSUSE:Communication_channels#Mailing_lists but i find none named "icecream" on the complete list <http://lists.opensuse.org/> and, if you take the extra minute or so to *manually click* every box in the "Advanced Search" dialog, you get 11 hits, and none of them seem useful either....but, you might find a nugget i overlooked....good luck. DenverD -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-project+help@opensuse.org