xHarbour-org / xharbour

xHarbour is a portable implementation of the Clipper/xBase language (Compiler & complete Run-time libraries). It's practically 100% backward compatible with CA-Clipper 5.2e and 5.3c, and offers many modern language extensions, and extensive Run-time libraries.
http://www.xharbour.org
GNU General Public License v2.0
39 stars 18 forks source link

building xharbour with Pelles ISO C Compiler, Version 12.00.1 #72

Closed omm closed 8 months ago

omm commented 8 months ago

Hi,

i'm got an error while building xharbour

For your convenience xHarbour's bin directory was added to your PATH.
Searching for Pelles C...
For your convenience pocc's bin directory was added to your PATH
Defaulting HB_ARCH to w32.
Creating System Files (ST) ...
POMAKE: fatal error: Don't know how to make 'utils\xbscript\xbscript.prg'.

What version of PellesC should i use? Thanks

ronpinkas commented 8 months ago

The problem is not the compiler - you did not use the correct git command so you do not have xbscript module. Use this command:

git clone --recurse-submodules https://github.com/xHarbour-org/xharbour.git

Then build same as you did.