سؤال

أحاول التجميع مهرجان على mingw32 ، حتى أتمكن من الحصول على ثنائي Windows. لم أتمكن من العثور على Windows Binary على موقعه. أي شخص لديه واحد يمكنه نشره؟

إذا لم يكن الأمر كذلك ، فإليك ما لدي حتى الآن. فعلت ./configure وجعلها ولدي الرسالة التالية:

$ make
config/config:43: ../speech_tools/config/config: No such file or directory

لذلك ، قمت بتنزيل كرة القطران الكلام وحصلت. فعلت ./configure وجعلها للحصول على:

$ make
config/config:156: config/systems/ix86_unknown.mak: No such file or directory
../config/config:156: ../config/systems/ix86_unknown.mak: No such file or directory
make: *** No rule to make target `../config/systems/ix86_unknown.mak'.  Stop.
config/rules/modules.mak:133: config/modincludes.inc: No such file or directory
make --no-print-directory -C ./config MADE_FROM_ABOVE=1  MODINCLUDES=1 INCLUDE_EVERYTHING='' modincludes.inc 
../config/config:156: ../config/systems/ix86_unknown.mak: No such file or directory
make[1]: *** No rule to make target `../config/systems/ix86_unknown.mak'.  Stop.
make: *** [config/modincludes.inc] Error 2

لذلك ، قمت بنسخ config/systems/ix86_cygwin32.mak إلى ix86_unknown.mak وحاولت مرة أخرى. الآن تلقيت هذه الرسالة:

g++ -c -fno-implicit-templates -O3 -Wall -Wno-non-template-friend -Wno-deprecated -DSUPPORT_EDITLINE -I../include slib.cc
In file included from slib.cc:85:
../include/EST_unix.h:53:25: sys/wait.h: No such file or directory
../include/EST_unix.h:54:29: sys/resource.h: No such file or directory
In file included from ../include/EST_String.h:50,
                 from ../include/siod.h:17,
                 from slib.cc:88:
../include/EST_iostream.h:54:26: strstream.h: No such file or directory
In file included from ../include/EST_TList.h:50,
                 from ../include/EST_string_aux.h:43,
                 from ../include/siod.h:18,
                 from slib.cc:88:

من أين أحصل على sys/wait.h و sys/resource.h و strstream.h؟ أفضل ألا أضطر إلى تجربة هذا الشيء بالكامل في Cygwin وحمل تلك DLL المزعجة. اي نصيحه؟

هل كانت مفيدة؟

المحلول

ثنائيات Windows متوفرة هنا

نصائح أخرى

ستحصل على أبعد من ذلك مع تثبيت Cygwin الكامل بدلاً من Mingwin فقط ، لكن لا يمكنني أن أعد النجاح.

أدير Ubuntu وأتذكر وجود مهرجان متاح في مستودع Synaptics ، مما يعني أنه كان علي فقط النقر على الاسم ، والشيء الذي تم تثبيته مع جميع تبعياته.
إذا فشل كل شيء آخر ، فقد ترغب في تشغيل VM مع Ubuntu أو التمهيد المزدوج.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top