Search found 3 matches

by Krelian
Fri Sep 14, 2012 4:45 pm
Forum: Troubleshooting
Topic: Compiling error: Malloc.cpp line 430
Replies: 1
Views: 1837

Compiling error: Malloc.cpp line 430

Started compiling yesterday and recieved this error: ffxi@Krelian:~/dsp$ make g++ -std=gnu++0x -DHAVE_CONFIG_H -I. -I./src/common -DdsUDPSERV -g -O2 -MT dsgame-malloc.o -MD -MP -MF .deps/dsgame-malloc.Tpo -c -o dsgame-malloc.o `test -f 'src/common/malloc.cpp' || echo './'`src/common/malloc.cpp src/c...
by Krelian
Thu Sep 13, 2012 4:27 pm
Forum: Troubleshooting
Topic: configure: error: pointers cannot be stored in ints
Replies: 2
Views: 2339

Re: configure: error: pointers cannot be stored in ints

Nevermind seem to have fixed it after opening up configure with editor.. Configured with -enable-64bit flag seemed to go okay.. Will report back if that doesn't fix it but configure ran without errors this time. Figured I'd post this in case someone else has the same issue.
by Krelian
Thu Sep 13, 2012 4:18 pm
Forum: Troubleshooting
Topic: configure: error: pointers cannot be stored in ints
Replies: 2
Views: 2339

configure: error: pointers cannot be stored in ints

Received this error during configure, been unable to find anything on it.. configure: error: pointers cannot be stored in ints, required for old code... stopping Entire output: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking targe...