EQ2WorldVC10 Error dev SVN
Moderator: Team Members
- alfa
- Team Member
- Posts: 550
- Joined: Fri Jul 27, 2007 6:24 pm
- Location: France
- Contact:
EQ2WorldVC10 Error dev SVN
Clean checkout, when I try to build, error pop up
'..\..\source\WorldServer\Items.cpp'
'..\..\source\WorldServer\Loot\Loot.cpp' : No such file or directory
'..\..\source\WorldServer\Loot\LootDB.cpp' : No such file or directory
All this files are in
'..\..\source\WorldServer\Items\'
and
'..\..\source\WorldServer\Loot\' doesn't exist
If I create a dir called Loot, copy paste Loot.cpp, Loot.h, LootDB.cpp files
Copy paste Items.cpp, Items.h
Try to compile, error pop up
'../../common/types.h' : No such file or directory
I edit Items.h and Items.cpp (the file I have copy paste) for fix includes path but a ton of errors pop, so what I do wrong ??
'..\..\source\WorldServer\Items.cpp'
'..\..\source\WorldServer\Loot\Loot.cpp' : No such file or directory
'..\..\source\WorldServer\Loot\LootDB.cpp' : No such file or directory
All this files are in
'..\..\source\WorldServer\Items\'
and
'..\..\source\WorldServer\Loot\' doesn't exist
If I create a dir called Loot, copy paste Loot.cpp, Loot.h, LootDB.cpp files
Copy paste Items.cpp, Items.h
Try to compile, error pop up
'../../common/types.h' : No such file or directory
I edit Items.h and Items.cpp (the file I have copy paste) for fix includes path but a ton of errors pop, so what I do wrong ??
Fight with me... Or die, like the rest.
J.A. say: "I think Xinux tried to tell me this, but I ignore most things he suggests."
J.A. say: "I think Xinux tried to tell me this, but I ignore most things he suggests."
-
Jabantiz
- Lead Developer
- Posts: 2912
- Joined: Wed Jul 25, 2007 2:52 pm
- Location: California
Re: EQ2WorldVC10 Error dev SVN
I can confirm this happens on the public SVN, gonna try a clean Dev SVN and see what happens.
- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
Re: EQ2WorldVC10 Error dev SVN
I moved Loot to Items, and did not copy over the vcproj files to "win".
- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
Re: EQ2WorldVC10 Error dev SVN
PS: Please stop hiding all topics in Private forums, unless they are emu secrets. We need a lively community, not dead silent ones.
Moving to Windows support.
Moving to Windows support.
-
Jabantiz
- Lead Developer
- Posts: 2912
- Joined: Wed Jul 25, 2007 2:52 pm
- Location: California
Re: EQ2WorldVC10 Error dev SVN
Didn't happen on a Dev Svn compile, but looks like John found the problem already.
- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
Re: EQ2WorldVC10 Error dev SVN
I only knew because I made that changeJabantiz wrote:Didn't happen on a Dev Svn compile, but looks like John found the problem already.
Edit: hang on here... something is not right. The VCProj files in Win are updated, but something else is wrong. There's no way it can build for dev and not win, because they are the same project files. Investigating.
-
Jabantiz
- Lead Developer
- Posts: 2912
- Joined: Wed Jul 25, 2007 2:52 pm
- Location: California
Re: EQ2WorldVC10 Error dev SVN
That was probably crappy testing on my part now that I think about it, did public svn (wich doesn't have the dev folder just win) but on the dev svn test I used the dev folder not win. Will check again using the right folder.John Adams wrote: Edit: hang on here... something is not right. The VCProj files in Win are updated, but something else is wrong. There's no way it can build for dev and not win, because they are the same project files. Investigating.
EDIT: Win folder on dev svn didn't work, my QA testing sucks.
- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
Re: EQ2WorldVC10 Error dev SVN
Something is screwy with SVN here. The files are identical, but the SLN in the 'win' folder clearly shows Items.cpp and Items.h in the root, not under Items. But, the files show them here:
Is this another PoS VS2010 issue?
Edit: oh, nm. I think SVN is the one freaking out. Now, suddenly, the files are "modified". wtf.
Code: Select all
<ClCompile Include="..\..\source\WorldServer\Items\Items.cpp" />
<ClCompile Include="..\..\source\WorldServer\Items\ItemsDB.cpp" />
<ClCompile Include="..\..\source\WorldServer\Items\Loot.cpp" />
<ClCompile Include="..\..\source\WorldServer\Items\LootDB.cpp" />
<ClInclude Include="..\..\source\WorldServer\Items\Items.h" />
<ClInclude Include="..\..\source\WorldServer\Items\Loot.h" />
Edit: oh, nm. I think SVN is the one freaking out. Now, suddenly, the files are "modified". wtf.
- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
Re: EQ2WorldVC10 Error dev SVN
Try public SVN now. (both eq2server an googlecode should have fix)
Thanks, alfa!
Thanks, alfa!
-
Jabantiz
- Lead Developer
- Posts: 2912
- Joined: Wed Jul 25, 2007 2:52 pm
- Location: California
Re: EQ2WorldVC10 Error dev SVN
Public svn compiles now.
- Zcoretri
- Team Member
- Posts: 1642
- Joined: Fri Jul 27, 2007 12:55 pm
- Location: SoCal
Re: EQ2WorldVC10 Error dev SVN
So what can I expect when I get back from Chicago?
- alfa
- Team Member
- Posts: 550
- Joined: Fri Jul 27, 2007 6:24 pm
- Location: France
- Contact:
Re: EQ2WorldVC10 Error dev SVN
It's nothing, but this mean I still checkout the public svn, right ? (Thinking this was Dev so thats why I don't post in public section)John Adams wrote:Try public SVN now. (both eq2server an googlecode should have fix)
Thanks, alfa!
Fight with me... Or die, like the rest.
J.A. say: "I think Xinux tried to tell me this, but I ignore most things he suggests."
J.A. say: "I think Xinux tried to tell me this, but I ignore most things he suggests."
- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
Re: EQ2WorldVC10 Error dev SVN
You can expect the world to be in perfect balance with the universe around it.Zcoretri wrote:So what can I expect when I get back from Chicago?
- Zcoretri
- Team Member
- Posts: 1642
- Joined: Fri Jul 27, 2007 12:55 pm
- Location: SoCal
Re: EQ2WorldVC10 Error dev SVN
Good, that should mean I will arrive home safelyJohn Adams wrote:You can expect the world to be in perfect balance with the universe around it.Zcoretri wrote:So what can I expect when I get back from Chicago?
Who is online
Users browsing this forum: No registered users and 0 guests