$ hbcemk wcecon
Harbour 1.1.0dev (Rev. 10671)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'wcecon.prg'...
Lines 284, Functions/Procedures 2
Generating C source output to 'wcecon.c'... Done.
./wcecon.o:wcecon.c:(.text+0xc): undefined reference to `hb_vmExecute'
./wcecon.o:wcecon.c:(.text+0x24): undefined reference to `hb_vmExecute'
./wcecon.o:wcecon.c:(.text+0x50): undefined reference to
`hb_vmProcessSymbolsEx'
./wcecon.o:wcecon.c:(.data+0x2c): undefined reference to `HB_FUN_HB_GTINFO'
./wcecon.o:wcecon.c:(.data+0x3c): undefined reference to
`HB_FUN_HB_SETCODEPAGE'
./wcecon.o:wcecon.c:(.data+0x4c): undefined reference to
`HB_FUN_HB_SETTERMCP'
./wcecon.o:wcecon.c:(.data+0x5c): undefined reference to `HB_FUN_SETMODE'
./wcecon.o:wcecon.c:(.data+0x6c): undefined reference to `HB_FUN_QOUT'
./wcecon.o:wcecon.c:(.data+0x7c): undefined reference to `HB_FUN_LTRIM'
./wcecon.o:wcecon.c:(.data+0x8c): undefined reference to `HB_FUN_STR'
./wcecon.o:wcecon.c:(.data+0x9c): undefined reference to `HB_FUN_MAXROW'
./wcecon.o:wcecon.c:(.data+0xac): undefined reference to `HB_FUN_MAXCOL'
./wcecon.o:wcecon.c:(.data+0xbc): undefined reference to `HB_FUN_INKEY'
./wcecon.o:wcecon.c:(.data+0xcc): undefined reference to `HB_FUN_ALERT'
./wcecon.o:wcecon.c:(.data+0xdc): undefined reference to `HB_FUN_OS'
./wcecon.o:wcecon.c:(.data+0xec): undefined reference to `HB_FUN_VERSION'
./wcecon.o:wcecon.c:(.data+0xfc): undefined reference to
`HB_FUN_HB_GTVERSION'
./wcecon.o:wcecon.c:(.data+0x10c): undefined reference to
`HB_FUN_HB_FNAMESPLIT'
./wcecon.o:wcecon.c:(.data+0x11c): undefined reference to `HB_FUN_HB_ARGV'
./wcecon.o:wcecon.c:(.data+0x12c): undefined reference to
`HB_FUN_HB_OSPATHSEPARATOR'
./wcecon.o:wcecon.c:(.data+0x13c): undefined reference to
`HB_FUN_RDDSETDEFAULT'
./wcecon.o:wcecon.c:(.data+0x14c): undefined reference to
`HB_FUN_HB_DIREXISTS'
./wcecon.o:wcecon.c:(.data+0x15c): undefined reference to `HB_FUN_MAKEDIR'
./wcecon.o:wcecon.c:(.data+0x16c): undefined reference to `HB_FUN_DBCREATE'
./wcecon.o:wcecon.c:(.data+0x17c): undefined reference to `HB_FUN_DBUSEAREA'
./wcecon.o:wcecon.c:(.data+0x18c): undefined reference to
`HB_FUN_ORDCONDSET'
./wcecon.o:wcecon.c:(.data+0x19c): undefined reference to `HB_FUN_RECNO'
./wcecon.o:wcecon.c:(.data+0x1ac): undefined reference to `HB_FUN_ORDCREATE'
./wcecon.o:wcecon.c:(.data+0x1dc): undefined reference to `HB_FUN_LASTREC'
./wcecon.o:wcecon.c:(.data+0x1ec): undefined reference to `HB_FUN_DBAPPEND'
./wcecon.o:wcecon.c:(.data+0x20c): undefined reference to `HB_FUN_DBCOMMIT'
./wcecon.o:wcecon.c:(.data+0x21c): undefined reference to `HB_FUN_DBGOTOP'
./wcecon.o:wcecon.c:(.data+0x22c): undefined reference to `HB_FUN_BROWSE'
./wcecon.o:wcecon.c:(.data+0x23c): undefined reference to `HB_FUN_SCROLL'
./wcecon.o:wcecon.c:(.data+0x24c): undefined reference to `HB_FUN_SETPOS'
./wcecon.o:wcecon.c:(.data+0x25c): undefined reference to `HB_FUN_DISPOUT'
./wcecon.o:wcecon.c:(.data+0x26c): undefined reference to `HB_FUN_CHR'
./wcecon.o:wcecon.c:(.data+0x27c): undefined reference to `HB_FUN_DEVOUT'
./wcecon.o:wcecon.c:(.data+0x28c): undefined reference to `HB_FUN_DBFCDX'
/cygdrive/c/DOCUME~1/abebuch/LOCALS~1/Temp/cciEs96L.o:hb-build--1868.c:(.text+0x14):
undefined reference to `__imp_hb_gt_szNameDefault'
/cygdrive/c/DOCUME~1/abebuch/LOCALS~1/Temp/cciEs96L.o:hb-build--1868.c:(.text+0x1c):
undefined reference to `HB_FUN_HB_GT_STD'
C:/msys/1.0/local/harbourCE/lib/libhbmainwin.a(mainwin.o):mainwin.c:(.text+0x38):
undefined reference to `hb_wctomb'
C:/msys/1.0/local/harbourCE/lib/libhbmainwin.a(mainwin.o):mainwin.c:(.text+0x130):
undefined reference to `hb_xfree'
C:/msys/1.0/local/harbourCE/lib/libhbmainwin.a(mainwin.o):mainwin.c:(.text+0x140):
undefined reference to `hb_winmainArgInit'
C:/msys/1.0/local/harbourCE/lib/libhbmainwin.a(mainwin.o):mainwin.c:(.text+0x14c):
undefined reference to `hb_cmdargInit'
C:/msys/1.0/local/harbourCE/lib/libhbmainwin.a(mainwin.o):mainwin.c:(.text+0x154):
undefined reference to `hb_vmInit'
C:/msys/1.0/local/harbourCE/lib/libhbmainwin.a(mainwin.o):mainwin.c:(.text+0x158):
undefined reference to `hb_vmQuit'
collect2: ld returned 1 exit status
abeb...@laptop /harbourdev/tests

-- 
View this message in context: 
http://n2.nabble.com/can%27t-make-wcecon.prg-with-latest-SVN-tp2840995p2840995.html
Sent from the harbour-devel mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to