Changes between Initial Version and Version 1 of Ticket #41152, comment 6


Ignore:
Timestamp:
Nov 3, 2013, 11:12:21 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41152, comment 6

    initial v1  
    44Same error here:
    55
     6{{{
    67.../strigi-0.7.7/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp:79:9: error: use of undeclared identifier 'sleep'
     8}}}
    79
    8 Missing a #include <unistd.h> ?
     10Missing a `#include <unistd.h>` ?
    911
    10 It is conditioned by #if defined _ _SUNPRO_CC in the preamble.
     12It is conditioned by `#if defined __SUNPRO_CC` in the preamble.