After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344792 - cvs build error -- missing left curly brace after catch in examples/client/main.cc
cvs build error -- missing left curly brace after catch in examples/client/ma...
Status: RESOLVED FIXED
Product: gconfmm
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2006-06-13 17:45 UTC by Elijah Newren
Modified: 2011-01-16 23:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elijah Newren 2006-06-13 17:45:17 UTC
main.cc: In function `int main(int, char**)':
main.cc:41: error: expected `{' before "std"
main.cc:41: error: `ex' was not declared in this scope
main.cc: At global scope:
main.cc:45: error: expected unqualified-id before "return"
main.cc:46: error: expected declaration before '}' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/export/home/b/newrenTemp/gnome/gnomemm/gconfmm/examples/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/b/newrenTemp/gnome/gnomemm/gconfmm/examples'
make: *** [all-recursive] Error 1
Comment 1 Jonathon Jongsma 2006-06-14 02:25:50 UTC
I've committed this one as well.  Thanks for catching that.