Ticket #188 (new patch)

Opened 1 year ago

Last modified 1 year ago

OpenSG 1.60 build fails with GNU make >3.80

Reported by: BoneStorm Assigned to: unassigned
Priority: major Milestone:
Component: Build Version: 1.6
Keywords: make build error patch Cc:
Completion:

Description

.. and any newer GNU make.

There must by a syntax change between make version <3.80 and 3.80. commonBuildDetect.mk takes care of this issue but fails with newer versions >3.80 of make. Thus the include pathes are pointing to nowhere and you get a lot of file *.h not found errors.

I fixed the problem for make 3.81, diff file is attached.

Attachments

OpenSG_1.60.make.diff (2.5 kB) - added by BoneStorm on 05/31/07 13:00:36.
patching OpenSG_1.6 build fails with make >3.80
OpenSG_1.60.make.2.diff (444 bytes) - added by BoneStorm on 05/31/07 13:02:11.
patching OpenSG_1.6 build fails with make >3.80

Change History

05/31/07 13:00:36 changed by BoneStorm

  • attachment OpenSG_1.60.make.diff added.

patching OpenSG_1.6 build fails with make >3.80

05/31/07 13:02:11 changed by BoneStorm

  • attachment OpenSG_1.60.make.2.diff added.

patching OpenSG_1.6 build fails with make >3.80

05/31/07 13:06:00 changed by BoneStorm

The first patch is broken. I wasn't allowed to replace it myself, so admins please remove.