[AD] [ alleg-Bugs-1223257 ] Mac OSX allegro will not read config files |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: noreply@xxxxxxxxxx
- Subject: [AD] [ alleg-Bugs-1223257 ] Mac OSX allegro will not read config files
- From: "SourceForge.net" <noreply@xxxxxxxxxx>
- Date: Sun, 05 Aug 2007 22:04:43 -0700
Bugs item #1223257, was opened at 2005-06-18 12:52
Message generated for change (Comment added) made by konforce
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105665&aid=1223257&group_id=5665
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tools and Examples
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Tony Kramer (proto_potty)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mac OSX allegro will not read config files
Initial Comment:
I have noticed that the Mac OSX version of the 4.2 beta
allegro won't read any data from a config file. At
first I thought that it was something that I was doing
wrong, but the example program exconfig has the same
problem. The set_config_file() doesn't crash or
anything. The get functions just return 0 or NULL.
Writing to the config files works just fine. I have
tested this using Mac OS 10.3.9 and 10.4.1 with xcode
1.2 (not xcode 2.0).
----------------------------------------------------------------------
>Comment By: Matthew Leverton (konforce)
Date: 2007-08-06 00:04
Message:
Logged In: YES
user_id=611208
Originator: NO
set_config_file does not look in other locations for the file.
Documentation updated to clarify this.
----------------------------------------------------------------------
Comment By: Peter Hull (peterhull90)
Date: 2005-06-19 14:50
Message:
Logged In: YES
user_id=295085
I don't think this is a bug. From my interpretation of the
documentation, Allegro will search various paths, including the
executable directory, _only_ for the allegro.cfg file. If you specify
your own config file, as exconfig does, it will look in the place that
you specified, so if you gave it a path-less filename, it will look in
the current directory only.
I think an argument could be made that this behaviour is rather
useless, and it should search the executable directory, that is not
what the docs say.
----------------------------------------------------------------------
Comment By: Tony Kramer (proto_potty)
Date: 2005-06-18 13:55
Message:
Logged In: YES
user_id=1299108
I just found that it the example program exconfig will read
the config file if it is run from the terminal in the same
directory as the config file. But if you run it from any
other directory (like ./examples/exconfig from the allegro
root directory) or from finder, it will not load.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105665&aid=1223257&group_id=5665