On Thu, 17 Sep 2009, Przemyslaw Czerpak wrote:

hi,

 > > yup, my test builds include cross from linux to os2, dos, win and also 
 > > native linux (btw, linux native and os2 cross are still broken :).
 > 
 > With default setting yes.

i've been using the same settings for quite some time. builds used to 
be fine, at one time watcom builds went haywire, BUT, they have been 
fixed just recently, i suspect by one of these last commits (sunos 
builds are still chugging along, we'll see about those in a couple of 
hours).

 > You have to also set:

i'm using fragments like this:

cleanenv
export WATCOM="/opt/ow"
export PATH="$WATCOM/binl:$PATH"
export INCLUDE="$WATCOM/h:$WATCOM/h/os2"
export EDPATH="$WATCOM/eddat"
export HB_PLATFORM=os2
export HB_COMPILER=watcom
export HB_BUILD_EXTDEF=no
export HB_BUILD_MODE=cpp
export HB_INSTALL_PREFIX=$appdir/inst/$HB_PLATFORM/$HB_COMPILER/$HB_BUILD_MODE

showenv > ../log_${HB_PLATFORM}_${HB_COMPILER}_${HB_BUILD_MODE}
make clean && \
        make 2>&1 | tee -a 
../log_${HB_PLATFORM}_${HB_COMPILER}_${HB_BUILD_MODE} \
        && make install \
        || touch ../FAIL.${HB_PLATFORM}_${HB_COMPILER}_${HB_BUILD_MODE} \
        && make clean

for a number of combinations.

 > to disable harbour shared library creation or apply the patch I sent
 > in message to Viktor which adds hbpcre and hbzlib to harbour shared
 > library otherwise it fails creating harbour*.so.

i suspect these fixed the builds. i haven't used these options, not 
using them now either.

 > and it should be enough.

it is now. great work.


-- 
[-]

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

Reply via email to