<br>In redhat system, swab is declar in /usr/include/unistd.h.<br> For this issue, you can also add this line of code :<br><br>#ifdef linux<br>/* WHERE IS swab on redhat ??? */<br>#include &lt;/usr/include/unistd.h&gt;<br>#include &lt;sys/types.h&gt;<br>//void swab(const void *src, void *dest, size_t nbytes);<br>#endif<br><br>Best regards,<br><br>Samuel BURG<br><br><b><i>Miguel Couceiro &lt;couceiro@lipc.fis.uc.pt&gt;</i></b> a écrit&nbsp;:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Hi<br><br><br>Open the file "machine_indep.h", and comment line 23. It should look<br>like this<br><br><br>#ifdef linux<br>/* WHERE IS swab on redhat ??? */<br>#include <sys><br>//void swab(const void *src, void *dest, size_t nbytes);<br>#endif<br><br><br>Hope this helps<br><br>Miguel<br><br><br>±èÁø¼ö wrote:<br>&gt;<br>&gt; Hello Gate users<br>&gt;<br>&gt; I have downloaded ecat.tar.gz and I followed the
 instructions<br>&gt;<br>&gt; After extraction I placed the files into the directories specified in<br>&gt; the GATE User's Guide.<br>&gt;<br>&gt; /usr/local/ecat7/lib/Linux-g++/libecat.a<br>&gt; /usr/local/ecat7/include/matrix.h<br>&gt; /usr/local/ecat7/include/machine_indep.h<br>&gt;<br>&gt; the enviromental variable ECAT7_HOME was set to<br>&gt; "setenv ECAT7_HOME=/usr/local/ecat7"<br>&gt; in the gate_env.csh<br>&gt;<br>&gt; However, during compiling GATE, some errors message was occured as<br>&gt; followings<br>&gt;<br>&gt;<br>&gt; error **************************************<br>&gt; Compiling GateEcatAccelSystem.cc ...<br>&gt; /usr/local/ecat7/include/machine_indep.h:23: error: declaration of C<br>&gt; function ? void swab(const void*, void*, size_t)??conflicts with<br>&gt; /usr/include/unistd.h:1032: error: previous declaration? void<br>&gt; swab(const void*, void*, ssize_t)??here<br>&gt; make: *** [tmp/Linux-g++/Gate/GateEcatAccelSystem.o] Error 1<br>&gt;<br>&gt;
 *******************************************<br>&gt;<br>&gt; Why this error message was occured?<br>&gt;<br>&gt; Best regards<br>&gt;<br>&gt; JS<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Following message was displayed when type"source gate_env.csh"<br>&gt;<br>&gt; The current value of G4INSTALL is: /home/gate/geant4.8.1.p02<br>&gt; The current value of G4VERSION is: 8.0<br>&gt; Launching Geant4 configuration script /home/gate/geant4.8.1.p02/env.csh<br>&gt;<br>&gt; On this machine the G4SYSTEM=Linux-g++<br>&gt; On this machine the G4INSTALL=/home/gate/geant4.8.1.p02<br>&gt; On this machine the G4LIB=/home/gate/geant4.8.1.p02/lib<br>&gt; On this machine the<br>&gt; G4LEVELGAMMADATA=/home/gate/geant4.8.1.p02/data/PhotonEvaporation2.0<br>&gt; On this machine the<br>&gt; G4RADIOACTIVEDATA=/home/gate/geant4.8.1.p02/data/RadiativeDecay3.0<br>&gt; On this machine the G4LEDATA=/home/gate/geant4.8.1.p02/data/G4EMLOW4.0<br>&gt; On this machine the<br>&gt;
 NeutronHPCrossSections=/home/gate/geant4.8.1.p02/data/G4NDL3.9<br>&gt; On this machine the<br>&gt; G4ELASTICDATA=/home/gate/geant4.8.1.p02/data/G4ELASTIC1.1<br>&gt; On this machine the CLHEP_BASE_DIR=/home/gate/clhep_1.9.2.3<br>&gt; On this machine the CLHEP_INCLUDE_DIR=/home/gate/clhep_1.9.2.3/include<br>&gt; On this machine the CLHEP_LIB_DIR=/home/gate/clhep_1.9.2.3/lib<br>&gt; On this machine the CLHEP_LIB=CLHEP<br>&gt; On this machine the G4VIS_BUILD_OPENGLX_DRIVER=1<br>&gt; On this machine the G4VIS_USE_OPENGLX=1<br>&gt; On this machine the XMFLAGS=<br>&gt; On this machine the XMLIBS=<br>&gt; On this machine the XMFLAGS=<br>&gt; On this machine the XMLIBS=<br>&gt; On this machine the XAWFLAGS=<br>&gt; On this machine the XAWLIBS=<br>&gt; On this machine the G4LIB_BUILD_STATIC=1<br>&gt; On this machine the G4LIB_USE_GRANULAR=1<br>&gt; On this machine the G4UI_USE_TCSH=1<br>&gt; In your environment you have the G4WORKDIR=.<br>&gt; Checking your LD_LIBRARY_PATH
 variable<br>&gt; ==&gt; /home/gate/clhep_1.9.2.3/lib is already in your LD_LIBRARY_PATH<br>&gt;<br>&gt; Configuring GATE options<br>&gt;<br>&gt; G4WORKDIR set to .<br>&gt; G4TMP set to ./tmp<br>&gt; G4BIN set to ./bin<br>&gt; Data analysis and output features enabled<br>&gt; Ascii data output enabled<br>&gt; Transport and generation of optical photons is enabled<br>&gt; Checking your LD_LIBRARY_PATH variable...<br>&gt; ==&gt; OK: /home/gate/root/lib is already in your LD_LIBRARY_PATH<br>&gt; Use of ROOT enabled<br>&gt; ROOT real-time plotter disabled<br>&gt; Checking your LD_LIBRARY_PATH variable...<br>&gt; ==&gt; OK: /home/gate/LMF/lib added to your LD_LIBRARY_PATH<br>&gt; LMF data output enabled<br>&gt; ECAT7 data output enabled<br>&gt; GATEHOME is set to /home/gate/gate_v3.0.0<br>&gt; Checking your path variable...<br>&gt; ==&gt; OK: /home/gate/gate_v3.0.0/bin/Linux-g++ is already in your path<br>&gt; variable<br>&gt; G4VERSION7_1 is not set: GATE is not compatible with
 the geant4<br>&gt; version 7.1<br>&gt; G4VERSION8_0 is set: GATE is compatible with the geant4 version 8.0<br>&gt;<br>&gt; Done<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; Gate-users mailing list<br>&gt; Gate-users@lists.healthgrid.org<br>&gt; http://lists.healthgrid.org/mailman/listinfo/gate-users<br>&gt;   <br>begin:vcard<br>fn:Miguel Couceiro<br>n:Couceiro;Miguel<br>org;quoted-printable:Laborat=C3=B3rio de Instrumenta=C3=A7=C3=A3o e F=C3=ADsica Experimental=<br>  de Part=C3=ADculas<br>adr;quoted-printable:Universidade de Coimbra;;Departamento de F=C3=ADsica;Coimbra;Coimbra;3004-516;Portugal<br>email;internet:couceiro@lipc.fis.uc.pt<br>tel;work:+351 239 833 465<br>tel;fax:+351 239 822 358<br>tel;cell:+351 919 841
 615<br>x-mozilla-html:FALSE<br>url:http://mars.fis.uc.pt<br>version:2.1<br>end:vcard<br><br>_______________________________________________<br>Gate-users mailing list<br>Gate-users@lists.healthgrid.org<br>http://lists.healthgrid.org/mailman/listinfo/gate-users<br></sys></blockquote><br><p>&#32;


      

      <hr size="1"> 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur <a href="http://fr.rd.yahoo.com/evt=42054/*http://fr.answers.yahoo.com">Yahoo! Questions/Réponses</a>.