Hi, I am running clean on the trunk and I am getting this error.
[CC] pnp_c.c pnp_c.c: In function `PNP_GetVersion': pnp_c.c:72: error: syntax error before '%' token pnp_c.c:83: warning: use of cast expressions as lvalues is deprecated make: *** [pnp_c.o] Error 1
My gcc is a cross-compiler 3.3.4
My pnp_c.c has the following at line 72
NdrGetBuffer( (PMIDL_STUB_MESSAGE)&_StubMsg, _StubMsg.BufferLength, %_Handle);
Thanks Steven
__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Well, 14234 built for me, then I updated to 14245, so I am eyeing 14238 as the killer.
Here is the end of my build log:
secur32: [RSYM] secur32.dll [DEPENDS] .rpc.d [DEPENDS] .stubs.d [DEPENDS] .setupcab.d [DEPENDS] .queue.d [DEPENDS] .parser.d [DEPENDS] .misc.d [DEPENDS] .install.d [DEPENDS] .diskspace.d [DEPENDS] .dirid.d [DEPENDS] .devinst.d [DEPENDS] .cfgmgr.d cfgmgr.c:36:17: pnp.h: No such file or directory [DEPENDS] .pnp_c.d [RC] setupapi.rc [CC] pnp_c.c pnp_c.c: In function `PNP_GetVersion': pnp_c.c:72: error: syntax error before '%' token pnp_c.c:83: warning: use of cast expressions as lvalues is deprecated make[1]: *** [pnp_c.o] Error 1 make: *** [setupapi] Error 2
On Sun, 20 Mar 2005 20:53:41 -0800 (PST), Steven Edwards steven_ed4153@yahoo.com wrote:
Hi, I am running clean on the trunk and I am getting this error.
Andrew
WaxDragon wrote:
Well, 14234 built for me, then I updated to 14245, so I am eyeing 14238 as the killer.
Here is the end of my build log:
secur32: [RSYM] secur32.dll [DEPENDS] .rpc.d [DEPENDS] .stubs.d [DEPENDS] .setupcab.d [DEPENDS] .queue.d [DEPENDS] .parser.d [DEPENDS] .misc.d [DEPENDS] .install.d [DEPENDS] .diskspace.d [DEPENDS] .dirid.d [DEPENDS] .devinst.d [DEPENDS] .cfgmgr.d cfgmgr.c:36:17: pnp.h: No such file or directory [DEPENDS] .pnp_c.d [RC] setupapi.rc [CC] pnp_c.c pnp_c.c: In function `PNP_GetVersion': pnp_c.c:72: error: syntax error before '%' token pnp_c.c:83: warning: use of cast expressions as lvalues is deprecated make[1]: *** [pnp_c.o] Error 1 make: *** [setupapi] Error 2
On Sun, 20 Mar 2005 20:53:41 -0800 (PST), Steven Edwards steven_ed4153@yahoo.com wrote:
Hi, I am running clean on the trunk and I am getting this error.
Andrew
"make clean" solved the problem here
ea schrieb:
WaxDragon wrote:
[CC] pnp_c.c pnp_c.c: In function `PNP_GetVersion': pnp_c.c:72: error: syntax error before '%' token pnp_c.c:83: warning: use of cast expressions as lvalues is deprecated make[1]: *** [pnp_c.o] Error 1 make: *** [setupapi] Error 2
On Sun, 20 Mar 2005 20:53:41 -0800 (PST), Steven Edwards steven_ed4153@yahoo.com wrote:
Hi, I am running clean on the trunk and I am getting this error.
"make clean" solved the problem here
I did a "make clean" && "make" but it didn't solve the problem (same error).
Regards, Mark
Hi I just compile the head it work fine for me, it was complete new svn tree I try it out. Which gcc versin are you using (gcc --version) tested with gcc 3.4.2
----- Original Message ----- From: "Mark Junker" mjscod@gmx.de To: ea@reactos.com; "ReactOS Development List" ros-dev@reactos.com Sent: Monday, March 21, 2005 9:27 AM Subject: Re: [ros-dev] Build failure in setupapi
ea schrieb:
WaxDragon wrote:
[CC] pnp_c.c pnp_c.c: In function `PNP_GetVersion': pnp_c.c:72: error: syntax error before '%' token pnp_c.c:83: warning: use of cast expressions as lvalues is deprecated make[1]: *** [pnp_c.o] Error 1 make: *** [setupapi] Error 2
On Sun, 20 Mar 2005 20:53:41 -0800 (PST), Steven Edwards steven_ed4153@yahoo.com wrote:
Hi, I am running clean on the trunk and I am getting this error.
"make clean" solved the problem here
I did a "make clean" && "make" but it didn't solve the problem (same
error).
Regards, Mark
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
Steven Edwards wrote:
Hi, I am running clean on the trunk and I am getting this error.
[CC] pnp_c.c pnp_c.c: In function `PNP_GetVersion': pnp_c.c:72: error: syntax error before '%' token pnp_c.c:83: warning: use of cast expressions as lvalues is deprecated make: *** [pnp_c.o] Error 1
Should be fixed now...(revision 14250)
- Filip