You are not logged in.
Pages: 1
I get this error when trying to compile Code::Blocks SVN from AUR:
configmanager.cpp: In function 'wxString<unnamed>::DetermineExecutablePath()':
configmanager.cpp:71: error: expected initializer before ')' token
configmanager.cpp:72: error: 'c' was not declared in this scope
configmanager.cpp:75: error: conversion from 'char*' to 'const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:643: note: candidates are: wxString::wxString(wxChar, size_t) <near>
/usr/include/wx-2.6/wx/string.h:633: note: wxString::wxString(int) <near>
make[4]: *** [configmanager.lo] Error 1
make[4]: Leaving directory `/home/rafael/codeblocks-svn/src/trunk-build/src/sdk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/rafael/codeblocks-svn/src/trunk-build/src/sdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/rafael/codeblocks-svn/src/trunk-build/src/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rafael/codeblocks-svn/src/trunk-build/src'
make: *** [all-recursive] Error 1
==> ERROR: Build Failed. Aborting...
Any tips? This is driving me nuts...
Offline
I'm afraid I don't know what your problem might be, but you might be interested to know that the build works here. Have you got an up-to-date system?
larch: http://larch.berlios.de
Offline
I'm afraid I don't know what your problem might be, but you might be interested to know that the build works here. Have you got an up-to-date system?
Yes. I installed an upgraded this system about 3 days ago, so I know it's 100% up-to-date, and I have retried the makepkg numerous times, even deleting the src dir to no avail.
Offline
Pages: 1