Loren Osborn linux_dr
  • Joined on 2015-06-09
4306dd0ab1 Fixed 149 XCode compiler warnings.
d102536b1a Fix #93685: Allow Outliner Drag to Other Windows
Compare 2 commits »
Loren Osborn created pull request blender/blender#111193 2023-08-17 01:13:57 +02:00
Fixed 149 XCode compiler warnings.
92c19e2dde Fixed 149 XCode compiler warnings.
ee320c9f37 Fixed 149 XCode compiler warnings.
Loren Osborn created branch losborn_SUBMITABLE_cleanup_xcode_warnings_pt1 in linux_dr/blender 2023-08-17 01:07:44 +02:00
Loren Osborn created repository linux_dr/blender 2023-08-17 00:52:10 +02:00
Loren Osborn commented on issue blender/blender#109598 2023-07-05 02:33:58 +02:00
XCode build fails to link

@linux_dr I don't see a practical way to sync the Xcode and CMake ASAN options, I just fixed the build to work with both.

Like I said, that would likely make the most sense, but it may very…

Loren Osborn commented on issue blender/blender#109598 2023-07-03 20:30:18 +02:00
XCode build fails to link

For the opencolorio issue encountered by @Thorsten-Kreutz I'm not sure what happened, maybe attach the complete build log.

s. Attached Log

I don’t know if it matters (to…

Loren Osborn commented on issue blender/blender#109598 2023-07-03 20:17:47 +02:00
XCode build fails to link

For the mutex link errors encountered by @linux_dr , source/blender/makesrna/intern/CMakeLists.txt contains code that checks WITH_COMPILER_ASAN is enabled and if so adds threads.cc. Maybe…

Loren Osborn commented on issue blender/blender#109598 2023-07-03 16:32:51 +02:00
XCode build fails to link

Does it happens also without the -T buildsystem=1 workaround, now that there is a solution for #109596?

If it's an issue with the old build system only, it's not worth fixing.

With…

Loren Osborn commented on issue blender/blender#109598 2023-07-03 04:41:41 +02:00
XCode build fails to link

Looks like this might be linked to the WITH_COMPILER_ASAN compiler option.

Loren Osborn commented on issue blender/blender#109596 2023-07-03 01:47:48 +02:00
CMake fails to generate Xcode project

... does something like this fix the issue?

@LazyDodo , You got it. That did the trick. I really appreciate your help! can you submit a patch for this to get it regression tested for all…

Loren Osborn commented on issue blender/blender#109596 2023-07-02 20:36:27 +02:00
CMake fails to generate Xcode project

The workaround doesn't seem to work on Apple Silicon.

Can you confirm that you can reproduce this issue without the workaround? (i.e. it’s broken either way)

Note: I expect the…

Loren Osborn opened issue blender/blender#109598 2023-07-01 19:50:21 +02:00
XCode build fails to link
Loren Osborn opened issue blender/blender#109596 2023-07-01 19:28:19 +02:00
CMake fails to generate Xcode project