wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.57k stars 1.82k forks source link

Fixes makefile.g95 and makeg95.env #5543

Closed wxtrac closed 3 years ago

wxtrac commented 22 years ago

Issue migrated from trac ticket # 5543

component: wxMSW | priority: high

2002-08-27 08:02:18: sefw1903 created the issue


When trying to use makefile.g95 under unix, checking for OSTYPE results in backslashes as path separators. This is wrong and according to the list (Mattia), makefile.g95 should not be used anyhow on platforms other than cygwin or msys.

The second part of the patch is for makeg95.env where cross-compilation should not be supported anymore. I don't know whether it's really wise to disable this feature, but according to wx-dev it's of no use anymore as configure should be used for cross-compilation.

wxtrac commented 22 years ago

2002-08-27 08:02:18: sefw1903 uploaded file makefileg95etc.patch (2.1 KiB)

Patches the two files listed above

wxtrac commented 22 years ago

2002-08-27 22:42:32: @mbarbon commented


Hello, I did apply the makeg95.env part of your patch. The OSTYPE part is not correct, as explained on wx-dev.

Thanks! Mattia