Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » MT
|
Re: MT [message #20476 is a reply to message #20412] |
Fri, 20 March 2009 13:21   |
|
After update windows version with MINGW I cannot compile any project with MT flag. (testcase - reference\SQL_MySql).
It write:
----- MySql ( MT GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (1 / 5)
MySql.cpp
In file included from C:\upp\uppsrc/Core/Core.h:401,
from C:\upp\uppsrc/Sql/Sql.h:4,
from C:\upp\uppsrc\MySql\/MySql.h:6,
from C:\upp\uppsrc\MySql\MySql.cpp:1:
C:\upp\uppsrc/Core/Mt.h:237: error: ISO C++ forbids declaration of 'sCVWaiter_' with no type
C:\upp\uppsrc/Core/Mt.h:237: error: expected ';' before '*' token
MySql: 1 file(s) built in (0:03.15), 3157 msecs / file, duration = 4302 msecs
There were errors. (0:04.37)
when I click on error string, I see :
class ConditionVariable {
Mutex mutex;
friend struct sCVWaiter_;
sCVWaiter_ *head, *tail;
^^^^^^^^^^^^^^^^^^^^^^^^ this line call error.
public:
void Wait(Mutex& m);
void Signal();
void Broadcast();
ConditionVariable();
~ConditionVariable();
};
Can you help me to resolve this error.
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
[Updated on: Fri, 20 March 2009 13:26] Report message to a moderator
|
|
|
|
Re: MT [message #20479 is a reply to message #20477] |
Fri, 20 March 2009 14:43   |
|
Yet it was excellent. At the SVN version 745 all compiled fine
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
|
|
|
|
Re: MT [message #20481 is a reply to message #20479] |
Fri, 20 March 2009 14:47   |
|
It's a pity. I have found a version of the Windows version to run under WINE, and all seem to be working well.
Do I have to install a monster MSC?
Maybe there is some alternative solution?
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
|
|
|
|
|
|
|
|
Re: MT [message #20489 is a reply to message #20487] |
Fri, 20 March 2009 15:04  |
|
Patch is WORK!!!
Thanks!!!
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
|
|
|
Goto Forum:
Current Time: Tue Apr 29 00:25:47 CEST 2025
Total time taken to generate the page: 0.01162 seconds
|