protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Protux-devel] praf compilation error


From: Paul Brossier
Subject: [Protux-devel] praf compilation error
Date: Wed, 30 Jul 2003 00:54:55 +0100
User-agent: KMail/1.5.9

hi all.

while trying to compile from the 0.19.2 archive, i noticed i had to add the 
following line for praf to compile properly.

--- protux-0.19.2.orig/tools/praf.cc
+++ protux-0.19.2/tools/praf.cc
@@ -16,6 +16,7 @@
                                                                                
                                
 #include <iostream>
                                                                                
                                
+using namespace std;
                                                                                
                                
 #define DEFAULT_BUS_ID 0
 #define DEFAULT_BUFFER_SIZE 1024

this seems to fix the problem.

also, the cvs tree seems very out dated (0.8.0rc3) and does not compile 
either. also, the rc3 mustux version name seems to be a problem when protux 
configure script comes to check libmustux version.

cheers, piem




reply via email to

[Prev in Thread] Current Thread [Next in Thread]