View Issue Details

IDProjectCategoryView StatusLast Update
0000909SOGoSOPEpublic2010-10-16 18:36
Reporterbero Assigned Toludovic  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.3.2 
Fixed in Version1.3.3 
Summary0000909: SOPE (today's mtn) fails to build: Wrong location of SoObject.h given
Description

Making all for subproject WebDAV...
Compiling file SoWebDAVRenderer.m ...
SoWebDAVRenderer.m:28:31: fatal error: NGObjWeb/SoObject.h: No such file or directory
compilation terminated.
make[6]: *** [obj/WebDAV.obj/SoWebDAVRenderer.m.o] Error 1

Additional Information

The fix is simple -- attaching patch

TagsNo tags attached.

Activities

2010-10-15 17:05

 

SOPE-compile.patch (487 bytes)   
--- SOPE/sope-appserver/NGObjWeb/WebDAV/SoWebDAVRenderer.m.ark	2010-10-15 18:57:45.686667326 +0200
+++ SOPE/sope-appserver/NGObjWeb/WebDAV/SoWebDAVRenderer.m	2010-10-15 18:57:55.336667331 +0200
@@ -25,7 +25,7 @@
 #include "SoObject+SoDAV.h"
 #include "EOFetchSpecification+SoDAV.h"
 #include "NSException+HTTP.h"
-#include <NGObjWeb/SoObject.h>
+#include <NGObjWeb/SoObjects/SoObject.h>
 #include <NGObjWeb/WOContext.h>
 #include <NGObjWeb/WOResponse.h>
 #include <NGObjWeb/WORequest.h>
SOPE-compile.patch (487 bytes)   
ludovic

ludovic

2010-10-16 18:36

administrator   ~0001620

http://mtn.inverse.ca/revision/diff/a6d2805974fa3520dc43149ae8dbd7dc72f4c575/with/6bc74c53f02feea223e751b09d8e4cdd2a11956f

Issue History

Date Modified Username Field Change
2010-10-15 17:05 bero New Issue
2010-10-15 17:05 bero File Added: SOPE-compile.patch
2010-10-16 18:36 ludovic Note Added: 0001620
2010-10-16 18:36 ludovic Status new => resolved
2010-10-16 18:36 ludovic Fixed in Version => 1.3.3
2010-10-16 18:36 ludovic Resolution open => fixed
2010-10-16 18:36 ludovic Assigned To => ludovic