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.


Messages - devilshawk

Pages: [1]
1
Development Deliberation /
« on: November 29, 2004, 04:13:17 pm »
Arghl!!! Defines?? we are in 2004 not the 80s!

Beside the symbols are used in another function as well!
I\'d propose using the correct syntax might help!
something like
TheClassThatDefinesTheSymbols::SYMBOL!

Greez DevH



src/npcclient/networkmgr.cpp LINE 271:
while (cmd != psNPCCommandsMessage::CMD_TERMINATOR)
      {
        switch(cmd)
        {
            case psNPCCommandsMessage::PCPT_TALK:
            {

2
Development Deliberation / NpcClient compiling prob!
« on: November 29, 2004, 12:11:28 pm »
System: Fedora Core 3
Compiler: gcc 3.4.2
CS compiled optimized
cel compiled optimized
planeshift trying to compile debug
(latest CVS)


[dev@dhcppc1 planeshift]$ jam psnpcclient
src/tools/partview/Jamfile: No such file or directory
...found 491 target(s)...
...updating 2 target(s)...
C++ ./out/linuxx86/debug/src/npcclient/networkmgr.o
src/npcclient/networkmgr.cpp: In member function `void NetworkManager::HandlePerceptions(MsgEntry*)\':
src/npcclient/networkmgr.cpp:275: error: `list\' cannot appear in a constant-expression
src/npcclient/networkmgr.cpp:275: error: `.\' cannot appear in a constant-expression
src/npcclient/networkmgr.cpp:291: error: `list\' cannot appear in a constant-expression
src/npcclient/networkmgr.cpp:291: error: `.\' cannot appear in a constant-expression
src/npcclient/networkmgr.cpp:317: error: `list\' cannot appear in a constant-expression
src/npcclient/networkmgr.cpp:317: error: `.\' cannot appear in a constant-expression
src/npcclient/networkmgr.cpp:343: error: `list\' cannot appear in a constant-expression
src/npcclient/networkmgr.cpp:343: error: `.\' cannot appear in a constant-expression

    g++ -c -o ./out/linuxx86/debug/src/npcclient/networkmgr.o     -DCS_DEBUG -g3 -I/home/dev/my_planeshift/CS/include      -I/home/dev/my_planeshift/cel/include -fexceptions  -I. -I./include -I./src/common -I./src/client -I./src/server src/npcclient/networkmgr.cpp

...failed C++ ./out/linuxx86/debug/src/npcclient/networkmgr.o ...
...skipped psnpcclient for lack of networkmgr.o...
...failed updating 1 target(s)...
...skipped 1 target(s)...

Any help appreciated!
thx DevH

Pages: [1]