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


Error:

Compiling with:
xx.c
cc -I./include -arch i386 -arch ppc -g -pipe -fno-common -no-cpp-precomp 
-Wdeclaration-after-statement -I/usr/local/include -pipe -fno-common 
-Wno-long-double -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED 
-DHASATTRIBUTE_FORMAT -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL 
-DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED 
-DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -W -Wall 
-Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual 
-Wchar-subscripts -Wcomment -Wdeclaration-after-statement 
-Wdisabled-optimization -Wextra -Wformat-nonliteral -Wformat-security 
-Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int 
-Wimport -Winit-self -Winline -Winvalid-pch -Wmain -Wmissing-braces 
-Wmissing-declarations -Wmissing-field-initializers -Wmissing-prototypes 
-Wnested-externs -Wno-endif-labels -Wno-shadow -Wno-unused -Wnonnull 
-Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point 
-Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch 
-Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wvariadic-macros 
-Wwrite-strings -g -Wno-shadow -DHAS_JIT -DPPC -DHAVE_COMPUTED_GOTO -I. 
-o xx.o -c xx.c
src/ops/core_ops.c
src/ops/debug.ops: In function 'Parrot_debug_break':
src/ops/debug.ops:103: warning: null argument where non-null required 
(argument 2)
src/ops/debug.ops:113: warning: null argument where non-null required 
(argument 2)
src/ops/debug.ops: In function 'Parrot_debug_break':
src/ops/debug.ops:103: warning: null argument where non-null required 
(argument 2)
src/ops/debug.ops:113: warning: null argument where non-null required 
(argument 2)
{standard input}:83575:no such instruction: `trap'
lipo: can't open input file: 
/var/folders/q9/q9-d7-2c2RWnx++8ZMUMCU+++TI/-Tmp-//ccZZDZEt.out (No such 
file or directory)
make: *** [src/ops/core_ops.o] Error 1

Contents of myconfig:

Summary of my parrot 0.5.2 (r0) configuration:
   configdate='Sun Jan 20 03:08:53 2008 GMT'
   Platform:
     osname=darwin, archname=darwin-thread-multi-2level
     jitcapable=1, jitarchname=ppc-darwin,
     jitosname=DARWIN, jitcpuarch=ppc
     execcapable=1
     perl=perl
   Compiler:
     cc='cc', ccflags='-arch i386 -arch ppc -g -pipe -fno-common 
-no-cpp-precomp  -Wdeclaration-after-statement
  -I/usr/local/include -pipe -fno-common -Wno-long-double 
-DHASATTRIBUTE_CONST  -DHASATTRIBUTE_DEPRECATED  -DH
ASATTRIBUTE_FORMAT  -DHASATTRIBUTE_MALLOC  -DHASATTRIBUTE_NONNULL 
-DHASATTRIBUTE_NORETURN  -DHASATTRIBUTE_PUR
E  -DHASATTRIBUTE_UNUSED  -DHASATTRIBUTE_WARN_UNUSED_RESULT 
-falign-functions=16 -W -Wall -Waggregate-return
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment 
-Wdeclaration-after-statement -Wdisab
led-optimization -Wextra -Wformat-nonliteral -Wformat-security 
-Wformat-y2k -Wimplicit -Wimplicit-function-dec
laration -Wimplicit-int -Wimport -Winit-self -Winline -Winvalid-pch 
-Wmain -Wmissing-braces -Wmissing-declarat
ions -Wmissing-field-initializers -Wmissing-prototypes -Wnested-externs 
-Wno-endif-labels -Wno-shadow -Wno-unu
sed -Wnonnull -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type 
-Wsequence-point -Wsign-compare -Wstrict-al
iasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef 
-Wunknown-pragmas -Wvariadic-macros -
Wwrite-strings',
   Linker and Libraries:
     ld='c++', ldflags='-arch i386 -arch ppc -L/usr/local/lib 
-L/Users/cbrandt/src/parrot-0.5.2/blib/lib -flat_
namespace  -L/sw/lib -L/sw/lib',
     cc_ldflags='',
     libs='-lm -lutil'
   Dynamic Linking:
     share_ext='.dylib', ld_share_flags='-dynamiclib -undefined suppress',
     load_ext='.bundle', ld_load_flags='-bundle -undefined suppress'
   Types:
     iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
     ptrsize=4, ptr_alignment=1 byteorder=4321,
     nv=double, numvalsize=8, doublesize=8


Reply via email to