bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] Building ccscript-2.5.6 with g++ 3.3


From: Dedov Anton
Subject: [Bayonne-devel] Building ccscript-2.5.6 with g++ 3.3
Date: Thu, 5 Aug 2004 12:10:13 +0800

Hello,

G++ 3.3 rejects to compile src/script.cpp file. So I am posting diff to
solve this minor issue.


1212c1212
<               scrname = dir.getName();
---
>               scrname = const_cast<char*>(dir.getName());


Anton Dedov




reply via email to

[Prev in Thread] Current Thread [Next in Thread]