Jump to content

install LiDIA on win XP SP2

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
freakz

freakz

    Newbie

  • Members
  • Pip
  • 1 posts
hi everyone,
I have problems.
I want to install LiDIA on my computer but I got this message error
"
C:\LiDIA>make
mkdir include\\LiDIA\\kernel
A subdirectory or file include\\LiDIA\\kernel already exists.
mkdir bin\\LiDIA
A subdirectory or file bin\\LiDIA already exists.
mkdir bin\\LiDIA\\win
A subdirectory or file bin\\LiDIA\\win already exists.
mkdir E:\Progra~1\Develo~1\LiDIA\bin\LiDIA\win\c++
A subdirectory or file E:\Progra~1\Develo~1\LiDIA\bin\LiDIA\win\c++ already exis
ts.
mkdir lib\\LiDIA
A subdirectory or file lib\\LiDIA already exists.
mkdir lib\\LiDIA\\win
A subdirectory or file lib\\LiDIA\\win already exists.
mkdir E:\Progra~1\Develo~1\LiDIA\lib\LiDIA\win\c++
A subdirectory or file E:\Progra~1\Develo~1\LiDIA\lib\LiDIA\win\c++ already exis
ts.
make -C src
make[1]: Entering directory `C:/LiDIA/src'
make -C base
make[2]: Entering directory `C:/LiDIA/src/base'
make -C kernel
make[3]: Entering directory `C:/LiDIA/src/base/kernel'
make -C integers\\piologie -f makefile win
make[4]: makefile: No such file or directory
make[4]: *** No rule to make target `makefile'. Stop.
make[4]: Entering directory `C:/LiDIA/src/base/kernel/integers/piologie'
make[4]: Leaving directory `C:/LiDIA/src/base/kernel/integers/piologie'
make[3]: *** [all] Error 2
make[3]: Leaving directory `C:/LiDIA/src/base/kernel'
make[2]: *** [all] Error 2
make[2]: Leaving directory `C:/LiDIA/src/base'
make[1]: *** [base.build] Error 2
make[1]: Leaving directory `C:/LiDIA/src'
make: *** [build] Error 2
"

please help me,
thanks

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Have you tried deleting the folders that already exist? It's also possible you have a bad set of files or need to run configure first.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Welcome to CodeCall. You shouldn't ask questions in the introduction thread.


It looks like you are missing a file:

Quote

make -C integers\\piologie -f makefile win
make[4]: makefile: No such file or directory