Bugs item #2027470, was opened at 2008-07-25 06:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2027470&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: MonetDB5 CVS Head
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Stefan Manegold (stmane)
Assigned to: Marco Antonelli (marcoantonelli)
Summary: M5: module rdf fails to compile with icc

Initial Comment:
Compiling modules rdf fails with Intel's icc;
see
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.Int.64.64.d.1-Fedora8..2008.07.25_00-09-02/make.out.html
for details.

/scratch/monet.Int.64.64.d.1.25058/MonetDB5/src/modules/mal/rdf.mx(234): error 
#188: enumerated type mixed with another type
                ret = (oid) bun;
                    ^

/scratch/monet.Int.64.64.d.1.25058/MonetDB5/src/modules/mal/rdf.mx(1026): error 
#181: argument is incompatible with corresponding format string conversion
          written = snprintf(msg, RET_MAXLEN, "In URI location \"%s\": ", 
raptor_uri_as_string(locator->uri));
                                                                          ^

/scratch/monet.Int.64.64.d.1.25058/MonetDB5/src/modules/mal/rdf.mx(1179): error 
#181: argument is incompatible with corresponding format string conversion
                              (str)triple->object, 
triple->object_literal_language, obj_datatype);
                                                   ^

/scratch/monet.Int.64.64.d.1.25058/MonetDB5/src/modules/mal/rdf.mx(1092): error 
#181: argument is incompatible with corresponding format string conversion
          snprintf(langPrefixedObject, len, "[EMAIL PROTECTED]",  
triple->object_literal_language,  (str)triple->object);
                                                      ^

/scratch/monet.Int.64.64.d.1.25058/MonetDB5/src/modules/mal/rdf.mx(2023): error 
#188: enumerated type mixed with another type
      rdf_section subj_sec = sv[0];
                             ^

/scratch/monet.Int.64.64.d.1.25058/MonetDB5/src/modules/mal/rdf.mx(2024): error 
#188: enumerated type mixed with another type
      rdf_section prop_sec = pv[0];
                             ^

/scratch/monet.Int.64.64.d.1.25058/MonetDB5/src/modules/mal/rdf.mx(2025): error 
#188: enumerated type mixed with another type
      rdf_section obj_sec = ov[0];
                            ^

/scratch/monet.Int.64.64.d.1.25058/MonetDB5/src/modules/mal/rdf.mx(2026): error 
#188: enumerated type mixed with another type
      rdf_type obj_type = tv;
                          ^

compilation aborted for rdf.c (code 2)
make[8]: *** [lib_rdf_la-rdf.lo] Error 1


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2027470&group_id=56967

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to