Random Chitchat 2012-2016
The outputs of the clang builds are down below 10k lines, finally! Yay!
Thanks given by:
Great Smile
Thanks given by:
Wtf happened here? Smile
https://travis-ci.org/mc-server/MCServer...58015#L636
Thanks given by:
Today is the birthdate of thetimeman100, who was unfortunately banned, but wasn't actually.

https://forum.cuberite.org/showthread.php?tid=495
Thanks given by:
@xoft Race condition, Both build processes outputted a warning at exactly the same time.

The output can be even worse with make -j 4
Thanks given by:
Well, I thought the output pipes were at least line-buffered, not word-bufferedTongue
Whatever.
Thanks given by:
I haven't done allot of programming lately. Mainly It's because the end of the school year is comming. (We only have 3 more "normal" days with the regular lessons). After that we have a test week where we have 2 or more tests each day. After that week we have some kind of choice program where you can choose a school subject you don't understand completely. Then we have a holiday, after the holiday we continue with that choice program and finaly after that we have the exams.
Thanks given by:
How do you debug a link failure due to the linker being unable to find a library your not asking for?
CMake on android is failing because it can't find libpthread when I'm not asking for libpthread because its part of libc on android.
Thanks given by:
First of all enable verbose output when making - "make VERBOSE=1" is the command if I remember correctly. There you should see the command lines used, perhaps that will be of help.

I don't know if gcc can put library references directly into the object files (I know MSVC can do it). If so, search all the object files for the string.
Thanks given by:
Are you sure that you're linking against the android libc?
Thanks given by:




Users browsing this thread: 47 Guest(s)