View previous topic :: View next topic |
Author |
Message |
jescab
Joined: 28 Jan 2008 Posts: 254
|
Posted: Sat Jul 04, 2015 4:46 pm Post subject: Building Lining PYRTE |
|
|
Hi.
Using the current PYRTE1111 and the latest Alpha Python LD files kit:
Code: |
$ set def ht_root:[src.python]
$ @build_pyrte
Building "PYRTE" for "Alpha" architecture
$ CC /DECC/OPTIMIZE/PREFIX=ALL/NAMES=(AS_IS,SHORTENED)/PREFIX=ALL/DEFINE=(_LA
RGEFILE)/ACCEPT=NOVAXC_KEYWORDS/FLOAT=IEEE/IEEE_MODE=DENORM_RESULTS/DEFINE=(BUIL
D_DATETIME="""4-JUL-2015 16:40:14.05""")/INCLUDE=(PYTHON_INCLUDE:) /OBJECT=[.OBJ
_AXP]PYRTE PYRTE
# include <openssl/opensslv.h>
...^
%CC-F-NOINCLFILEF, Cannot find file <openssl/opensslv.h> specified in #include d
irective. |
I cannot find that file anywhere on this system and I have never installed any SSL kit at all.
Only linking "@build_pyrte link" seems to work fine... |
|
Back to top |
|
 |
jfp
Joined: 12 Jul 2004 Posts: 636
|
Posted: Tue Jul 07, 2015 11:18 am Post subject: |
|
|
You need to have an openSSL kit install and start on your system.
JF |
|
Back to top |
|
 |
jescab
Joined: 28 Jan 2008 Posts: 254
|
Posted: Tue Jul 07, 2015 12:23 pm Post subject: |
|
|
OK, I guessed that. Anyway, I just linked the OBJ's instead... |
|
Back to top |
|
 |
|