Please svn up and try again
-----Original Message-----
From: ros-dev-bounces(a)reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of
WaxDragon
Sent: 23. april 2005 18:55
To: ReactOS Development List
Subject: Re: [ros-dev] rbuild status - need help finalizing
I still can't build this branch:
[RSYM] output-i386/subsys/system/ibrowser/ibrowser.exe
[DLLTOOL] output-i386/lib/fmifs/fmifs.a
[CC] subsys/system/format/format.c
subsys/system/format/format.c: In function `wmain':
subsys/system/format/format.c:476: warning: int format, different type
arg (arg 2)
subsys/system/format/format.c:477: warning: int format, different type
arg (arg 2)
make: *** [obj-i386/subsys/system/format/format.o] Error 1
Which is "%I64d" on the printf, this works in trunk.
I build under linux with "gcc version 3.4.2 (mingw-special)"
Here are the env vars I've been setting manually in HEAD:
export PATH=$PATH:$HOME/bin/mingw/bin
export HOST=mingw32-linux
export ROS_INSTALL=$HOME/vmware/ReactOS/ros/ReactOS
export INSTALL_DIR=$ROS_INSTALL
export ROS_USE_PCH=yes