ciao<br>
<br>
<font size="2">ho questo errore</font><br>
<pre>bcfilebox.h:293: error: ISO C++ forbids declaration of <br>'BC_NewFolderThread' with<br>  no type<br>bcfilebox.h:293: error: expected ';' before '*' token<br><br>ho trovato su una ml questa soluzione<br>ma non ho capito come usarla
<br><br><br><font style="font-family: courier new,monospace;" size="4">qualcuno mi da una dritta<br><br>grazie<br>gg</font><br><br>This patch seems to clear up the problem:<br><br>Index: guicast/bcbitmap.C<br>===================================================================
<br>RCS file: /var/lib/cvs/external/cinelerra/hvirtual/guicast/bcbitmap.C,v<br>retrieving revision 1.4<br>diff -u -r1.4 bcbitmap.C<br>--- guicast/bcbitmap.C  28 Sep 2005 19:46:33 -0000      1.4<br>+++ guicast/bcbitmap.C  29 Sep 2005 15:28:14 -0000
<br>@@ -1,3 +1,4 @@<br>+#include &quot;bcnewfolder.h&quot;<br>  #include &quot;bcbitmap.h&quot;<br>  #include &quot;bcipc.h&quot;<br>  #include &quot;bcresources.h&quot;</pre>
<br>