bugArX revision control system - Bugs: bug #25924, compilation on ubuntu 8.10 fails

 
 

bug #25924: compilation on ubuntu 8.10 fails

Submitter:  Vincent Legoll <vincele>
Submitted:  Thu 19 Mar 2009 09:05:23 AM UTC
   
 
Severity:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 19 Mar 2009 09:14:35 AM UTC, comment #2: 

BTW, compilation and simple usage was OK on gentoo ~x86_64, though...

Vincent Legoll <vincele>
Thu 19 Mar 2009 09:11:56 AM UTC, comment #1: 

same final error (exit was not declared...)
with dpkg-buildpackage

Vincent Legoll <vincele>
Thu 19 Mar 2009 09:05:23 AM UTC, original submission:  

first with:

strcpy is not in std, which I workarounded with:

--- src/arx/libarx/Spawn2.cpp 2009-03-19 09:40:01.000000000 +0100
+++ src/arx/libarx/Spawn.cpp 2009-03-19 09:50:56.000000000 +0100
@@ -22,9 +22,9 @@
 
 #include "Spawn.hpp"
 #include <list>
-#include <string>
+#include <cstring>
 #include <glib.h>
-#include <string.h>
+//#include <string.h>
 #include "boost/filesystem/path.hpp"
 #include "boost/filesystem/fstream.hpp"
 #include "arx_error.hpp"

Then I got:

src/arx/libarx/parse_common_options.cpp:41: error: 'exit' was not declared in this scope
scons: * [build/arx/libarx/parse_common_options.o] Error 1

Any other infos required ?

Vincent Legoll <vincele>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #17910:  arx-2.2.4-compile-fix.patch added by vincele (2KiB - text/x-patch - this allowed me to compile)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by vincele (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-04-12 vincele Attached File- Added arx-2.2.4-compile-fix.patch, #17910

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code