problem compiling with freebsd

Hi,

My system is FreeBSD 5.2.1and after running the configure script

../configure --prefix=/opt/wx/2.5 \
                        --with-gtk \
                        --with-opengl \
                        --enable-debug \
                        --enable-geometry \
                        --enable-sound --with-sdl \
                        --enable-display \
                        --enable-unicode \
                        --with-libjpeg=builtin \
                        --with-libpng=builtin \
                        --with-libtiff=builtin \
                        --with-zlib=builtin

I try to run the make script :

make $* \
                        && make -C contrib/src/gizmos $* \
                        && make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" $* \
                        && make -C contrib/src/stc $* \
                        && make -C contrib/src/xrc $*

# ./make
./bk-deps gcc -c -o wxregex_regcomp.o -D__WXGTK__ -fPIC -DPIC -D__WXDEBUG__ -Ilib/wx/include/gtk2ud-2.5 -I../include -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/X11R6/include -g -O0 -pthread -D_THREAD_SAFE -Wall
gcc: No input files specified
*** Error code 1

Stop in /root/src/wxPythonSrc-2.5.2.8/bld.

Any ideas how to fix it ?

Regards,
Gerrit

Gerrit Sere wrote:

Hi,

My system is FreeBSD 5.2.1and after running the configure script

../configure --prefix=/opt/wx/2.5 \
                       --with-gtk \
                       --with-opengl \
                       --enable-debug \
                       --enable-geometry \
                       --enable-sound --with-sdl \
                       --enable-display \
                       --enable-unicode \
                       --with-libjpeg=builtin \
                       --with-libpng=builtin \
                       --with-libtiff=builtin \
                       --with-zlib=builtin

I try to run the make script :

make $* \
                       && make -C contrib/src/gizmos $* \
                       && make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" $* \
                       && make -C contrib/src/stc $* \
                       && make -C contrib/src/xrc $*

# ./make
./bk-deps gcc -c -o wxregex_regcomp.o -D__WXGTK__ -fPIC -DPIC -D__WXDEBUG__ -Ilib/wx/include/gtk2ud-2.5 -I../include -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/X11R6/include -g -O0 -pthread -D_THREAD_SAFE -Wall
gcc: No input files specified
*** Error code 1

That is really weird. There should be a "../src/regex/regcomp.c" on the end of that command line and I have no idea why it wouldn't be there unless your make program doesn't understand $< Are you not using GNU Make?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!