Page 1 of 1
EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 2:47 pm
by alfa
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 ??
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 3:17 pm
by Jabantiz
I can confirm this happens on the public SVN, gonna try a clean Dev SVN and see what happens.
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 3:18 pm
by John Adams
I moved Loot to Items, and did not copy over the vcproj files to "win".
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 3:20 pm
by John Adams
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.
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 3:34 pm
by Jabantiz
Didn't happen on a Dev Svn compile, but looks like John found the problem already.
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 3:39 pm
by John Adams
Jabantiz wrote:Didn't happen on a Dev Svn compile, but looks like John found the problem already.
I only knew because I made that change

I can't even blame Zcoretri, like I normally would do.
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.
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 3:46 pm
by Jabantiz
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.
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.
EDIT: Win folder on dev svn didn't work, my QA testing sucks.
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 3:52 pm
by John Adams
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:
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" />
Is this another PoS VS2010 issue?
Edit: oh, nm. I think SVN is the one freaking out. Now, suddenly, the files are "modified". wtf.
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 3:55 pm
by John Adams
Try public SVN now. (both eq2server an googlecode should have fix)
Thanks, alfa!
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 4:08 pm
by Jabantiz
Public svn compiles now.
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 4:30 pm
by Zcoretri
So what can I expect when I get back from Chicago?
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 4:34 pm
by alfa
John Adams wrote:Try public SVN now. (both eq2server an googlecode should have fix)
Thanks, alfa!
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)
Re: EQ2WorldVC10 Error dev SVN
Posted: Wed Oct 10, 2012 4:55 pm
by John Adams
Zcoretri wrote:So what can I expect when I get back from Chicago?
You can expect the world to be in perfect balance with the universe around it.
Re: EQ2WorldVC10 Error dev SVN
Posted: Fri Oct 12, 2012 8:58 am
by Zcoretri
John Adams wrote:Zcoretri wrote:So what can I expect when I get back from Chicago?
You can expect the world to be in perfect balance with the universe around it.
Good, that should mean I will arrive home safely
