Re: ManEdit 0.4.0d



On Thu, Jan 18, 2001 at 03:42:51PM -0800, learfox furry ao net wrote:
...
Undefined referance errors to 'guint8'.

Again if you take shared sources from Windows and compile them with glib
definations you'll get undefined referance errors.

This is due to the problem of guint8 not being defined on windows
platforms.

Again, I said eailier that the sources that do NOT use guint8 in manedit
are from Windows shared sources.

So it sounds like manedit uses source code that was originally from a
Windows application that doesn't use GLIB nor GTK.

It sounds like you should get rid of the dependency of using Windows
specific type definitions in manedit's code.  For example, somewhere
in a header file which is not from the Windows shared sources, you
should add something like:

typedef guint8 u_int8_t

Basically, there a number of ways to fix this cross-platform problem.
What's currently there just doesn't really work.
--andy




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]