Hi Peppe,

the project files are not up-to-date we do this only before a official 
release. I prefer scons to build OpenSG there is a INSTALL.scons file in 
the OpenSG root directory which explains how it works. But I will try to 
update the sln files right now. If you just need a OpenSG render widget 
in qt you don't need to compile the WindowQTLib just look into 
OpenSG/Source/WindowSystem/QT4/testPassiveQT4.cpp this example uses a 
passive osg window and derives directly from QGLWidget.

Andreas

> Dear Andreas,
> thanks for you reply...
> I downloaded the cvs release of OpenSG, and I tried to compile the 
> project ..\OpenSG\VSBuild\VS8\OpenSG.sln.
> The compilation of BaseLib is ok.
> The compilation of the SystemLib gives to me the following error:
> 
> /1>------ Build started: Project: SystemLib, Configuration: Release 
> Win32 ------
> 1>Compiling...
> 1>OSGGraphicStatisticsFont.cpp
> 1>c1xx : fatal error C1083: Cannot open source file: 
> '..\..\..\Source\System\Statistics\OSGGraphicStatisticsFont.cpp': No 
> such file or directory
> 1>Build log was saved at 
> "file://i:\OpenSGCVS\OpenSG\VSBuild\VS8\SystemLib\Release\BuildLog.htm"
> 1>SystemLib - 1 error(s), 0 warning(s)/
> 
> I made a search on all the OpenSG directory downloaded with the cvs, but 
> the OSGGraphicStatisticsFont.cpp seems does not exist anymore.
> 
> If I remove the OSGGraphicStatisticsFont.cpp from the project, I have 
> the following link errors (unresolved external):
> 
> /1>------ Build started: Project: SystemLib, Configuration: Release 
> Win32 ------
> 1>Linking...
> 1>   Creating library .\..\lib\opt/OSGSystem.lib and object 
> .\..\lib\opt/OSGSystem.exp
> 1>OSGShadowViewport.obj : error LNK2019: unresolved external symbol 
> "public: virtual __thiscall 
> osg::VarianceShadowMap::~VarianceShadowMap(void)" 
> ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "public: 
> virtual void * __thiscall osg::VarianceShadowMap::`scalar deleting 
> destructor'(unsigned int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
> 1>OSGShadowViewport.obj : error LNK2001: unresolved external symbol 
> "public: virtual void __thiscall osg::VarianceShadowMap::render(class 
> osg::RenderActionBase *)" 
> ([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@Z)
> 1>OSGShadowViewport.obj : error LNK2019: unresolved external symbol 
> "public: __thiscall osg::VarianceShadowMap::VarianceShadowMap(class 
> osg::ShadowViewport *)" 
> ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@1@@Z) referenced in 
> function "public: virtual void __thiscall 
> osg::ShadowViewport::render(class osg::RenderActionBase *)" 
> ([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@Z)
> 1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol 
> __imp__read referenced in function __tiffReadProc
> 1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol 
> __imp__write referenced in function __tiffWriteProc
> 1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol 
> __imp__lseek referenced in function __tiffSeekProc
> 1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol 
> __imp__close referenced in function __tiffCloseProc
> 1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol 
> __imp__fstat referenced in function __tiffSizeProc
> 1>tif32.lib(tif_unix.obj) : error LNK2019: unresolved external symbol 
> __imp__open referenced in function _TIFFOpen
> 1>..\lib\opt\OSGSystem.dll : fatal error LNK1120: 9 unresolved externals
> 1>Build log was saved at 
> "file://i:\OpenSGCVS\OpenSG\VSBuild\VS8\SystemLib\Release\BuildLog.htm"
> 1>SystemLib - 10 error(s), 0 warning(s)/
> 
> Do you have any suggestion?
> 
> Compiling the WindowQTLib I have a lot of errors...do you know if the 
> OpenSG works fine with the Qt 4.1.3 (that is the version of Qt that I'm 
> using)?
> 
> Best Regards
> peppe
> 
>  
> Andreas Zieringer wrote:
> 
> 
>>Hi,
>>
>>can you try it with a current cvs release there were several VS 2005 STL 
>>related bugfixes. For me the clustering works fine with a current cvs 
>>version and the VS 2005 compiler.
>>
>>Andreas
>>
>> 
>>
>>
>>>Hi,
>>>we are using the official release 1.6...
>>>
>>>peppe
>>>
>>>Gerrit Voss wrote:
>>>
>>>   
>>>
>>>
>>>>Hi,
>>>>
>>>>On Mon, 2006-08-21 at 10:10 +0200, peppe megali wrote:
>>>>
>>>>
>>>>     
>>>>
>>>>
>>>>>Dear all,
>>>>>I'm a new user of OpenSG. I have to develope a stereo application, so 
>>>>>I'm trying to start from the clustering tutorial (the 12ClusterServer 
>>>>>and the 13ClientServer tutorial). I compiled the two examples using 
>>>>>VisualStudio 2005 on Windows XP machine (and tested them on ATI and 
>>>>>NVidia graphic cards). The programs are compiled well, but when I run 
>>>>>them (in debug mode) following the instruction given in the examples 
>>>>>(i.e. in multicast connection type), the Server application crashes in 
>>>>>the start method of the cluster server. This crash happens just if the 
>>>>>client application is running (and is waiting on the init method), else 
>>>>>the server application wait on the start method.
>>>>>I tried to compile and run also the official clustering tutorial 
>>>>>(http://www.opensg.org/doc-1.6.0/Clustering.html), but I have the same 
>>>>>problem described belove.
>>>>>
>>>>>Can someone give me some help concerning this problem? or a correct code 
>>>>>example running on Windows Xp?
>>>>>  
>>>>>
>>>>>       
>>>>>
>>>>
>>>>which version of OpenSG are you using, the official 1.6 release or some
>>>>later dailybuilds ?
>>>>
>>>>kind regards,
>>>>gerrit
>>>>
>>>>
>>>>
>>>>-------------------------------------------------------------------------
>>>>Using Tomcat but need to do more? Need to support web services, security?
>>>>Get stuff done quickly with pre-integrated technology to make your job 
>>>>easier
>>>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>>_______________________________________________
>>>>Opensg-users mailing list
>>>>[email protected]
>>>>https://lists.sourceforge.net/lists/listinfo/opensg-users
>>>>
>>>>
>>>>
>>>>     
>>>>
>>>
>>>-------------------------------------------------------------------------
>>>Using Tomcat but need to do more? Need to support web services, security?
>>>Get stuff done quickly with pre-integrated technology to make your job easier
>>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>_______________________________________________
>>>Opensg-users mailing list
>>>[email protected]
>>>https://lists.sourceforge.net/lists/listinfo/opensg-users
>>>
>>>
>>>   
>>>
>>
>>
>>-------------------------------------------------------------------------
>>Using Tomcat but need to do more? Need to support web services, security?
>>Get stuff done quickly with pre-integrated technology to make your job easier
>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>_______________________________________________
>>Opensg-users mailing list
>>[email protected]
>>https://lists.sourceforge.net/lists/listinfo/opensg-users
>>
>> 
>>
> 
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to