Tagged Questions
1
vote
4answers
76 views
Avoiding conflicting declaration errors in typedef c++
Is there a way I can make g++ ignore or work around conflicting typedefs?
Background:
I'm writing some c++ code for the gridlab_d simulator. My model needs to connect to a c++ database, so I'm using ...
0
votes
4answers
301 views
MySQL++ library doesn't work after upgrading GCC
I was using mysql++ library and compiling with GCC 3.3.4.
That GCC version had some bugs so I upgraded to GCC 3.4.6.
After upgrading GCC I rebuilt mysql++ and recompiled my program. But now I get a ...