Menu

#31 invalid conversion from ‘const char*’ to ‘char*’

open
nobody
None
5
2017-12-10
2012-09-17
Anonymous
No

Config.cpp caused this error after I ran: "sudo make install"
Found an easy fix was to delete the line causing it (428) and change line 426 to:
const char* ptr = (strrchr(argv0,'/'));

Discussion


Log in to post a comment.