Problem 641 - missing include in G4OpenInventorXtViewer.cc
Summary: missing include in G4OpenInventorXtViewer.cc
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: visualization/OpenInventor (show other problems)
Version: 6.2
Hardware: PC Linux
: P2 normal
Assignee: barrand
URL:
: 642 (view as problem list)
Depends on:
Blocks:
 
Reported: 2004-07-07 15:06 CEST by harald.vogt
Modified: 2004-07-20 18:46 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description harald.vogt 2004-07-07 15:06:57 CEST
One has to add in G4OpenInventorXtViewer.cc
#include <X11/Shell.h>
to get XtNgeometry defined.

Harald Vogt
Comment 1 Gabriele Cosmo 2004-07-08 06:54:59 CEST
Can you please specify which Linux system and OpenInventor distribution
you are using ?
On RedHat-7.3 with SGI Inventor-2.1.5 it builds fine for us.
Comment 2 Gabriele Cosmo 2004-07-08 06:56:59 CEST
*** Bug 642 has been marked as a duplicate of this bug. ***
*** 'barrand@lal.in2p3.fr' will be responsible for bug 642. ***
Comment 3 harald.vogt 2004-07-08 09:13:59 CEST
This problem occurs with SuSE Linux 8.2 (i586) (gcc version 3.3.3) and SuSE
Linux 9.0 (x86-64) (gcc version 3.3.1 (SuSE Linux)) using SoFree v4 and SoXaw
v1r2 instead of SGI's Inventor.
Harald