Issue information

Issue ID
#5990
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Jun 11, 2012 20:49
Last Post
Hercules Elf Bot
Jun 21, 2012 12:29
Confirmation
N/A

Hercules Elf Bot - Jun 11, 2012 20:49

Originally posted by [b]Ind[/b]
error
[code]
../common/atomic.h: In function ‘InterlockedExchange64’:
../common/atomic.h:132: error: unsupported inline asm: input constraint with a matching output constraint of incompatible type!
[/code]
warnings
[code]

CC mt19937ar.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC libconfig.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC grammar.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC scanctx.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC scanner.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC strbuf.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
MKDIR obj_all
CC core.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC socket.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC timer.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC db.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC lock.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC nullpo.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC malloc.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC showmsg.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC strlib.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC utils.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC grfio.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC mapindex.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC ers.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC md5calc.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC core.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC socket.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC malloc.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC random.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC des.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC conf.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC thread.c
thread.c: In function ‘rathread_get_tid’:
thread.c:274: warning: cast from pointer to integer of different size
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC mutex.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC raconf.c
i686-apple-darwin11-llvm-gcc-4.2: -lpthread: linker input file unused because linking not done
CC mempool.c
In file included from mempool.c:27:
../common/atomic.h:89: warning: type qualifiers ignored on function return type
../common/atomic.h:94: warning: type qualifiers ignored on function return type
../common/atomic.h:99: warning: type qualifiers ignored on function return type
../common/atomic.h:104: warning: type qualifiers ignored on function return type
../common/atomic.h:109: warning: type qualifiers ignored on function return type
../common/atomic.h:114: warning: type qualifiers ignored on function return type
../common/atomic.h:119: warning: type qualifiers ignored on function return type
../common/atomic.h:124: warning: type qualifiers ignored on function return type
../common/atomic.h:129: warning: type qualifiers ignored on function return type
../common/atomic.h:143: warning: type qualifiers ignored on function return type
[/code]

Hercules Elf Bot - Jun 11, 2012 23:32

Originally posted by [b]Sirius_Black[/b]
Fixed in [url="http://sourceforge.net/apps/trac/rathena/changeset/16270"]r16270[/url] :)

Should compile fine with llvm gcc .. (and also run fine :D)