Hi, I'm trying to compile uWSGI (1.3 from dev repo.) with the specified default configuration. So as not to put the same lines for each instance every time.
in buildconf I have test.ini: """ [uwsgi] inherit = base embed_config = test_conf.ini ... """ and in buildconf I have test_conf.ini: """ [uwsgi] logto = %(chdir)/log logdate = %%Y-%%m-%%d %%H:%%M:%%S """ I'm doing this: $ python3 uwsgiconfig.py --build test I get: [gcc -pthread] core/ini.o [gcc -pthread] core/sendfile.o *** uWSGI linking *** gcc -pthread -o fl core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/plugins.o core/lock.o core/cache.o core/queue.o core/event.o core/signal.o core/cluster.o core/rpc.o core/gateway.o core/loop.o lib/rbtree.o core/rb_timers.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o lib/linux_ns.o core/regexp.o core/ini.o core/sendfile.o test_conf.ini.o -lpthread -lm -rdynamic -ldl -L/usr/lib/i386-linux-gnu -lpcre -lssl -lcrypto gcc: error: test_conf.ini.o: Nie ma takiego pliku ani katalogu *** error linking uWSGI *** What is wrong? -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
