Can't reproduce. Pls do a clean build with a clean source tree.

Brgds,
Viktor

On 2009.08.21., at 2:36, Fernando Athayde wrote:

i redo my bat, now happens this error

my bat:
set INCLUDE=E:\Microsoft Visual Studio 9.0\VC\ce\include; %ProgramFiles%\Windows Mobile 5.0 SDK R2\PocketPC\Include\Armv4i set LIB=E:\Microsoft Visual Studio 9.0\VC\ce\lib\armv4i;%ProgramFiles %\Windows Mobile 5.0 SDK R2\PocketPC\Lib\Armv4i set PATH=E:\Microsoft Visual Studio 9.0\VC\ce\bin\x86_arm;E: \Microsoft Visual Studio 9.0\Common7\IDE;%PATH%


set MSCV=e:\Microsoft Visual Studio 9.0\VC
set HB_BIN_COMPILE=E:\harbour_cvs\bin\win\msvc
set HB_BUILD_DLL=yes
SET HB_ARCHITECTURE = wce
set HB_COMPILER=msvcarm
set HB_INSTALL_PREFIX=e:\harbour_vcce

SET HB_INC_MYSQL=C:\mysql\include

SET HB_PATH=e:\harbour_vcce

error:

cl.exe -nologo -D_WIN32_WCE=0x501 -DCE_ARCH -DWINCE -D_WINCE - D_WINDOWS -DARM -D _ARM_ -DARMV4 -D_M_ARM -D_ARMV4I_ -Darmv4i -D__arm__ -D_UNICODE - D_UWIN -DUNDER_ CE -W4 -Od -Os -Gy -GS- -EHsc- -Fe..\..\..\..\..\bin\wce\msvcarm \hbpp.exe hbpp.o bj /nologo /link /subsystem:windowsce /nodefaultlib:oldnames.lib / nodefaultlib: kernel32.lib /manifest:no /libpath:../../../../../lib/wce/msvcarm hbcommon.lib
hbnortl.lib coredll.lib ws2.lib corelibc.lib
hbpp.obj : error LNK2019: unresolved external symbol hb_xgrab referenced in func
tion hb_pp_initRules
hbpp.obj : error LNK2019: unresolved external symbol hb_xfree referenced in func
tion hb_pp_ruleFree
hbpp.obj : error LNK2019: unresolved external symbol hb_snprintf referenced in f
unction hb_pp_error
hbpp.obj : error LNK2019: unresolved external symbol hb_xrealloc referenced in f
unction hb_membufAddCh
hbpp.obj : error LNK2019: unresolved external symbol hb_strnicmp referenced in f
unction hb_pp_getLine
hbpp.obj : error LNK2019: unresolved external symbol hb_strRemEscSeq referenced
in function hb_pp_getLine
hbpp.obj : error LNK2019: unresolved external symbol hb_szAscii referenced in fu
nction hb_pp_tokenSetValue
hbpp.obj : error LNK2019: unresolved external symbol hb_stricmp referenced in fu
nction hb_pp_tokenValueCmp
hbpp.obj : error LNK2019: unresolved external symbol hb_strdup referenced in fun
ction hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_fsMaxFilesError referenc
ed in function hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_fopen referenced in func
tion hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFNameMerge referenced
in function hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFNameSplit referenced
in function hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_strndup referenced in fu
nction hb_pp_pragmaOperatorNew
hbpp.obj : error LNK2019: unresolved external symbol hb_strValInt referenced in
function hb_pp_calcValue
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFreeSearchPath referen
ced in function hb_pp_stateFree
hbpp.obj : error LNK2019: unresolved external symbol hb_fsAddSearchPath referenc
ed in function hb_pp_addSearchPath
hbpp.obj : error LNK2019: unresolved external symbol hb_timeStampStr referenced
in function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_timeStampGet referenced
in function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_dateTimeStr referenced i
n function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_dateStrPut referenced in
 function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_dateToday referenced in
function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_strncpy referenced in fu
nction hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_verPlatform referenced i
n function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_strupr referenced in fun
ction hb_pp_tokenUpper
hbpp.obj : error LNK2019: unresolved external symbol hb_getenv referenced in fun
ction main
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFileExists referenced
in function hb_pp_parseChangelog
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFindClose referenced i
n function hb_fsFileFind
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFindFirst referenced i
n function hb_fsFileFind
hbpp.obj : error LNK2019: unresolved external symbol hb_fsNameConv referenced in
 function hb_fsFileFind
hbpp.obj : error LNK2019: unresolved external symbol hb_wctomb referenced in fun
ction WinMain
..\..\..\..\..\bin\wce\msvcarm\hbpp.exe : fatal error LNK1120: 31 unresolved ext
ernals
mingw32-make[3]: *** [hbpp.exe] Error 2
rm hbpp.obj
mingw32-make[2]: *** [descend] Error 2
mingw32-make[1]: *** [pp] Error 2
mingw32-make: *** [source] Error 2

Bregards,
Fernando


De: Fernando Athayde <[email protected]>
Para: Harbour Project Main Developer List. <[email protected] >
Enviadas: Quinta-feira, 20 de Agosto de 2009 8:24:22
Assunto: Res: Res: [Harbour] bug: msvcarm (MSVC 2008) build error

i redo my bat, now happens this error

my bat:
set INCLUDE=E:\Microsoft Visual Studio 9.0\VC\ce\include; %ProgramFiles%\Windows Mobile 5.0 SDK R2\PocketPC\Include\Armv4i set LIB=E:\Microsoft Visual Studio 9.0\VC\ce\lib\armv4i;%ProgramFiles %\Windows Mobile 5.0 SDK R2\PocketPC\Lib\Armv4i set PATH=E:\Microsoft Visual Studio 9.0\VC\ce\bin\x86_arm;E: \Microsoft Visual Studio 8\Common7\IDE;%PATH%


set MSCV=e:\Microsoft Visual Studio 9.0\VC
set HB_BIN_COMPILE=E:\harbour_cvs\bin\win\msvc
set HB_BUILD_DLL=yes
SET HB_ARCHITECTURE = wce
set HB_COMPILER=msvcarm
set HB_INSTALL_PREFIX=e:\harbour_vcce

SET HB_INC_MYSQL=C:\mysql\include

SET HB_PATH=e:\harbour_vcce

error:

cl.exe -nologo -D_WIN32_WCE=0x501 -DCE_ARCH -DWINCE -D_WINCE - D_WINDOWS -DARM -D _ARM_ -DARMV4 -D_M_ARM -D_ARMV4I_ -Darmv4i -D__arm__ -D_UNICODE - D_UWIN -DUNDER_ CE -W4 -Od -Os -Gy -GS- -EHsc- -Fe..\..\..\..\..\bin\wce\msvcarm \hbpp.exe hbpp.o bj /nologo /link /subsystem:windowsce /nodefaultlib:oldnames.lib / nodefaultlib: kernel32.lib /manifest:no /libpath:../../../../../lib/wce/msvcarm hbcommon.lib
hbnortl.lib coredll.lib ws2.lib corelibc.lib
hbpp.obj : error LNK2019: unresolved external symbol hb_xgrab referenced in func
tion hb_pp_initRules
hbpp.obj : error LNK2019: unresolved external symbol hb_xfree referenced in func
tion hb_pp_ruleFree
hbpp.obj : error LNK2019: unresolved external symbol hb_snprintf referenced in f
unction hb_pp_error
hbpp.obj : error LNK2019: unresolved external symbol hb_xrealloc referenced in f
unction hb_membufAddCh
hbpp.obj : error LNK2019: unresolved external symbol hb_strnicmp referenced in f
unction hb_pp_getLine
hbpp.obj : error LNK2019: unresolved external symbol hb_strRemEscSeq referenced
in function hb_pp_getLine
hbpp.obj : error LNK2019: unresolved external symbol hb_szAscii referenced in fu
nction hb_pp_tokenSetValue
hbpp.obj : error LNK2019: unresolved external symbol hb_stricmp referenced in fu
nction hb_pp_tokenValueCmp
hbpp.obj : error LNK2019: unresolved external symbol hb_strdup referenced in fun
ction hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_fsMaxFilesError referenc
ed in function hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_fopen referenced in func
tion hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFNameMerge referenced
in function hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFNameSplit referenced
in function hb_pp_FileNew
hbpp.obj : error LNK2019: unresolved external symbol hb_strndup referenced in fu
nction hb_pp_pragmaOperatorNew
hbpp.obj : error LNK2019: unresolved external symbol hb_strValInt referenced in
function hb_pp_calcValue
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFreeSearchPath referen
ced in function hb_pp_stateFree
hbpp.obj : error LNK2019: unresolved external symbol hb_fsAddSearchPath referenc
ed in function hb_pp_addSearchPath
hbpp.obj : error LNK2019: unresolved external symbol hb_timeStampStr referenced
in function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_timeStampGet referenced
in function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_dateTimeStr referenced i
n function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_dateStrPut referenced in
 function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_dateToday referenced in
function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_strncpy referenced in fu
nction hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_verPlatform referenced i
n function hb_pp_initDynDefines
hbpp.obj : error LNK2019: unresolved external symbol hb_strupr referenced in fun
ction hb_pp_tokenUpper
hbpp.obj : error LNK2019: unresolved external symbol hb_getenv referenced in fun
ction main
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFileExists referenced
in function hb_pp_parseChangelog
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFindClose referenced i
n function hb_fsFileFind
hbpp.obj : error LNK2019: unresolved external symbol hb_fsFindFirst referenced i
n function hb_fsFileFind
hbpp.obj : error LNK2019: unresolved external symbol hb_fsNameConv referenced in
 function hb_fsFileFind
hbpp.obj : error LNK2019: unresolved external symbol hb_wctomb referenced in fun
ction WinMain
..\..\..\..\..\bin\wce\msvcarm\hbpp.exe : fatal error LNK1120: 31 unresolved ext
ernals
mingw32-make[3]: *** [hbpp.exe] Error 2
rm hbpp.obj
mingw32-make[2]: *** [descend] Error 2
mingw32-make[1]: *** [pp] Error 2
mingw32-make: *** [source] Error 2

Bregards,
Fernando

De: Viktor Szakáts <[email protected]>
Para: Harbour Project Main Developer List. <[email protected] >
Enviadas: Quinta-feira, 20 de Agosto de 2009 8:07:18
Assunto: Re: Res: [Harbour] bug: msvcarm (MSVC 2008) build error

I guess you env is still wrongly set and non-ARM cl.exe is use.

Please *do* read INSTALL example and retry.

Brgdd,
Viktor

On 2009.08.20., at 1:01, Fernando Athayde wrote:

> cl.exe -nologo -D_WIN32_WCE=0x501 -DCE_ARCH -DWINCE -D_WINCE - D_WINDOWS -DARM -D > _ARM_ -DARMV4 -D_M_ARM -D_ARMV4I_ -Darmv4i -D__arm__ -D_UNICODE - D_UWIN -DUNDER_ > CE -W4 -Od -Os -Gy -GS- -EHsc- -Fe..\..\..\..\..\bin\wce\msvcarm \hbpp.exe hbpp.o > bj /nologo /link /subsystem:windowsce /nodefaultlib:oldnames.lib / nodefaultlib: > kernel32.lib /manifest:no /libpath:../../../../../lib/wce/msvcarm hbcommon.lib
> hbnortl.lib coredll.lib ws2.lib corelibc.lib
> corelibc.lib(crt0dat.obj) : fatal error LNK1112: module machine type 'ARM' confl
> icts with target machine type 'X86'
> mingw32-make[3]: *** [hbpp.exe] Error 2
> rm hbpp.obj
> mingw32-make[2]: *** [descend] Error 2
> mingw32-make[1]: *** [pp] Error 2
> mingw32-make: *** [source] Error 2
>
> for before message
> process.h there is in E:\Microsoft Visual Studio 9.0\VC\include
> se your SET include
>
> Thanks
> Fernando
>
> De: Viktor Szakáts <[email protected]>
> Para: Harbour Project Main Developer List. <[email protected] >
> Enviadas: Quinta-feira, 20 de Agosto de 2009 5:00:25
> Assunto: [Harbour] bug: msvcarm (MSVC 2008) build error
>
> ../../../../../include\hbthread.h(70) : fatal error C1083: Cannot open
> include file: 'process.h': No such file or directory
>
> Brgds,
> Viktor
> _______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
> Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 - Celebridades - Música - Esportes_______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 - Celebridades- Música - Esportes

__________________________________________________
Fale com seus amigos de graça com o novo Yahoo! Messenger
http://br.messenger.yahoo.com/ _______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to