Dear Herbert,

> 
> I have to admit that I have no clue about libxmlsec's detailed configure
> requirements, so I'm afraid I can't help here much. But with the
> knowledge that licrypto comes from openssl, with libxmlsec complaining
> about the one openssl is providing maybe some changed linker or build
> options could suffice. I'm sure you're on the right track with the
> unxsogi.mk changes you suggest below.
> 

Finally, I have managed to build the library. Whether it is a good one, this 
is something that I will discover when I will finish.

Now I have another problem. When compiling cppu I I get the following error 
message:

Entering /extra/sources/OpenOffice/aoo4/main/cppu/util

dmake:  /extra/sources/OpenOffice/aoo4/main/solenv/inc/target.mk:  line 545:  
Warning: -- Macro `SHL2TARGETN' redefined after use
Compiling: cppu/unxsogi.pro/misc/uno_cppu_version.c
Compiling: cppu/unxsogi.pro/misc/uno_purpenvhelper_version.c
Making:    libuno_cppu.so.3
dmake:  Error: -- `uno_purpenvhelper.map' not found, and can't be made

Under main/cppu/util I see the following .map files: 

cppu.map           
uno_purpenvhelperC52.map   
uno_purpenvhelperwntgcc.map
purpenvhelper3MSC.map  
uno_purpenvhelpergcc3.map  
unsafe_os2.map

Of course there is no uno_purpenvhelper.map file. The code that is responsible 
for this is inside main/cppu/util/makefile.mk:

SHL2TARGET  := $(NAMEpurpenv_helper)
DEF2NAME    := $(SHL2TARGET)
.IF "$(GUI)$(COM)"=="WNTGCC"
SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map
.ELIF "$(GUI)"=="OS2"
SHL2VERSIONMAP:=uno_purpenvhelperwntgcc.map
.ELSE
SHL2VERSIONMAP:=$(SHL2TARGET).map                   <------ We are here
.ENDIF                  # "$(GUI)$(COM)"=="WNTGCC"
SHL2DEF     := $(MISC)$/$(SHL2TARGET).def

Do you or anybody else have any idea which is the correct file to use?
Regards,

Apostolos
--
Apostols Syropoulos
Xanthi, Greece

                                          

Reply via email to