Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 981)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Owner Reporter Resolution Summary
#725 davea Christian Beer fixed --test_app switch for make_project is broken
Description

When creating a new project with the --test_app switch the script tries to copy the file '../samples/example_app/uc2' which is not present at this moment. This could be solved in two ways:

  1. Test if this file exists before actually creating the project and show a message to the user that he should compile the samples first and then retry project creation.

or

  1. Incorporate the samples directory in the make process so that the samples are build when the whole BOINC source is build. Create the link to libstdc++.a before this.
#774 romw narcelio fixed Compilation error: conversion from 'const char [53]' to 'const wxString' is ambiguous
Description

Error while compiling:

clientgui $ make

g++ -DHAVE_CONFIG_H -I. -I..  -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__    -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -fpermissive -fno-rtti -fno-exceptions  -O2 -pipe -s -mtune=core2 -I/usr/include -I/usr/include/openssl -pthread -c -o boinc_gui-WelcomePage.o `test -f 'WelcomePage.cpp' || echo './'`WelcomePage.cpp
In file included from WelcomePage.cpp:43:
hyperlink.h:15: warning: #pragma implementation for 'hyperlink.h' appears after file is included
WelcomePage.cpp: In member function 'void CWelcomePage::CreateControls()':
WelcomePage.cpp:224: error: conversion from 'const char [53]' to 'const wxString' is ambiguous
/usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
WelcomePage.cpp: In member function 'void CWelcomePage::OpenWCG(wxCommandEvent&)':
WelcomePage.cpp:528: error: conversion from 'const char [55]' to 'wxString' is ambiguous
/usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
make: *** [boinc_gui-WelcomePage.o] Error 1
#814 romw ohiomike fixed BoincMgr does shutdown on exit
Description

When you close the Boinc Manager in V6.5 (installed as service on Windows XP, X64), the GUI closes, but task remains remains running, using 25% of the CPU.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.