Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 981)

Ticket Resolution Summary Owner Reporter
#87 fixed Add Search Field to every Forum Page Rytis KSMarksPsych
Description

Posted by: Date: 7:50 PM 11-26-2005 Add a search field to every forum page, so people are more encouraged to search for stuff.

Posted by: Date: 8:41 AM 03-25-2006 This feature is partly implemented in the upcomming forum upgrade. Only pages that are part of the helpdesk will have the search feature.

#88 fixed cannot build boinc where cflags contain a flag with -l in the middle repr KSMarksPsych
Description

Posted by: Date: 1:13 AM 07-08-2006 Currently you cannot build boinc where you have default cflags specified with a -l in the middle of the flag.

-funroll-loops is one such flag. GCC supports numeros others. This occured on Gentoo with version 5.2.14, but I've confirm that the same problem exists in the cvs version of boinc.

Issue is that when performing the "checking for curl_free" test LDFLAGS are modified. CFLAGS are pulled in as part of of what is returned by running /usr/bin/curl-config --libs

the result is currently passed through

sed 's/-l[^ ]*//g'

which results in -funroll-loops being converted to -funroll

result is that all the tests afterwards that use the LDFLAGS to perform a test compile to fail. This results in wrong includes/libraries being setup by the configure script and ultimately when you run make causes fatal errors to occur.

I've attached a patch to fix the configure.ac script and thus the test in configure. Further details can be found by viewing the bug I've logged on the gentoo website, http://bugs.gentoo.org/show_bug.cgi?id=139621

#91 fixed Wish: preview function for forum posting Rytis AndyK
Description

Please implement a preview function/button in the forum code (like it is done here in the Wiki)

It would help to reduce a lot of edits.

Note: See TracQuery for help on using queries.