You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I'm new to here,I tried to use mxml this afternoon,and then,something difficult happened to me.
I typed "make install" after configuring my prefix location and creating makefile.But it showed that there was no rule for "install-libmxml4.dll".And then I spent a lot of time on file "configure",trying to figure it out,but failed.
There's many difficult and complicated rules in "configure" and I couldn't understand them.Sorry,like I said,I'am new to this.
How to I do to make "make install" work?I know there are no rules for "install-libmxml4.dll" and "uninstall-libmxml4.dll".Do I need to change "LIBMXML" to other value directly?
The text was updated successfully, but these errors were encountered:
@michaelrsweet
Well,after configuring prefix and CFLAGS=-Wno-implicit-function-declaration and executing make,it generated a libmxml4.a and libmxml4.dll.
I thought that it should work no matter what platform I used after coding make install.My target is to use libmxml4.so on Windows since I use MSYS2 to run my C program.
I don't know whether it's right to do that,but I change LIBMXML to libmxml4.so.2 in Makefile and run make install,it works.
But if I modify configuration again,I guess the Makefile will regenerate and I have to change it manully again.
Sorry,late for replying.
Yes,I mean, DLL should be copied to libdir and the related headers which is only mxml.h should be copied too.And I also saw something like doc and man,which is very handy for people like me to use mxml.
Hi,I'm new to here,I tried to use mxml this afternoon,and then,something difficult happened to me.
I typed "make install" after configuring my prefix location and creating makefile.But it showed that there was no rule for "install-libmxml4.dll".And then I spent a lot of time on file "configure",trying to figure it out,but failed.
There's many difficult and complicated rules in "configure" and I couldn't understand them.Sorry,like I said,I'am new to this.
How to I do to make "make install" work?I know there are no rules for "install-libmxml4.dll" and "uninstall-libmxml4.dll".Do I need to change "LIBMXML" to other value directly?
The text was updated successfully, but these errors were encountered: