| | |
linker in c++ with subversion
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Mar 2007
Posts: 61
Reputation:
Solved Threads: 0
how do i compile a project with files/codes in a subversion..
suppose I have these files in a version control:
folder/implement.cpp
folder/head.hpp
I want to compile my main.cpp with these files
What I did is:
$ g++ main.cpp ../svn/folder/implement.cpp -I ../svn/folder/ -o main
It doesnt work...
Pls give me link that gives the complete codes on how to compile diff programs in c++.
tnx in advance...
suppose I have these files in a version control:
folder/implement.cpp
folder/head.hpp
I want to compile my main.cpp with these files
What I did is:
$ g++ main.cpp ../svn/folder/implement.cpp -I ../svn/folder/ -o main
It doesnt work...
Pls give me link that gives the complete codes on how to compile diff programs in c++.
tnx in advance...
•
•
•
•
how do i compile a project with files/codes in a subversion..
suppose I have these files in a version control:
folder/implement.cpp
folder/head.hpp
I want to compile my main.cpp with these files
What I did is:
$ g++ main.cpp ../svn/folder/implement.cpp -I ../svn/folder/ -o main
It doesnt work...
Pls give me link that gives the complete codes on how to compile diff programs in c++.
tnx in advance...
At any case, developers do not link the files in the repository directly. First they checkout them to a working folder and do the stuff from there. So first see if the
../svn/folder/implement.cpp file exists. It is likely that it doesnt exist, and what exists is a file like ../svn/folder/implement.cpp,v. If the ../svn/folder/implement.cpp,v exists, check the files to a working folder and build using them. バルサミコ酢やっぱいらへんで
![]() |
Similar Threads
- Dev C++ linker errors, undefined reference (C++)
- Dev-C++, GLUI linker error, undefined reference (C++)
- Linker Error in derived class initialization (C++)
- Linker Error>Undefined reference error to xyz (C++)
- Linker Error when program is run (Urgent help required Please") (C++)
Other Threads in the C++ Forum
- Previous Thread: c++
- Next Thread: Rock Paper Scissors scoring help
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays assignment beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer display dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator getline givemetehcodez graph iamthwee ifstream image input int java lib loop looping loops map math matrix memory multidimensional multiple newbie news node number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg sort sorting string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






