# New Ticket Created by  [EMAIL PROTECTED] 
# Please include the string:  [perl #47882]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47882 >


Hi.

Hope this is the right place - just checked out r22900, did a make 
realclean (which worked) and then config/make smoke. Died w/
src/interpreter.c
src/interpreter.c: In function 'get_op_lib_init':src/interpreter.c: In 
function 'get_op_lib_init':
src/interpreter.c:373: error: 'Parrot_DynOp_core_cgp_0_5_0' undeclared 
(first use in this function) 
src/interpreter.c:373: error: (Each undeclared identifier is reported only 
once
src/interpreter.c:373: error: for each function it appears in.)
src/interpreter.c:376: error: 'Parrot_DynOp_core_cg_0_5_0' undeclared 
(first use in this function) 

src/interpreter.c:373: error: 'Parrot_DynOp_core_cgp_0_5_0' undeclared 
(first use in this function)
src/interpreter.c:373: error: (Each undeclared identifier is reported only 
once
src/interpreter.c:373: error: for each function it appears in.) 
src/interpreter.c:376: error: 'Parrot_DynOp_core_cg_0_5_0' undeclared 
(first use in this function)
src/interpreter.c: In function 'dynop_register':
src/interpreter.c:1057: error: 'Parrot_DynOp_core_cgp_0_5_0' undeclared 
(first use in this function) 
src/interpreter.c:1059: error: 'Parrot_DynOp_core_cg_0_5_0' undeclared 
(first use in this function)
src/interpreter.c: In function 'dynop_register':
src/interpreter.c:1057: error: 'Parrot_DynOp_core_cgp_0_5_0' undeclared 
(first use in this function) 
src/interpreter.c:1059: error: 'Parrot_DynOp_core_cg_0_5_0' undeclared 
(first use in this function)
lipo: can't open input file: /var/tmp//ccgIwmU1.out (No such file or 
directory)

I've been able to build parrot for a while, though I did get my XCode 
stuff fully updated (fink related issues).  I can find the 
"Parrot_DynOp_core" define in the generator config.h.in as:
/* Oplib and dynamic ops related. */
#define PARROT_CORE_OPLIB_NAME "core"
#define PARROT_CORE_OPLIB_INIT [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@ 
#define PARROT_CORE_PREDEREF_OPLIB_INIT 
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
#define PARROT_CORE_SWITCH_OPLIB_INIT 
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
#define PARROT_CORE_CG_OPLIB_INIT 
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
#define PARROT_CORE_CGP_OPLIB_INIT 
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@

and in config.h as:
#define PARROT_CORE_OPLIB_INIT Parrot_DynOp_core_0_5_0

but further I dare not go ...

a


Andy Bach
Systems Mangler
Internet: [EMAIL PROTECTED]
VOICE: (608) 261-5738  FAX 264-5932


()  ASCII ribbon campaign      ()    Hopeless ribbon campaign
/\    against HTML mail            /\  against gratuitous bloodshed

[stolen with permission from Daniel B. Cristofani]

Reply via email to