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

Topics - worud

#1
Windows / compile nxlexer files
January 20, 2010, 10:58:57 AM
Hi. Victor.
It a long way to go. But almost come to the destination. I have four modules to compile to complete all. :)
When I try to compile nxlexer files, it shows following errors.
Can you guess what's problem?


Linking...
  Creating library Release/libnetxms.lib and object Release/libnetxms.exp
Copy files
       1 file(s) copied.
       1 file(s) copied.
--------------------Configuration: nxlexer - Win32 Release--------------------
Compiling...
config.cpp
nxlexer.cpp
C:\Source\netxms-0.2.31\src\console\nxlexer\nxlexer.cpp(105) : error C2065: 'PropSet' : undeclared identifier
C:\Source\netxms-0.2.31\src\console\nxlexer\nxlexer.cpp(105) : error C2146: syntax error : missing ';' before identifier 'ps'
C:\Source\netxms-0.2.31\src\console\nxlexer\nxlexer.cpp(105) : error C2065: 'ps' : undeclared identifier
C:\Source\netxms-0.2.31\src\console\nxlexer\nxlexer.cpp(106) : error C2228: left of '.SetMultiple' must have class/struct/union type
nxsl.cpp
poll.cpp
Error executing cl.exe.

nxlexer.dll - 4 error(s), 0 warning(s)


Regards,

Joseph.

ps. What version of DDK do you using to compile 'ups' files? I downloaded latest 'wdk' but the result of compile is not successful. My version is WinDDK 7600.16385.0.

#2
Windows / compile libnxsl files
January 18, 2010, 04:48:45 AM
Hi Victor,
I'm here again. There art further progress in compiling sources.
But I have another obstacle to overcome.
When I try to compile libnsxl, I've got errors like follows. I installed bison V2.4.1.
Can you guess what are problems?

--------------------Configuration: libnxsl - Win32 Release--------------------
Compiling .\parser.y
m4: cannot open `Files\GnuWin32/share/bison': No such file or directory
m4: cannot open `C:\Program': No such file or directory
m4: cannot open `Files\GnuWin32/share/bison/m4sugar/m4sugar.m4': No such file or directory

Regards,

Joseph
#3
Windows / error C2065: 'SOCKET' : undeclared identifier
January 06, 2010, 09:20:35 AM
Hi,

I am just in the stage of beginning compile 0.2.31 with VC++ 6 EE.

I tried to compile libnetxms but I come across a message like to title of this topic.

Could you let me know what is happenning?

--------------------Configuration: libnetxms - Win32 Debug--------------------
Compiling...
agent.cpp
c:\program files\microsoft visual studio\vc98\include\mswsock.h(69) : error C2065: 'SOCKET' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\mswsock.h(69) : error C2146: syntax error : missing ')' before identifier 's'


Regards,

Joseph