No makefile associated with this project

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
clabough
Posts: 27
Joined: Thu Sep 15, 2005 4:55 pm

No makefile associated with this project

Post by clabough » Sun Sep 25, 2005 8:42 pm

I'm getting the following error when trying to open an existing SourceGear project from another machine than what the project was created on.

After selecting "Create project from SourceGear Vault", and selecting a working folder, I get

"There is no makefile associated with this project, unable to createa Visual Basic project from this SourceGear Vault project."

This is a VB6 project. In Vault, there is the .vbp file, one .frm and one .frx

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Mon Sep 26, 2005 8:29 am

I'm not completely familiar with what VB projects need to compile, but I would guess that the problem is that there is a file needed to compile that is missing in source control, but exists on the machine where you first created the project. Compare the contents of the machine where it works to the machine where it doesn't, and when you've identified the file that is needed to compile, add it to source control.

Locked