How do i get hbmk2 from SVN harbour version? I'm trying to connect to a mysql server with the prospect of using harbour as batch processor for transactions. I hope you would be patient with me.
-----Original Message----- From: [email protected] To: Users of the Harbour compiler <[email protected]> Sent: Thu, 28 May 2009 9:10 am Subject: Re: [Harbour-users] How to compile Sorry try with hbmk myprg.prg ( hbmk2 exists in SVN harbour version) Bruno 2009/5/27 Bruno Luciani <[email protected]> > Why not try a more simple program ? > > this need a library > > and try using: hbmk2 myprg.prg > > Bruno > > 2009/5/27 <[email protected]> > > Newbie here. Just downloaded harbour-1.0.1-win32-mingw432. >> >> Got sample code from here: >> >> http://www.nabble.com/Mini-tutorial-MySQL-connection-td23524813.html >> >> Did this: >> >> D:\harbour-1.0.1-win32-mingw432\bin>bld mysqltest >> >> Got this: >> >> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x48): >> undefined? reference to `HB_FUN_HB_ADOSETTABLE' >> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x58): >> undefined? reference to `HB_FUN_HB_ADOSETENGINE' >> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x68): >> undefined? reference to `HB_FUN_HB_ADOSETSERVER' >> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x78): >> undefined? reference to `HB_FUN_HB_ADOSETUSER' >> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x88): >> undefined? reference to `HB_FUN_HB_ADOSETPASSWORD' >> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0xc8): >> undefined? reference to `HB_FUN_ADORDD' >> collect2: ld returned 1 exit status >> >> I got the follong files in the lib directory: >> ??? adordd.lib >> ??? hboleaut.lib >> ??? usrrdd.lib >> >> I even tried compiling the included example but I still get the same >> error. (e.g. bld mysql3) >> >> Please help. >> >> _______________________________________________ >> Harbour-users mailing list >> [email protected] >> http://lists.harbour-project.org/mailman/listinfo/harbour-users >> > > _______________________________________________ Harbour-users mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour-users _______________________________________________ Harbour-users mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour-users
