[Gambas-user] Problem compiling trunk on Debian wheezy
rolf
rolf.frogs at ...221...
Tue Nov 11 17:13:59 CET 2014
Hi Willy
> Open Synaptic Package Manager. Search for llvm and mark all installed
> llvm packages for complete removal.
> Next apply the removal.
> Close Synaptic
I did it the Unix way:
dpkg -l | grep llvm | tr -s " " " " | cut -d' ' -f 2 | cut -d: -f 1 | xargs \
aptitude purge -y
> Open terminal and install llvm-3.1-dev
aptitude install llvm-3.1-dev
> ./reconf-all
> ./configure -C
||
|| THESE COMPONENTS ARE DISABLED:
|| - gb.jit
||
> make
> sudo make install
Perhaps someone my test it in a virtual machine - I can give my skript for
testing (see attachement)
Fine regards
Rolf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buildGambas.sh.zip
Type: application/x-zip
Size: 896 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20141111/ad7ddfb8/attachment.bin>
More information about the User
mailing list