04-04-2014, 08:16 PM
The outputs of the clang builds are down below 10k lines, finally! Yay!
Random Chitchat 2012-2016
|
04-04-2014, 08:16 PM
The outputs of the clang builds are down below 10k lines, finally! Yay!
04-04-2014, 08:20 PM
Great
04-04-2014, 08:33 PM
Wtf happened here?
https://travis-ci.org/mc-server/MCServer...58015#L636
Today is the birthdate of thetimeman100, who was unfortunately banned, but wasn't actually.
https://forum.cuberite.org/showthread.php?tid=495
@xoft Race condition, Both build processes outputted a warning at exactly the same time.
The output can be even worse with make -j 4
04-06-2014, 05:42 PM
Well, I thought the output pipes were at least line-buffered, not word-buffered
Whatever.
04-06-2014, 06:58 PM
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.
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.
04-07-2014, 12:22 AM
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.
04-07-2014, 12:57 AM
Are you sure that you're linking against the android libc?
|
« Next Oldest | Next Newest »
|