2.8pre-245-gfe67ae5 Compile error

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
Nash
 
 
Posts: 17487
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: 2.8pre-245-gfe67ae5 Compile error

Post by Nash »

randi wrote:Fixed, not that I expect any of you care anymore.
I do, actually. I still find the old project files useful (well, for MY setup anyway).
Blzut3
 
 
Posts: 3203
Joined: Wed Nov 24, 2004 12:59 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Contact:

Re: 2.8pre-245-gfe67ae5 Compile error

Post by Blzut3 »

Didn't we solve all of your CMake issues?
User avatar
Nash
 
 
Posts: 17487
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: 2.8pre-245-gfe67ae5 Compile error

Post by Nash »

Yes it's all good but I still keep the old VS2010 project file when I'm editing. I like using the IDE and seeing the source files all placed into folders on the left, and using Ctrl Shift F on the old project is much easier too. I would have a separate instance of Visual Studio open with the generated CMake stuff so I'd have to constantly switch windows while I work.

... or am I doing it totally wrong. :S
Blzut3
 
 
Posts: 3203
Joined: Wed Nov 24, 2004 12:59 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Contact:

Re: 2.8pre-245-gfe67ae5 Compile error

Post by Blzut3 »

Nash wrote:... or am I doing it totally wrong. :S
I believe so, if your files are listed in the CMakeLists they should appear in the same folders on the left. If you added new folders then you just need to add a source_group rule for them (see the bottom of src/CMakeLists.txt). Also make sure your header files can be found in the "file( GLOB HEADER_FILES" rules in that same CMake file.

The unmodified generated project should be more or less identical to the hand made one outside of a few extra things that CMake adds to keep itself updated automatically.
Post Reply

Return to “Closed Bugs [GZDoom]”