[Samba] Visual Studio/Samba Compile from Shares issue

2005-11-07 Thread Ing . Büro J . Nold

Subject:
==
fatal error C1001: INTERNER COMPILER- FEHLER
   (Compiler-Datei 'E:\8966\vc98\p2\src\P2\p2symtab.c', Zeile 932)
   Bitte klicken Sie im Menü '?' von Visual C++ auf 'Software Service',
 oder öffnen Sie die Hilfedatei für den Software Service, um weitere

Informationen zu erhalten.
==


Hi,

maybe my experience helps ...

Set the output directories form 'Debug' to a 
local dir, e.g. 'c:\temp\debug'. Then it should work fine ...

I had a similar problem with the .Net compiler, which always
had 'security problems' ...

'Hope it work's on your machine (-s) ...

Yours
JN

*---
---*
Ingenieurbüro J.Nold
 
Darmstädter Str. 67
64572   Büttelborn (bei Darmstadt)
Tel.:   +49-6152-858222
Fax.:   +49-6152-858224
Mobil:  +49-173-6509484
E-Mail: [EMAIL PROTECTED]
Web:www.jnold.de

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Visual Studio/Samba Compile from Shares issue

2005-01-28 Thread kurt weiss
sorry, if i answer the wrong one - i did not follow the threat from begin.
here's my answer:
* is it windows xp sp2?
* is the compiler error similar like this one?:
==
fatal error C1001: INTERNER COMPILER- FEHLER
  (Compiler-Datei 'E:\8966\vc98\p2\src\P2\p2symtab.c', Zeile 932)
  Bitte klicken Sie im Menü '?' von Visual C++ auf 'Software Service',
oder öffnen Sie die Hilfedatei für den Software Service, um weitere 
Informationen zu erhalten.
==
(sorry, a stupid reseller sold me vc++ as german version :-( )

* this error apears in debug version, but not in release version?
- a fast workaround:
* turn off precompiled headers in project...
* recompile all
* after that the compilation succeeds again.
(seems that wixp sp2 has changed some shared libraries).
i hope i'd helped...
--
mit freundlichen grüssen

ing. kurt weiss, A-6425 Haiming, Gartenweg 3
Tel.: +43 699 1 272 9926/Fax: +43 699 4 272 9926
E-Mail: [EMAIL PROTECTED]
Web: http://www.kwnet.at/ || http://www.oberlandinfo.at/
www.kwnet.at   ...one step to the future
edv  internet   programmierung   informationstechnologie
mfh servicepoint west http://www.mfh.at/

empfehlungen:===
suche nach wissen:   http://de.wikipedia.org
legale, gute gratissoftware:  http://www.sourceforge.net
http://www.heise.de/software
suche im internet:  http://www.google.at

Kelly S. Smelser schrieb:
I've tried setting dos filetimes = yes and dos filetime resolution = 
yes, but this brought no change.  The problem persists.  Any more ideas?

K.
Gémes Géza wrote:
Kelly S. Smelser írta:
I've run into a problem in which Visual Studio 6.0 gives an Internal 
Compiler Error message when compiling from a samba share.  The 
project compiles fine locally and from shares on Windows machines.  
To me this suggests that the issue is with Samba.  I've tried adding 
full access to the share where the project is housed, but to no 
avail.  Any ideas?  We are running samba 3.0.9-1.3E.2 on a Redhat 
Enterprise 3 server.  The clients are Windows XP machines running 
Visual Studio 6.0 w/ SP5.
K.

--
Kelly S. Smelser
Labs Manager, Client Services
University of Indianapolis
[EMAIL PROTECTED]
I've read something like this in the docs some time ago, I would 
suggest, to read about the dos filetimes smb.conf parameter in the 
smb.conf manpage.

Cheers
Geza


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Visual Studio/Samba Compile from Shares issue

2005-01-26 Thread Derek Harkness
Try turning off the pre-compiled header all together.  Under 
Project-Settings then the C/C++ tab and the Precompiled Headers pull 
down.

Derek
On Jan 26, 2005, at 9:35 AM, Kelly S. Smelser wrote:
I've tried setting dos filetimes = yes and dos filetime resolution = 
yes, but this brought no change.  The problem persists.  Any more 
ideas?

K.
Gémes Géza wrote:
Kelly S. Smelser írta:
I've run into a problem in which Visual Studio 6.0 gives an Internal 
Compiler Error message when compiling from a samba share.  The 
project compiles fine locally and from shares on Windows machines.  
To me this suggests that the issue is with Samba.  I've tried adding 
full access to the share where the project is housed, but to no 
avail.  Any ideas?  We are running samba 3.0.9-1.3E.2 on a Redhat 
Enterprise 3 server.  The clients are Windows XP machines running 
Visual Studio 6.0 w/ SP5.
K.

--
Kelly S. Smelser
Labs Manager, Client Services
University of Indianapolis
[EMAIL PROTECTED]
I've read something like this in the docs some time ago, I would 
suggest, to read about the dos filetimes smb.conf parameter in the 
smb.conf manpage.

Cheers
Geza

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba
I believe the technical term is Oops!


PGP.sig
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Visual Studio/Samba Compile from Shares issue

2005-01-25 Thread Kevin Wheatley
Jeremy Allison wrote:
 
 On Mon, Jan 24, 2005 at 02:36:04PM -0500, Kelly S. Smelser wrote:
  I've run into a problem in which Visual Studio 6.0 gives an Internal
  Compiler Error message when compiling from a samba share.  The project
  compiles fine locally and from shares on Windows machines.  To me this
  suggests that the issue is with Samba.  I've tried adding full access to
  the share where the project is housed, but to no avail.  Any ideas?  We
  are running samba 3.0.9-1.3E.2 on a Redhat Enterprise 3 server.  The
  clients are Windows XP machines running Visual Studio 6.0 w/ SP5.
 
 Can you get an ethereal trace or level 10 debug log from smbd ?

Have you tried rebuilding from scratch the server hosted project? By
trying to compile locally you efectively started with a clean build I
expect, I've certainly seen issues where the compiler ICEs locally,
but removing all the junk in {Debug|Release} folders fixed it.

Kevin

-- 
| Kevin Wheatley, Cinesite (Europe) Ltd | Nobody thinks this  |
| Senior Technology | My employer for certain |
| And Network Systems Architect | Not even myself |
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Visual Studio/Samba Compile from Shares issue

2005-01-25 Thread Kelly S. Smelser
Kevin,
   I did try this.  I tried moving the project to a new location and 
removed all of the Debug files and directories, but the problem persists. 

K.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Visual Studio/Samba Compile from Shares issue

2005-01-25 Thread Beschorner Daniel
Did you try dos filetimes = yes and dos filemode = yes?

Daniel
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Visual Studio/Samba Compile from Shares issue

2005-01-24 Thread Kelly S. Smelser
I've run into a problem in which Visual Studio 6.0 gives an Internal 
Compiler Error message when compiling from a samba share.  The project 
compiles fine locally and from shares on Windows machines.  To me this 
suggests that the issue is with Samba.  I've tried adding full access to 
the share where the project is housed, but to no avail.  Any ideas?  We 
are running samba 3.0.9-1.3E.2 on a Redhat Enterprise 3 server.  The 
clients are Windows XP machines running Visual Studio 6.0 w/ SP5. 

K.
--
Kelly S. Smelser
Labs Manager, Client Services
University of Indianapolis
[EMAIL PROTECTED]
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Visual Studio/Samba Compile from Shares issue

2005-01-24 Thread Gémes Géza
Kelly S. Smelser írta:
I've run into a problem in which Visual Studio 6.0 gives an Internal 
Compiler Error message when compiling from a samba share.  The project 
compiles fine locally and from shares on Windows machines.  To me this 
suggests that the issue is with Samba.  I've tried adding full access 
to the share where the project is housed, but to no avail.  Any 
ideas?  We are running samba 3.0.9-1.3E.2 on a Redhat Enterprise 3 
server.  The clients are Windows XP machines running Visual Studio 6.0 
w/ SP5.
K.

--
Kelly S. Smelser
Labs Manager, Client Services
University of Indianapolis
[EMAIL PROTECTED]
I've read something like this in the docs some time ago, I would 
suggest, to read about the dos filetimes smb.conf parameter in the 
smb.conf manpage.

Cheers
Geza
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Visual Studio/Samba Compile from Shares issue

2005-01-24 Thread Jeremy Allison
On Mon, Jan 24, 2005 at 02:36:04PM -0500, Kelly S. Smelser wrote:
 I've run into a problem in which Visual Studio 6.0 gives an Internal 
 Compiler Error message when compiling from a samba share.  The project 
 compiles fine locally and from shares on Windows machines.  To me this 
 suggests that the issue is with Samba.  I've tried adding full access to 
 the share where the project is housed, but to no avail.  Any ideas?  We 
 are running samba 3.0.9-1.3E.2 on a Redhat Enterprise 3 server.  The 
 clients are Windows XP machines running Visual Studio 6.0 w/ SP5. 

Can you get an ethereal trace or level 10 debug log from smbd ?

Thanks,

Jeremy.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba