I'm having problems compiling a TeX file with LaTeX-suite on Ubuntu.
In my .vimrc, I have the following lines :
filetype plugin on
set grepprg=grep\ -nH\ $*
filetype indent on
let g:tex_flavor='latex'
When I go to the menu and tell it to compile, if I put .dvi, a .dvi file is
generated but I ask for a .pdf, nothing happens.
Can anyone give me some pointers on this?

pdflatexon your.texfile manually? Does changing the target format (:TTarget pdf), which should set both compiler and view target, help? I assume that you have set the compile target topdfinstead of*.pdfwhich produces an error message, and that you run "compile" after you have changed the compiler target. – jofel Mar 25 '12 at 22:13