News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sushizang

#16
Windows / Re: Flex errors
June 02, 2009, 05:02:59 AM
I have install msys but can not find it.

So, I have install Cygwin to re-compile flex src.

And I could find it from installed Cygwin directory (c:/cygwin/bin).

In other word, No need re-compile flex.

thanks.

Regards.
#17
Windows / Re: Flex errors
June 01, 2009, 04:45:31 AM
I can not find "flex version 2.5.33 for windows".

But, Just "flex-2.5.4a".

How can I get it??

Regards.
#18
0. src: netxms-0.2.26.tar.gz (None of modified)
1. Install Microsoft Visual Studio 6 Ent.
2. Install Microsoft Visual Studio 6 Service Pack 6
3. Install Microsoft Windows Server 2003 PSDK (PSDK-x86.msi) & Set path (include, lib)
4. Install Microsoft Windows Server 2003 PSDK (CoreSDK-x86.msi) & Set path (include, lib)
5. Download openssl-0.9.8b-vc6.tar.gz
   -> Program Files/Microsoft SDK/include/openssl
   -> Program Files/Microsoft SDK/Lib
6. Download expat-2.0.1.tar.gz
   -> Program Files/Microsoft SDK/include/expat.h
   -> Program Files/Microsoft SDK/include/expat_external.h
7. Download expat-win32bin-2.0.1.exe
   -> Program Files/Microsoft SDK/Lib/libexpatw.lib
8. Download zlib123-dll.zip
   -> Program Files/Microsoft SDK/include/zlib.h
   -> Program Files/Microsoft SDK/include/zconf.h
   -> Program Files/Microsoft SDK/Lib/zlib1.dll (google)
9. copy icon file
   : netxms-0.2.26/src/console/win32/icons/Severity*.ico -> netxms-0.2.26/src/console/nxuilib/res/
10. Download scintilla178.zip
   -> Program Files/Microsoft SDK/include/Scintilla.h
11. Install Microsoft Speech SDK 5.1 (SpeechSDK51.exe) & Set path (include, lib)
12. Build

Bye...