[sldev] [Compiling/Error] Error: the command 'make' exited with status 2

Carsten Juttner carjay at gmx.net
Fri Dec 26 16:43:54 PST 2008


Hello Mikkel,

easiest is to simply redirect any (stdout and stderr) output to a file 
by typing this:
make > log.txt 2>&1


Carsten



Mikkel Hansen wrote:
> Hi, sorry about the slow response.
>
> How do I post the complete log? I only see a few lines in the terminal.
>
> Thanks,
> Mikkel
>
> Carsten Juttner wrote
>
>     Hello Mikkel,
>
>     could you please post the complete log?
>
>     It only shows that make stops but it does not say where and why.
>
>     Sometimes the position of the error is several lines before make
>     actually stops.
>
>
>     Regards,
>     Carsten
>
>
>
>     Mikkel Hansen wrote:
>
>         Well, I'm relatively new to C++, compiling, mailinglists,
>         etc... Anyway, when I try to compile the viewer I get an
>         error. I'm on Linux Mint using cmake-SL to build the client.
>         I've applied one patch
>         (https://jira.secondlife.com/browse/VWR-10001) to get past an
>         error earlier, however, now I'm stuck again. D:
>
>         I get the following error:
>
>         ...
>         [ 31%] Building CXX object
>         llmessage/CMakeFiles/llmessage.dir/patch_dct.o
>         [ 31%] Building CXX object
>         llmessage/CMakeFiles/llmessage.dir/patch_idct.o
>         Linking CXX static library libllmessage.a
>         make[2]: Leaving directory `/usr/src/SL/indra/viewer-linux-i686'
>         [ 31%] Built target llmessage
>         make[1]: Leaving directory `/usr/src/SL/indra/viewer-linux-i686'
>         make: *** [all] Error 2
>         make: Leaving directory `/usr/src/SL/indra/viewer-linux-i686'
>         Error: the command 'make' exited with status 2
>
>
>         I am not sure if you need the version name/whatever I am
>         trying to compile, although if you do, I'll tell you. :p
>
>         Thanks
>         ------------------------------------------------------------------------
>
>         _______________________________________________
>         Policies and (un)subscribe information available here:
>         http://wiki.secondlife.com/wiki/SLDev
>         Please read the policies before posting to keep unmoderated
>         posting privileges
>
>
>     _______________________________________________
>     Policies and (un)subscribe information available here:
>     http://wiki.secondlife.com/wiki/SLDev
>     Please read the policies before posting to keep unmoderated
>     posting privileges
>
>



More information about the SLDev mailing list