hi all

May i know if anybody already use Clamwin binaries to develop an antivirus software? i need some ideas how to built clamwin binaries. All of the instruction given by I'm already followed http://wiki.clamwin.com/index.php/Building_ClamWin.
I got problem to make patch for wxPython.

How to make a patch?

From the instruction given in clamwin website, ::

" if you have cygwin, you can use patch from there

clamwin/patches/wxPython-2424.maskededit.patch
clamwin/patches/wxPython-2424.throbber.patch
clamwin/patches/wxPython-2424.timectrl.patch

to each of the files

Python23\lib\Site-packages\wxPython\lib\maskedctrl.py
Python23\lib\Site-packages\wxPython\lib\throbber.py
Python23\lib\Site-packages\wxPython\lib\timectrl.py

Basically this: patch-p1-i clammwin/patches/wxPython-2424.maskededit.patch
patch-p1-i clamwin/patches/wxPython-2424.throbber.patch
patch-p1-i clamwin/patches/wxPython-2424.timectrl.patch

-delete the files
rm Python23\lib\Site-packages\wxPython\lib\*.pyc"


TQ

What they mean is that you must run these commands

patch-p1-i clammwin/patches/wxPython-2424.maskededit.patch
patch-p1-i clamwin/patches/wxPython-2424.throbber.patch
patch-p1-i clamwin/patches/wxPython-2424.timectrl.patch

in a cygwin terminal. Perhaps you need to put a space before -p1 and before -i.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.