[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't load backend on MinGW
From: |
Germán Arias |
Subject: |
Re: Can't load backend on MinGW |
Date: |
Sat, 14 Feb 2015 01:40:04 -0600 |
Running it with:
debugapp SystemPreferences --GNU-Debug=NSBundle
I get:
(gdb) run
Starting program:
C:/MinGW/msys/1.0/local/lib/GNUstep/Applications/SystemPrefere
nces.app/SystemPreferences.exe "--GNU-Debug=NSBundle"
[New Thread 3780.0xb88]
[New Thread 3780.0x6a4]
warning: 2015-02-14 01:33:12.137 SystemPreferences[3780] File
NSBundle.m: 1484.
In [NSBundle -mainBundle] Found main in
C:/MinGW/msys/1.0/local/lib/GNUstep/Appl
ications/SystemPreferences.app
warning: 2015-02-14 01:33:12.227 SystemPreferences[3780] File
objc-load.m: 100.
In objc_initialize_loading Debug (objc-load): initializing dynamic
loader for C:
/MinGW/msys/1.0/local/lib/GNUstep/Applications/SystemPreferences.app/SystemPrefe
rences.exe
warning: 2015-02-14 01:33:12.257 SystemPreferences[3780] File
objc-load.m: 170.
In GSPrivateLoadModule Debug (objc-load): Linking file
C:/MinGW/msys/1.0/local/l
ib/GNUstep/Bundles/libgnustep-back-024.bundle/./libgnustep-back-024.dll
warning: 2015-02-14 01:33:13.239 SystemPreferences[3780]
NSApplication.m:317 As
sertion failed in initialize_gnustep_backend. Can't load object file
from backe
nd at path
C:/MinGW/msys/1.0/local/lib/GNUstep/Bundles/libgnustep-back-024.bundl
e
[Inferior 1 (process 3780) exited with code 01]
(gdb)
Notice the path to the dll:
C:/MinGW/msys/1.0/local/l
ib/GNUstep/Bundles/libgnustep-back-024.bundle/./libgnustep-back-024.dll
Is right the dot in the middle of the path?
Germán