Technical support > Linux

[RESOLVED] Crosscompiling from Linux for Windows

<< < (4/4)

Mattn:
oh.. and please post a small patch - just that i won't miss anything

MarcoBi:

--- Quote from: MarcoBi on September 25, 2010, 02:32:01 pm ---OK, the new build system now works for me.
Just for reference:
- build shared GTK
- add -lstdc++ for uforadiant & uforadiant-brushexport

Now I only need to find how to compile maps and to find a way to package everything!


--- End quote ---

RTMP is a streaming protocol and my libcurl got it as a dep because it was present at compile time, useless for ufoai anyway

Mattn:
then you should add this to config.mk

--- Code: ---ufo_LDFLAGS += -lrmtp
ufoded_LDFLAGS += -lrmtp
testall_LDFLAGS += -lrmtp

--- End code ---

this is imo more a problem of your curl-config file (where you can fix this of course, too)

MarcoBi:

--- Quote from: Mattn on September 29, 2010, 12:24:13 pm ---then you should add this to config.mk

--- Code: ---ufo_LDFLAGS += -lrmtp
ufoded_LDFLAGS += -lrmtp
testall_LDFLAGS += -lrmtp

--- End code ---

this is imo more a problem of your curl-config file (where you can fix this of course, too)

--- End quote ---

I've found a better solution: recompile curl disabling rtmp support, it was in my toolchain only for MPlayer and vlc

Navigation

[0] Message Index

[*] Previous page

Go to full version