Hi<br><br>Ok, now the file has changed, but this increased the problem, rather than solving it. There are some files in lib/ which seem to depend on old tags like KDEVPLATFORM_EXPORT. After making a simple:<br><br>grep -rnli KDEVPLATFORM_EXPORT $(find . -name '*.h')
<br><br>in the lib subdirectory, I found 14 files, which need to be changed in order to use your changes. But I guess the error increased now, because this special macro is also missing on a Win32 environment, so for now kdevelop can not be compiled on either platform.
<br><br>regards, Roland<br><br><br><div><span class="gmail_quote">2007/4/14, Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 14.04.07 15:01:05, Roland Knall wrote:<br>> Hi<br>><br>> I was trying to make a build for Kdevelop fresh from the anonsvn sources.<br>> After checking out revision 653687 (the actual one) the whole iplugin<br>
> structure could not be compiled. After reverting to 653686 compilation was<br>> successful.<br>><br>> The reason behind that lies in lib/kdevexport.h I think. The new macros<br>> defined in 653687 for Win32 compilation are not defined yet for the unix
<br>> part.<br><br>Ooops :) Should be fixed now.<br><br>Andreas<br><br>--<br>Fine day for friends.<br>So-so day for you.<br><br>_______________________________________________<br>KDevelop-devel mailing list<br><a href="mailto:KDevelop-devel@kdevelop.org">
KDevelop-devel@kdevelop.org</a><br><a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br></blockquote></div><br>