vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, I've been testing Fedora Core 5, which currently doesn't have an up-to-date version of pgadmin3, I've tried building v1.4.1 on FC5, which uses gcc v4.1 and needed to remove superfluous scope qualifiers from a few method names. It's entirely possible you've already fixed this in CVS, I didn't look so I may have wasted my own time, but attached is my patch, works for me as they say ... p.s. I got *lots* of warnings about "dereferencing type-punned pointer will break strict-aliasing rules" from wxWidgets,are these in any way to be expected? Building on x86_64 if that makes a difference. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| Andy Burns wrote: > attached is my patch I didn't make it too clear *what* this patch fixes, gcc4.1 complains about "extra qualification" if you include the class name in the method definition. https://www.redhat.com/archives/fedo.../msg00256.html http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16782 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |