Revision 11535l, Ubuntu:

    [  0%] Generating rxsubcom.1.gz
    [  0%] Built target rxsubcom_man
    [  0%] Building CXX object 
CMakeFiles/rexxapi.dir/rexxapi/common/platform/unix/SysCSStream.cpp.o
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:
 In member function ´bool SysLocalSocketConnection::connect(const char*)`:
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:249:24:
 error: aggregate ´SysLocalSocketConnection::connect(const char*)::sockaddr_un 
name` has incomplete type and cannot be defined
         struct sockaddr_un name; // address structure
                            ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:255:33:
 error: expected primary-expression before ´struct`
         socklen_t size = (offsetof (struct sockaddr_un, sun_path)
                                     ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:255:53:
 error: ´sun_path` was not declared in this scope
         socklen_t size = (offsetof (struct sockaddr_un, sun_path)
                                                         ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:255:61:
 error: ´offsetof` was not declared in this scope
         socklen_t size = (offsetof (struct sockaddr_un, sun_path)
                                                                 ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:
 In member function ´bool SysServerLocalSocketConnectionManager::bind(const 
char*)`:
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:349:24:
 error: aggregate ´SysServerLocalSocketConnectionManager::bind(const 
char*)::sockaddr_un name` has incomplete type and cannot be defined
         struct sockaddr_un name; // address structure
                            ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:355:30:
 error: expected primary-expression before ´struct`
         size_t size = (offsetof (struct sockaddr_un, sun_path)
                                  ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:355:50:
 error: ´sun_path` was not declared in this scope
         size_t size = (offsetof (struct sockaddr_un, sun_path)
                                                      ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:355:58:
 error: ´offsetof` was not declared in this scope
         size_t size = (offsetof (struct sockaddr_un, sun_path)
                                                              ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:
 In static member function ´static const char* 
SysServerLocalSocketConnectionManager::generateServiceName()`:
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:448:5:
 error: expected initializer before ´if`
         if ( (homePath = getenv("HOME")) == NULL)
         ^
    
/home/rony/dev/oorexx-code-0/sandbox/rick/rxapi/rexxapi/common/platform/unix/SysCSStream.cpp:453:88:
 error: ´homePath` was not declared in this scope
         snprintf(pipeNameBuffer, sizeof(pipeNameBuffer), 
"%s/.ooRexx-%d.%d.%d-%s.service", homePath, ORX_VER, ORX_REL, ORX_MOD,
                                                                                
            ^
    CMakeFiles/rexxapi.dir/build.make:566: recipe for target 
'CMakeFiles/rexxapi.dir/rexxapi/common/platform/unix/SysCSStream.cpp.o' failed
    make[2]: *** 
[CMakeFiles/rexxapi.dir/rexxapi/common/platform/unix/SysCSStream.cpp.o] Error 1
    CMakeFiles/Makefile2:444: recipe for target 'CMakeFiles/rexxapi.dir/all' 
failed
    make[1]: *** [CMakeFiles/rexxapi.dir/all] Error 2
    Makefile:149: recipe for target 'all' failed
    make: *** [all] Error 2

---rony

On 28.11.2018 15:22, Rick McGuire wrote:
> Thanks, most of these should be fixed but a couple of the errors puzzled me. 
> Let's see if they go
> away.
>
> Rick

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to