Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-25 Thread Raymond de Vries

Hi,

Pfew, indeed it seems like the latest CMake does not work for me... 
Although I believe I had tried an older version before on this system, I 
tried it again (v2.8.9) and voila, that one worked! But in the mean 
time, I tried a lot of other things too so it might still be the 
combination of settings.


Thanks for your help.

cheers
Raymond



On 11/24/2013 2:27 PM, Simon Hammett wrote:

Ah, you might have a broken cmake.
One of the versions I downloaded recently was broken for windows; had 
to update to a point release.



On 24 November 2013 07:57, Raymond de Vries ree...@xs4all.nl 
mailto:ree...@xs4all.nl wrote:


Hi,

Thnx for your suggetions, strange things are happening... This
errors occurs when cmake tries to figure out the compiler (don't
have the details here). I will look in the direction you pointed out.

Thanks,
Raymond


Sent from my iPad

On Nov 23, 2013, at 23:55, Simon Hammett
s.d.hamm...@googlemail.com mailto:s.d.hamm...@googlemail.com
wrote:


The only time I've had problems with mt.exe and access denied is
when for some reason it runs the tool mt.exe too early.
When this happens the linker still has the target .exe or .dll
open as it links and therefore mt.exe will obviously fail.

But I can't tell you why it happens or give you a fix.
It's only happened to me a couple of times and pressing build
again usually resolves the problem.

I suppose you could try fiddling with the multiple project build
settings and set it to only build one project at a time.

Also check to see if there is a custom build rule which is trying
to run mt. If so delete the rule and let VS take care of running mt


On 23 November 2013 22:48, Raymond de Vries ree...@xs4all.nl
mailto:ree...@xs4all.nl wrote:

Hi guys,

Can you tell me which combination of tools you are using on
windows 8? The error that I get (Access Denied) comes from
mt.exe from Windows SDK 7.1. I was trying to use that Windows
SDK version since I always use it on Windows 7 without trouble.

Cheers
Raymond


Sent from my iPad

 On Nov 23, 2013, at 23:33, Raymond de Vries
ree...@xs4all.nl mailto:ree...@xs4all.nl wrote:

 Hi Terry,

 Ok, that makes sense to me, and matches my findings so far.
I have tried to get access to C: by changing the permissions
but no luck so far, despite all the instructions online.

 I find it pretty hard to accept that windows is trying to
protect me and not let me use my machine as I want it... sigh.

 On the other hand, I am suspecting visual studio too...
Have you tried different versions of VS?

 Thanks for your hints, I am going on.

 cheers
 Raymond



 On 11/23/2013 11:18 PM, Terry Welsh wrote:
 I didn't have trouble building OSG with VS 2013 on Windows
8, but I
 had already worked on my whole system's file permissions
just to get
 Cygwin to work.

 There are a lot of instructions online for giving users
full access to
 the C drive, but I can't remember which ones actually fixed my
 problem. You'll have search a little and try things out.
In the end I
 was only able to give myself full access to C:\terry but
not C:.  You
 may have better luck. Now doing all my compiling and other
work in
 C:\terry works fine.
 --
 Terry Welsh
 www.reallyslick.com http://www.reallyslick.com
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
mailto:osg-users@lists.openscenegraph.org


http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
mailto:osg-users@lists.openscenegraph.org


http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
mailto:osg-users@lists.openscenegraph.org

http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
http://www.ssTk.co.uk

___
osg-users mailing list
osg-users@lists.openscenegraph.org
mailto:osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
mailto:osg-users@lists.openscenegraph.org

Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-24 Thread Simon Hammett
Ah, you might have a broken cmake.
One of the versions I downloaded recently was broken for windows; had to
update to a point release.


On 24 November 2013 07:57, Raymond de Vries ree...@xs4all.nl wrote:

 Hi,

 Thnx for your suggetions, strange things are happening... This errors
 occurs when cmake tries to figure out the compiler (don't have the details
 here). I will look in the direction you pointed out.

 Thanks,
 Raymond


 Sent from my iPad

 On Nov 23, 2013, at 23:55, Simon Hammett s.d.hamm...@googlemail.com
 wrote:

 The only time I've had problems with mt.exe and access denied is when for
 some reason it runs the tool mt.exe too early.
 When this happens the linker still has the target .exe or .dll open as it
 links and therefore mt.exe will obviously fail.

 But I can't tell you why it happens or give you a fix.
 It's only happened to me a couple of times and pressing build again
 usually resolves the problem.

 I suppose you could try fiddling with the multiple project build settings
 and set it to only build one project at a time.

 Also check to see if there is a custom build rule which is trying to run
 mt. If so delete the rule and let VS take care of running mt


 On 23 November 2013 22:48, Raymond de Vries ree...@xs4all.nl wrote:

 Hi guys,

 Can you tell me which combination of tools you are using on windows 8?
 The error that I get (Access Denied) comes from mt.exe from Windows SDK
 7.1. I was trying to use that Windows SDK version since I always use it on
 Windows 7 without trouble.

 Cheers
 Raymond


 Sent from my iPad

  On Nov 23, 2013, at 23:33, Raymond de Vries ree...@xs4all.nl wrote:
 
  Hi Terry,
 
  Ok, that makes sense to me, and matches my findings so far. I have
 tried to get access to C: by changing the permissions but no luck so far,
 despite all the instructions online.
 
  I find it pretty hard to accept that windows is trying to protect me
 and not let me use my machine as I want it... sigh.
 
  On the other hand, I am suspecting visual studio too... Have you tried
 different versions of VS?
 
  Thanks for your hints, I am going on.
 
  cheers
  Raymond
 
 
 
  On 11/23/2013 11:18 PM, Terry Welsh wrote:
  I didn't have trouble building OSG with VS 2013 on Windows 8, but I
  had already worked on my whole system's file permissions just to get
  Cygwin to work.
 
  There are a lot of instructions online for giving users full access to
  the C drive, but I can't remember which ones actually fixed my
  problem. You'll have search a little and try things out. In the end I
  was only able to give myself full access to C:\terry but not C:.  You
  may have better luck. Now doing all my compiling and other work in
  C:\terry works fine.
  --
  Terry Welsh
  www.reallyslick.com
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




 --
 http://www.ssTk.co.uk

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
http://www.ssTk.co.uk
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Wojciech Lewandowski
Hi Raymond,

Just a thought. Most probably wrong. I saw similar errors with TortoiseGIT.
But I supposed similar problems could be triggered by other programs in the
background scanning filesystem for changes. In my case killing TortoiseGIT
cache process was helping me.

Wojtek


2013/11/22 Raymond de Vries ree...@xs4all.nl

 Hi,

 No, I am using a local account. It's a fresh installation. Did you change
 any settings for your account?

 cheers
 Raymond



 On 11/22/2013 10:42 PM, Torben Dannhauer wrote:

 Hi,

 Im compiling various projects including OSG on windows 8 with VS 2012 and
 VS2013 - I have no problem with such an error. Is your computer integrated
 into a AD domain?


 Cheers,
 Torben

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=57409#57409





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Terry Welsh
I didn't have trouble building OSG with VS 2013 on Windows 8, but I
had already worked on my whole system's file permissions just to get
Cygwin to work.

There are a lot of instructions online for giving users full access to
the C drive, but I can't remember which ones actually fixed my
problem. You'll have search a little and try things out. In the end I
was only able to give myself full access to C:\terry but not C:.  You
may have better luck. Now doing all my compiling and other work in
C:\terry works fine.
--
Terry Welsh
www.reallyslick.com
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Raymond de Vries

Hi,

Any more insight would help so I appreciate your thoughts. I will keep 
this in mind, so far I am not using git or so.


cheers
Raymond



On 11/23/2013 3:53 PM, Wojciech Lewandowski wrote:

Hi Raymond,

Just a thought. Most probably wrong. I saw similar errors with 
TortoiseGIT. But I supposed similar problems could be triggered by 
other programs in the background scanning filesystem for changes. In 
my case killing TortoiseGIT cache process was helping me.


Wojtek


2013/11/22 Raymond de Vries ree...@xs4all.nl mailto:ree...@xs4all.nl

Hi,

No, I am using a local account. It's a fresh installation. Did you
change any settings for your account?

cheers
Raymond



On 11/22/2013 10:42 PM, Torben Dannhauer wrote:

Hi,

Im compiling various projects including OSG on windows 8 with
VS 2012 and VS2013 - I have no problem with such an error. Is
your computer integrated into a AD domain?


Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=57409#57409





___
osg-users mailing list
osg-users@lists.openscenegraph.org
mailto:osg-users@lists.openscenegraph.org

http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
mailto:osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Raymond de Vries

Hi Terry,

Ok, that makes sense to me, and matches my findings so far. I have tried 
to get access to C: by changing the permissions but no luck so far, 
despite all the instructions online.


I find it pretty hard to accept that windows is trying to protect me and 
not let me use my machine as I want it... sigh.


On the other hand, I am suspecting visual studio too... Have you tried 
different versions of VS?


Thanks for your hints, I am going on.

cheers
Raymond



On 11/23/2013 11:18 PM, Terry Welsh wrote:

I didn't have trouble building OSG with VS 2013 on Windows 8, but I
had already worked on my whole system's file permissions just to get
Cygwin to work.

There are a lot of instructions online for giving users full access to
the C drive, but I can't remember which ones actually fixed my
problem. You'll have search a little and try things out. In the end I
was only able to give myself full access to C:\terry but not C:.  You
may have better luck. Now doing all my compiling and other work in
C:\terry works fine.
--
Terry Welsh
www.reallyslick.com
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Raymond de Vries
Hi guys,

Can you tell me which combination of tools you are using on windows 8? The 
error that I get (Access Denied) comes from mt.exe from Windows SDK 7.1. I 
was trying to use that Windows SDK version since I always use it on Windows 7 
without trouble.

Cheers
Raymond


Sent from my iPad

 On Nov 23, 2013, at 23:33, Raymond de Vries ree...@xs4all.nl wrote:
 
 Hi Terry,
 
 Ok, that makes sense to me, and matches my findings so far. I have tried to 
 get access to C: by changing the permissions but no luck so far, despite all 
 the instructions online.
 
 I find it pretty hard to accept that windows is trying to protect me and not 
 let me use my machine as I want it... sigh.
 
 On the other hand, I am suspecting visual studio too... Have you tried 
 different versions of VS?
 
 Thanks for your hints, I am going on.
 
 cheers
 Raymond
 
 
 
 On 11/23/2013 11:18 PM, Terry Welsh wrote:
 I didn't have trouble building OSG with VS 2013 on Windows 8, but I
 had already worked on my whole system's file permissions just to get
 Cygwin to work.
 
 There are a lot of instructions online for giving users full access to
 the C drive, but I can't remember which ones actually fixed my
 problem. You'll have search a little and try things out. In the end I
 was only able to give myself full access to C:\terry but not C:.  You
 may have better luck. Now doing all my compiling and other work in
 C:\terry works fine.
 --
 Terry Welsh
 www.reallyslick.com
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Simon Hammett
The only time I've had problems with mt.exe and access denied is when for
some reason it runs the tool mt.exe too early.
When this happens the linker still has the target .exe or .dll open as it
links and therefore mt.exe will obviously fail.

But I can't tell you why it happens or give you a fix.
It's only happened to me a couple of times and pressing build again usually
resolves the problem.

I suppose you could try fiddling with the multiple project build settings
and set it to only build one project at a time.

Also check to see if there is a custom build rule which is trying to run
mt. If so delete the rule and let VS take care of running mt


On 23 November 2013 22:48, Raymond de Vries ree...@xs4all.nl wrote:

 Hi guys,

 Can you tell me which combination of tools you are using on windows 8? The
 error that I get (Access Denied) comes from mt.exe from Windows SDK 7.1.
 I was trying to use that Windows SDK version since I always use it on
 Windows 7 without trouble.

 Cheers
 Raymond


 Sent from my iPad

  On Nov 23, 2013, at 23:33, Raymond de Vries ree...@xs4all.nl wrote:
 
  Hi Terry,
 
  Ok, that makes sense to me, and matches my findings so far. I have tried
 to get access to C: by changing the permissions but no luck so far, despite
 all the instructions online.
 
  I find it pretty hard to accept that windows is trying to protect me and
 not let me use my machine as I want it... sigh.
 
  On the other hand, I am suspecting visual studio too... Have you tried
 different versions of VS?
 
  Thanks for your hints, I am going on.
 
  cheers
  Raymond
 
 
 
  On 11/23/2013 11:18 PM, Terry Welsh wrote:
  I didn't have trouble building OSG with VS 2013 on Windows 8, but I
  had already worked on my whole system's file permissions just to get
  Cygwin to work.
 
  There are a lot of instructions online for giving users full access to
  the C drive, but I can't remember which ones actually fixed my
  problem. You'll have search a little and try things out. In the end I
  was only able to give myself full access to C:\terry but not C:.  You
  may have better luck. Now doing all my compiling and other work in
  C:\terry works fine.
  --
  Terry Welsh
  www.reallyslick.com
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
http://www.ssTk.co.uk
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Raymond de Vries
Hi,

Thnx for your suggetions, strange things are happening... This errors occurs 
when cmake tries to figure out the compiler (don't have the details here). I 
will look in the direction you pointed out.

Thanks,
Raymond


Sent from my iPad

 On Nov 23, 2013, at 23:55, Simon Hammett s.d.hamm...@googlemail.com wrote:
 
 The only time I've had problems with mt.exe and access denied is when for 
 some reason it runs the tool mt.exe too early.
 When this happens the linker still has the target .exe or .dll open as it 
 links and therefore mt.exe will obviously fail.
 
 But I can't tell you why it happens or give you a fix.
 It's only happened to me a couple of times and pressing build again usually 
 resolves the problem.
 
 I suppose you could try fiddling with the multiple project build settings and 
 set it to only build one project at a time.
 
 Also check to see if there is a custom build rule which is trying to run mt. 
 If so delete the rule and let VS take care of running mt
 
 
 On 23 November 2013 22:48, Raymond de Vries ree...@xs4all.nl wrote:
 Hi guys,
 
 Can you tell me which combination of tools you are using on windows 8? The 
 error that I get (Access Denied) comes from mt.exe from Windows SDK 7.1. I 
 was trying to use that Windows SDK version since I always use it on Windows 
 7 without trouble.
 
 Cheers
 Raymond
 
 
 Sent from my iPad
 
  On Nov 23, 2013, at 23:33, Raymond de Vries ree...@xs4all.nl wrote:
 
  Hi Terry,
 
  Ok, that makes sense to me, and matches my findings so far. I have tried 
  to get access to C: by changing the permissions but no luck so far, 
  despite all the instructions online.
 
  I find it pretty hard to accept that windows is trying to protect me and 
  not let me use my machine as I want it... sigh.
 
  On the other hand, I am suspecting visual studio too... Have you tried 
  different versions of VS?
 
  Thanks for your hints, I am going on.
 
  cheers
  Raymond
 
 
 
  On 11/23/2013 11:18 PM, Terry Welsh wrote:
  I didn't have trouble building OSG with VS 2013 on Windows 8, but I
  had already worked on my whole system's file permissions just to get
  Cygwin to work.
 
  There are a lot of instructions online for giving users full access to
  the C drive, but I can't remember which ones actually fixed my
  problem. You'll have search a little and try things out. In the end I
  was only able to give myself full access to C:\terry but not C:.  You
  may have better luck. Now doing all my compiling and other work in
  C:\terry works fine.
  --
  Terry Welsh
  www.reallyslick.com
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
  http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
  http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
 
 
 -- 
 http://www.ssTk.co.uk
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-22 Thread Torben Dannhauer
Hi,

Im compiling various projects including OSG on windows 8 with VS 2012 and 
VS2013 - I have no problem with such an error. Is your computer integrated into 
a AD domain?


Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=57409#57409





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-22 Thread Raymond de Vries

Hi,

No, I am using a local account. It's a fresh installation. Did you 
change any settings for your account?


cheers
Raymond


On 11/22/2013 10:42 PM, Torben Dannhauer wrote:

Hi,

Im compiling various projects including OSG on windows 8 with VS 2012 and 
VS2013 - I have no problem with such an error. Is your computer integrated into 
a AD domain?


Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=57409#57409





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org